Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
Ddc_surface.c54 plane_state->in_shaper_func = dc_create_transfer_func(); in construct()
55 if (plane_state->in_shaper_func != NULL) { in construct()
56 plane_state->in_shaper_func->type = TF_TYPE_BYPASS; in construct()
57 plane_state->in_shaper_func->ctx = ctx; in construct()
84 if (plane_state->in_shaper_func != NULL) { in destruct()
86 plane_state->in_shaper_func); in destruct()
87 plane_state->in_shaper_func = NULL; in destruct()
Ddc.c1746 (surface->in_shaper_func != in copy_surface_update_to_plane()
1748 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
1749 sizeof(*surface->in_shaper_func)); in copy_surface_update_to_plane()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c720 if (plane_state->in_shaper_func) { in dcn20_set_shaper_3dlut()
721 if (plane_state->in_shaper_func->type == TF_TYPE_HWPWL) in dcn20_set_shaper_3dlut()
722 shaper_lut = &plane_state->in_shaper_func->pwl; in dcn20_set_shaper_3dlut()
723 else if (plane_state->in_shaper_func->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_shaper_3dlut()
725 plane_state->in_shaper_func, in dcn20_set_shaper_3dlut()
/drivers/gpu/drm/amd/display/dc/
Ddc.h742 struct dc_transfer_func *in_shaper_func; member