Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_surface.c64 plane_state->blend_tf = dc_create_transfer_func(); in construct()
65 if (plane_state->blend_tf != NULL) { in construct()
66 plane_state->blend_tf->type = TF_TYPE_BYPASS; in construct()
67 plane_state->blend_tf->ctx = ctx; in construct()
94 if (plane_state->blend_tf != NULL) { in destruct()
96 plane_state->blend_tf); in destruct()
97 plane_state->blend_tf = NULL; in destruct()
Ddc.c1757 if (srf_update->blend_tf && in copy_surface_update_to_plane()
1758 (surface->blend_tf != in copy_surface_update_to_plane()
1759 srf_update->blend_tf)) in copy_surface_update_to_plane()
1760 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()
1761 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc.h743 struct dc_transfer_func *blend_tf; member
816 const struct dc_transfer_func *blend_tf; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c698 if (plane_state->blend_tf) { in dcn20_set_blend_lut()
699 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()
700 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()
701 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()
703 plane_state->blend_tf, in dcn20_set_blend_lut()