Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c48 plane_state->in_shaper_func.type = TF_TYPE_BYPASS; in dc_plane_construct()
H A Ddc.c3175 memcpy(&surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
3176 sizeof(surface->in_shaper_func)); in copy_surface_update_to_plane()
3179 surface->mcm_luts.shaper = &surface->in_shaper_func; in copy_surface_update_to_plane()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c1598 struct dc_transfer_func *tf = &dc_plane_state->in_shaper_func; in __set_dm_plane_colorop_shaper()
1703 struct dc_transfer_func *tf = &dc_plane_state->in_shaper_func; in __set_dm_plane_colorop_3dlut()
1841 &dc_plane_state->in_shaper_func); in amdgpu_dm_plane_set_color_properties()
H A Damdgpu_dm.c9963 bundle->surface_updates[planes_count].func_shaper = &dc_plane->in_shaper_func; in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1096 if (plane_state->in_shaper_func.type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
1097 shaper_lut = &plane_state->in_shaper_func.pwl; in dcn20_set_shaper_3dlut()
1098 else if (plane_state->in_shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
1100 &plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c638 if (plane_state->in_shaper_func.type == TF_TYPE_HWPWL) in dcn401_set_mcm_luts()
639 lut_params = &plane_state->in_shaper_func.pwl; in dcn401_set_mcm_luts()
640 else if (plane_state->in_shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_set_mcm_luts()
642 rval = cm3_helper_translate_curve_to_hw_format(&plane_state->in_shaper_func, in dcn401_set_mcm_luts()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1470 struct dc_transfer_func in_shaper_func; member