Home
last modified time | relevance | path

Searched refs:in_shaper_func (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/display/dc/core/
Ddc_surface.c52 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()
Ddc.c2410 (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()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c861 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()
/drivers/gpu/drm/amd/display/dc/
Ddc.h921 struct dc_transfer_func *in_shaper_func; member