Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H 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()
H A Ddc.c2137 (surface->in_shaper_func != in copy_surface_update_to_plane()
2139 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
2140 sizeof(*surface->in_shaper_func)); in copy_surface_update_to_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c867 if (plane_state->in_shaper_func) { in dcn20_set_shaper_3dlut()
868 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
869 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
870 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
872 plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h853 struct dc_transfer_func *in_shaper_func; member