Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c1361 dc_plane_state->in_transfer_func.type = TF_TYPE_DISTRIBUTED_POINTS; in map_crtc_degamma_to_dc_plane()
1388 dc_plane_state->in_transfer_func.tf = tf; in map_crtc_degamma_to_dc_plane()
1390 dc_plane_state->in_transfer_func.tf = in map_crtc_degamma_to_dc_plane()
1393 r = __set_input_tf(caps, &dc_plane_state->in_transfer_func, in map_crtc_degamma_to_dc_plane()
1402 dc_plane_state->in_transfer_func.type = TF_TYPE_PREDEFINED; in map_crtc_degamma_to_dc_plane()
1403 dc_plane_state->in_transfer_func.tf = tf; in map_crtc_degamma_to_dc_plane()
1407 &dc_plane_state->in_transfer_func, in map_crtc_degamma_to_dc_plane()
1441 dc_plane_state->in_transfer_func.tf = amdgpu_tf_to_dc_tf(tf); in __set_dm_plane_degamma()
1446 dc_plane_state->in_transfer_func.type = in __set_dm_plane_degamma()
1449 ret = __set_input_tf(color_caps, &dc_plane_state->in_transfer_func, in __set_dm_plane_degamma()
[all …]
H A Damdgpu_dm.c9960 bundle->surface_updates[planes_count].in_transfer_func = &dc_plane->in_transfer_func; in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c46 plane_state->in_transfer_func.type = TF_TYPE_BYPASS; in dc_plane_construct()
H A Ddc.c2867 if (u->in_transfer_func) { in det_surface_update()
3156 if (srf_update->in_transfer_func) { in copy_surface_update_to_plane()
3157 surface->in_transfer_func.sdr_ref_white_level = in copy_surface_update_to_plane()
3158 srf_update->in_transfer_func->sdr_ref_white_level; in copy_surface_update_to_plane()
3159 surface->in_transfer_func.tf = in copy_surface_update_to_plane()
3160 srf_update->in_transfer_func->tf; in copy_surface_update_to_plane()
3161 surface->in_transfer_func.type = in copy_surface_update_to_plane()
3162 srf_update->in_transfer_func->type; in copy_surface_update_to_plane()
3163 memcpy(&surface->in_transfer_func.tf_pts, in copy_surface_update_to_plane()
3164 &srf_update->in_transfer_func->tf_pts, in copy_surface_update_to_plane()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1457 struct dc_transfer_func in_transfer_func; member
1837 const struct dc_transfer_func *in_transfer_func; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1131 tf = &plane_state->in_transfer_func; in dcn20_set_input_transfer_func()