Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_surface.c48 plane_state->in_transfer_func = dc_create_transfer_func(); in construct()
49 if (plane_state->in_transfer_func != NULL) { in construct()
50 plane_state->in_transfer_func->type = TF_TYPE_BYPASS; in construct()
51 plane_state->in_transfer_func->ctx = ctx; in construct()
78 if (plane_state->in_transfer_func != NULL) { in destruct()
80 plane_state->in_transfer_func); in destruct()
81 plane_state->in_transfer_func = NULL; in destruct()
Ddc.c1523 if (u->in_transfer_func) in det_surface_update()
1730 if (srf_update->in_transfer_func && in copy_surface_update_to_plane()
1731 (surface->in_transfer_func != in copy_surface_update_to_plane()
1732 srf_update->in_transfer_func)) { in copy_surface_update_to_plane()
1733 surface->in_transfer_func->sdr_ref_white_level = in copy_surface_update_to_plane()
1734 srf_update->in_transfer_func->sdr_ref_white_level; in copy_surface_update_to_plane()
1735 surface->in_transfer_func->tf = in copy_surface_update_to_plane()
1736 srf_update->in_transfer_func->tf; in copy_surface_update_to_plane()
1737 surface->in_transfer_func->type = in copy_surface_update_to_plane()
1738 srf_update->in_transfer_func->type; in copy_surface_update_to_plane()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c428 dc_plane_state->in_transfer_func->type = in amdgpu_dm_update_plane_color_mgmt()
456 dc_plane_state->in_transfer_func->tf = in amdgpu_dm_update_plane_color_mgmt()
459 dc_plane_state->in_transfer_func->tf = in amdgpu_dm_update_plane_color_mgmt()
462 r = __set_input_tf(dc_plane_state->in_transfer_func, in amdgpu_dm_update_plane_color_mgmt()
471 dc_plane_state->in_transfer_func->type = TF_TYPE_PREDEFINED; in amdgpu_dm_update_plane_color_mgmt()
472 dc_plane_state->in_transfer_func->tf = TRANSFER_FUNCTION_SRGB; in amdgpu_dm_update_plane_color_mgmt()
475 dc_plane_state->in_transfer_func->type = TF_TYPE_BYPASS; in amdgpu_dm_update_plane_color_mgmt()
476 dc_plane_state->in_transfer_func->tf = TRANSFER_FUNCTION_LINEAR; in amdgpu_dm_update_plane_color_mgmt()
Damdgpu_dm.c5716 bundle->surface_updates[planes_count].in_transfer_func = dc_plane->in_transfer_func; in amdgpu_dm_commit_planes()
7108 updates[num_plane].in_transfer_func = in dm_determine_update_type_for_commit()
7109 new_dm_plane_state->dc_state->in_transfer_func; in dm_determine_update_type_for_commit()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc.h729 struct dc_transfer_func *in_transfer_func; member
809 const struct dc_transfer_func *in_transfer_func; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c764 if (plane_state->in_transfer_func) in dcn20_set_input_transfer_func()
765 tf = plane_state->in_transfer_func; in dcn20_set_input_transfer_func()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c282 if (plane_state->in_transfer_func) in dce110_set_input_transfer_func()
283 tf = plane_state->in_transfer_func; in dce110_set_input_transfer_func()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1399 if (plane_state->in_transfer_func) in dcn10_set_input_transfer_func()
1400 tf = plane_state->in_transfer_func; in dcn10_set_input_transfer_func()