Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
A Ddc_surface.c48 plane_state->in_shaper_func.type = TF_TYPE_BYPASS; in dc_plane_construct()
A Ddc.c3141 memcpy(&surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
3142 sizeof(surface->in_shaper_func)); in copy_surface_update_to_plane()
3145 surface->mcm_luts.shaper = &surface->in_shaper_func; in copy_surface_update_to_plane()
/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c500 if (plane_state->in_shaper_func.type == TF_TYPE_HWPWL) in dcn32_set_mcm_luts()
501 lut_params = &plane_state->in_shaper_func.pwl; in dcn32_set_mcm_luts()
502 else if (plane_state->in_shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mcm_luts()
505 cm3_helper_translate_curve_to_hw_format(&plane_state->in_shaper_func, in dcn32_set_mcm_luts()
/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
A Ddcn401_hwseq.c632 if (plane_state->in_shaper_func.type == TF_TYPE_HWPWL) in dcn401_set_mcm_luts()
633 lut_params = &plane_state->in_shaper_func.pwl; in dcn401_set_mcm_luts()
634 else if (plane_state->in_shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_set_mcm_luts()
636 rval = cm3_helper_translate_curve_to_hw_format(&plane_state->in_shaper_func, in dcn401_set_mcm_luts()
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_color.c1163 &dc_plane_state->in_shaper_func); in amdgpu_dm_plane_set_color_properties()
A Damdgpu_dm.c9399 bundle->surface_updates[planes_count].func_shaper = &dc_plane->in_shaper_func; in amdgpu_dm_commit_planes()
/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c1088 if (plane_state->in_shaper_func.type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
1089 shaper_lut = &plane_state->in_shaper_func.pwl; in dcn20_set_shaper_3dlut()
1090 else if (plane_state->in_shaper_func.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
1092 &plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/drivers/gpu/drm/amd/display/dc/
A Ddc.h1402 struct dc_transfer_func in_shaper_func; member

Completed in 58 milliseconds