Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c1146 enum amdgpu_transfer_function blend_tf = AMDGPU_TRANSFER_FUNCTION_DEFAULT; in amdgpu_dm_plane_set_color_properties() local
1172 blend_tf = dm_plane_state->blend_tf; in amdgpu_dm_plane_set_color_properties()
1177 amdgpu_tf_to_dc_tf(blend_tf), in amdgpu_dm_plane_set_color_properties()
1178 blend_size, &dc_plane_state->blend_tf); in amdgpu_dm_plane_set_color_properties()
H A Damdgpu_dm.h911 enum amdgpu_transfer_function blend_tf; member
H A Damdgpu_dm.c9401 bundle->surface_updates[planes_count].blend_tf = &dc_plane->blend_tf; in amdgpu_dm_commit_planes()
11163 dm_old_other_state->blend_tf != dm_new_other_state->blend_tf) in should_reset_plane()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c52 plane_state->blend_tf.type = TF_TYPE_BYPASS; in dc_plane_construct()
H A Ddc.c2806 if (u->blend_tf) in det_surface_update()
3160 if (srf_update->blend_tf) { in copy_surface_update_to_plane()
3161 memcpy(&surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()
3162 sizeof(surface->blend_tf)); in copy_surface_update_to_plane()
3165 surface->mcm_luts.lut1d_func = &surface->blend_tf; in copy_surface_update_to_plane()
3168 if (srf_update->cm2_params || srf_update->blend_tf) in copy_surface_update_to_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c486 if (plane_state->blend_tf.type == TF_TYPE_HWPWL) in dcn32_set_mcm_luts()
487 lut_params = &plane_state->blend_tf.pwl; in dcn32_set_mcm_luts()
488 else if (plane_state->blend_tf.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mcm_luts()
489 result = cm3_helper_translate_curve_to_hw_format(&plane_state->blend_tf, in dcn32_set_mcm_luts()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c621 if (plane_state->blend_tf.type == TF_TYPE_HWPWL) in dcn401_set_mcm_luts()
622 lut_params = &plane_state->blend_tf.pwl; in dcn401_set_mcm_luts()
623 else if (plane_state->blend_tf.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_set_mcm_luts()
624 rval = cm3_helper_translate_curve_to_hw_format(&plane_state->blend_tf, in dcn401_set_mcm_luts()