Home
last modified time | relevance | path

Searched refs:coeff_reduction_factor (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
H A Damdgpu_dc_common.c92 && plane_state->coeff_reduction_factor.value != 0) { in build_prescale_params()
94 dc_fixpt_mul(plane_state->coeff_reduction_factor, in build_prescale_params()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc.h756 struct fixed31_32 coeff_reduction_factor; member
833 const struct fixed31_32 *coeff_reduction_factor; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c1670 if (u->coeff_reduction_factor) in det_surface_update()
1933 if (srf_update->coeff_reduction_factor) in copy_surface_update_to_plane()
1934 surface->coeff_reduction_factor = in copy_surface_update_to_plane()
1935 *srf_update->coeff_reduction_factor; in copy_surface_update_to_plane()