Home
last modified time | relevance | path

Searched refs:in_transfer_func (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c1037 dc_plane_state->in_transfer_func.type = TF_TYPE_DISTRIBUTED_POINTS; in map_crtc_degamma_to_dc_plane()
1064 dc_plane_state->in_transfer_func.tf = tf; in map_crtc_degamma_to_dc_plane()
1066 dc_plane_state->in_transfer_func.tf = in map_crtc_degamma_to_dc_plane()
1069 r = __set_input_tf(caps, &dc_plane_state->in_transfer_func, in map_crtc_degamma_to_dc_plane()
1078 dc_plane_state->in_transfer_func.type = TF_TYPE_PREDEFINED; in map_crtc_degamma_to_dc_plane()
1079 dc_plane_state->in_transfer_func.tf = tf; in map_crtc_degamma_to_dc_plane()
1083 &dc_plane_state->in_transfer_func, in map_crtc_degamma_to_dc_plane()
1117 dc_plane_state->in_transfer_func.tf = amdgpu_tf_to_dc_tf(tf); in __set_dm_plane_degamma()
1122 dc_plane_state->in_transfer_func.type = in __set_dm_plane_degamma()
1125 ret = __set_input_tf(color_caps, &dc_plane_state->in_transfer_func, in __set_dm_plane_degamma()
[all …]
Damdgpu_dm.c9028 bundle->surface_updates[planes_count].in_transfer_func = &dc_plane->in_transfer_func; in amdgpu_dm_commit_planes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_spl_translate.c184 spl_in->basic_in.tf_type = (enum spl_transfer_func_type) plane_state->in_transfer_func.type; in translate_SPL_in_params_from_pipe_ctx()
185 …basic_in.tf_predefined_type = (enum spl_transfer_func_predefined) plane_state->in_transfer_func.tf; in translate_SPL_in_params_from_pipe_ctx()
Ddc.h1300 struct dc_transfer_func in_transfer_func; member
1502 const struct dc_transfer_func *in_transfer_func; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_hwseq.c311 if (plane_state->in_transfer_func.type == TF_TYPE_PREDEFINED) in dcn30_set_input_transfer_func()
312 tf = plane_state->in_transfer_func.tf; in dcn30_set_input_transfer_func()
316 if (plane_state->in_transfer_func.type == TF_TYPE_HWPWL) in dcn30_set_input_transfer_func()
317 params = &plane_state->in_transfer_func.pwl; in dcn30_set_input_transfer_func()
318 else if (plane_state->in_transfer_func.type == TF_TYPE_DISTRIBUTED_POINTS && in dcn30_set_input_transfer_func()
319 cm3_helper_translate_curve_to_hw_format(&plane_state->in_transfer_func, in dcn30_set_input_transfer_func()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_surface.c46 plane_state->in_transfer_func.type = TF_TYPE_BYPASS; in dc_plane_construct()
Ddc.c2563 if (u->in_transfer_func) in det_surface_update()
2861 if (srf_update->in_transfer_func) { in copy_surface_update_to_plane()
2862 surface->in_transfer_func.sdr_ref_white_level = in copy_surface_update_to_plane()
2863 srf_update->in_transfer_func->sdr_ref_white_level; in copy_surface_update_to_plane()
2864 surface->in_transfer_func.tf = in copy_surface_update_to_plane()
2865 srf_update->in_transfer_func->tf; in copy_surface_update_to_plane()
2866 surface->in_transfer_func.type = in copy_surface_update_to_plane()
2867 srf_update->in_transfer_func->type; in copy_surface_update_to_plane()
2868 memcpy(&surface->in_transfer_func.tf_pts, in copy_surface_update_to_plane()
2869 &srf_update->in_transfer_func->tf_pts, in copy_surface_update_to_plane()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_hwseq.c535 if (plane_state->in_transfer_func.type == TF_TYPE_PREDEFINED) in dcn32_set_input_transfer_func()
536 tf = plane_state->in_transfer_func.tf; in dcn32_set_input_transfer_func()
540 if (plane_state->in_transfer_func.type == TF_TYPE_HWPWL) in dcn32_set_input_transfer_func()
541 params = &plane_state->in_transfer_func.pwl; in dcn32_set_input_transfer_func()
542 else if (plane_state->in_transfer_func.type == TF_TYPE_DISTRIBUTED_POINTS && in dcn32_set_input_transfer_func()
543 cm3_helper_translate_curve_to_hw_format(&plane_state->in_transfer_func, in dcn32_set_input_transfer_func()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c293 tf = &plane_state->in_transfer_func; in dce110_set_input_transfer_func()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1116 tf = &plane_state->in_transfer_func; in dcn20_set_input_transfer_func()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c1824 tf = &plane_state->in_transfer_func; in dcn10_set_input_transfer_func()