Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
A 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()
A Ddc.c2545 (surface->in_shaper_func != in copy_surface_update_to_plane()
2547 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
2548 sizeof(*surface->in_shaper_func)); in copy_surface_update_to_plane()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c864 if (plane_state->in_shaper_func) { in dcn20_set_shaper_3dlut()
865 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
866 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
867 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
869 plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h981 struct dc_transfer_func *in_shaper_func; member

Completed in 22 milliseconds