Searched refs:blend_tf (Results 1 – 4 of 4) sorted by relevance
68 plane_state->blend_tf = dc_create_transfer_func(); in dc_plane_construct()69 if (plane_state->blend_tf != NULL) { in dc_plane_construct()70 plane_state->blend_tf->type = TF_TYPE_BYPASS; in dc_plane_construct()71 plane_state->blend_tf->ctx = ctx; in dc_plane_construct()96 if (plane_state->blend_tf != NULL) { in dc_plane_destruct()98 plane_state->blend_tf); in dc_plane_destruct()99 plane_state->blend_tf = NULL; in dc_plane_destruct()
1923 if (srf_update->blend_tf && in copy_surface_update_to_plane()1924 (surface->blend_tf != in copy_surface_update_to_plane()1925 srf_update->blend_tf)) in copy_surface_update_to_plane()1926 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()1927 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
766 struct dc_transfer_func *blend_tf; member836 const struct dc_transfer_func *blend_tf; member
786 if (plane_state->blend_tf) { in dcn20_set_blend_lut()787 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()788 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()789 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()791 plane_state->blend_tf, in dcn20_set_blend_lut()