Searched refs:blend_tf (Results 1 – 11 of 11) 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()
1477 amdgpu_state->blend_tf = AMDGPU_TRANSFER_FUNCTION_DEFAULT; in amdgpu_dm_plane_drm_plane_reset()1515 dm_plane_state->blend_tf = old_dm_plane_state->blend_tf; in amdgpu_dm_plane_drm_plane_duplicate_state()1731 if (dm_plane_state->blend_tf != val) { in dm_atomic_plane_set_property()1732 dm_plane_state->blend_tf = val; in dm_atomic_plane_set_property()1777 *val = dm_plane_state->blend_tf; in dm_atomic_plane_get_property()
888 enum amdgpu_transfer_function blend_tf; member
9381 bundle->surface_updates[planes_count].blend_tf = &dc_plane->blend_tf; in amdgpu_dm_commit_planes()11136 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()
2722 if (u->blend_tf) in det_surface_update()3076 if (srf_update->blend_tf) { in copy_surface_update_to_plane()3077 memcpy(&surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()3078 sizeof(surface->blend_tf)); in copy_surface_update_to_plane()3081 surface->mcm_luts.lut1d_func = &surface->blend_tf; in copy_surface_update_to_plane()3084 if (srf_update->cm2_params || srf_update->blend_tf) in copy_surface_update_to_plane()
228 if (plane_state->blend_tf.type == TF_TYPE_HWPWL) in dcn30_set_blend_lut()229 blend_lut = &plane_state->blend_tf.pwl; in dcn30_set_blend_lut()230 else if (plane_state->blend_tf.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_blend_lut()232 &plane_state->blend_tf, &dpp_base->regamma_params, false); in dcn30_set_blend_lut()
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()
1337 struct dc_transfer_func blend_tf; member1533 const struct dc_transfer_func *blend_tf; member
603 if (plane_state->blend_tf.type == TF_TYPE_HWPWL) in dcn401_set_mcm_luts()604 lut_params = &plane_state->blend_tf.pwl; in dcn401_set_mcm_luts()605 else if (plane_state->blend_tf.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_set_mcm_luts()606 rval = cm3_helper_translate_curve_to_hw_format(&plane_state->blend_tf, in dcn401_set_mcm_luts()
1059 if (plane_state->blend_tf.type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()1060 blend_lut = &plane_state->blend_tf.pwl; in dcn20_set_blend_lut()1061 else if (plane_state->blend_tf.type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()1063 &plane_state->blend_tf, in dcn20_set_blend_lut()