Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_surface.c68 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()
H A Damdgpu_dc.c1923 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc.h766 struct dc_transfer_func *blend_tf; member
836 const struct dc_transfer_func *blend_tf; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hwseq.c786 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()