Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_surface.c58 plane_state->in_shaper_func = dc_create_transfer_func(); in dc_plane_construct()
59 if (plane_state->in_shaper_func != NULL) { in dc_plane_construct()
60 plane_state->in_shaper_func->type = TF_TYPE_BYPASS; in dc_plane_construct()
61 plane_state->in_shaper_func->ctx = ctx; in dc_plane_construct()
86 if (plane_state->in_shaper_func != NULL) { in dc_plane_destruct()
88 plane_state->in_shaper_func); in dc_plane_destruct()
89 plane_state->in_shaper_func = NULL; in dc_plane_destruct()
H A Damdgpu_dc.c1908 (surface->in_shaper_func != in copy_surface_update_to_plane()
1910 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
1911 sizeof(*surface->in_shaper_func)); in copy_surface_update_to_plane()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hwseq.c808 if (plane_state->in_shaper_func) { in dcn20_set_shaper_3dlut()
809 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
810 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
811 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
813 plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc.h765 struct dc_transfer_func *in_shaper_func; member