Searched refs:in_shaper_func (Results 1 – 4 of 4) sorted by relevance
52 plane_state->in_shaper_func = dc_create_transfer_func(); in dc_plane_construct()53 if (plane_state->in_shaper_func != NULL) { in dc_plane_construct()54 plane_state->in_shaper_func->type = TF_TYPE_BYPASS; in dc_plane_construct()76 if (plane_state->in_shaper_func != NULL) { in dc_plane_destruct()78 plane_state->in_shaper_func); in dc_plane_destruct()79 plane_state->in_shaper_func = NULL; in dc_plane_destruct()
2410 (surface->in_shaper_func != in copy_surface_update_to_plane()2412 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()2413 sizeof(*surface->in_shaper_func)); in copy_surface_update_to_plane()
861 if (plane_state->in_shaper_func) { in dcn20_set_shaper_3dlut()862 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()863 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()864 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()866 plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
921 struct dc_transfer_func *in_shaper_func; member