Searched refs:blend_tf (Results 1 – 7 of 7) sorted by relevance
1146 enum amdgpu_transfer_function blend_tf = AMDGPU_TRANSFER_FUNCTION_DEFAULT; in amdgpu_dm_plane_set_color_properties() local1172 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()
911 enum amdgpu_transfer_function blend_tf; member
9401 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()
52 plane_state->blend_tf.type = TF_TYPE_BYPASS; in dc_plane_construct()
2806 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()
486 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()
621 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()