mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 09:35:52 -04:00
drm/amd/display: Enable regamma 25 segments and use double buffer.
Moved custom floating point calculation to the shared place between dce's. Signed-off-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
67c3bd40b3
commit
e266fdf694
@@ -3,7 +3,7 @@
|
||||
# It calculates Bandwidth and Watermarks values for HW programming
|
||||
#
|
||||
|
||||
BW_CALCS = bandwidth_calcs.o bw_fixed.o
|
||||
BW_CALCS = bandwidth_calcs.o bw_fixed.o custom_float.o
|
||||
|
||||
AMD_DAL_BW_CALCS = $(addprefix $(AMDDALPATH)/dc/calcs/,$(BW_CALCS))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user