Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_surface.c50 plane_state->in_shaper_func = dc_create_transfer_func(); in dc_plane_construct()
51 if (plane_state->in_shaper_func != NULL) { in dc_plane_construct()
52 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.c2851 (surface->in_shaper_func != in copy_surface_update_to_plane()
2853 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
2854 sizeof(*surface->in_shaper_func)); in copy_surface_update_to_plane()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_hwseq.c468 if (plane_state->in_shaper_func) { in dcn32_set_mcm_luts()
469 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn32_set_mcm_luts()
470 lut_params = &plane_state->in_shaper_func->pwl; in dcn32_set_mcm_luts()
471 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mcm_luts()
475 plane_state->in_shaper_func, in dcn32_set_mcm_luts()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c904 if (plane_state->in_shaper_func) { in dcn20_set_shaper_3dlut()
905 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
906 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
907 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
909 plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc.h1179 struct dc_transfer_func *in_shaper_func; member

Completed in 30 milliseconds