Searched refs:blend_tf (Results 1 – 6 of 6) sorted by relevance
57 plane_state->blend_tf = dc_create_transfer_func(); in dc_plane_construct()58 if (plane_state->blend_tf != NULL) { in dc_plane_construct()59 plane_state->blend_tf->type = TF_TYPE_BYPASS; in dc_plane_construct()86 if (plane_state->blend_tf != NULL) { in dc_plane_destruct()88 plane_state->blend_tf); in dc_plane_destruct()89 plane_state->blend_tf = NULL; in dc_plane_destruct()
2755 if (srf_update->blend_tf && in copy_surface_update_to_plane()2756 (surface->blend_tf != in copy_surface_update_to_plane()2757 srf_update->blend_tf)) in copy_surface_update_to_plane()2758 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()2759 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
80 if (plane_state->blend_tf) { in dcn30_set_blend_lut()81 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn30_set_blend_lut()82 blend_lut = &plane_state->blend_tf->pwl; in dcn30_set_blend_lut()83 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_blend_lut()85 plane_state->blend_tf, &dpp_base->regamma_params, false); in dcn30_set_blend_lut()
562 if (plane_state->blend_tf) { in dcn32_set_mcm_luts()563 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn32_set_mcm_luts()564 lut_params = &plane_state->blend_tf->pwl; in dcn32_set_mcm_luts()565 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mcm_luts()567 plane_state->blend_tf, in dcn32_set_mcm_luts()
1162 struct dc_transfer_func *blend_tf; member1243 const struct dc_transfer_func *blend_tf; member
871 if (plane_state->blend_tf) { in dcn20_set_blend_lut()872 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()873 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()874 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()876 plane_state->blend_tf, in dcn20_set_blend_lut()