Skip to content

Commit 6f4e636

Browse files
Bhawanpreet Lakhaalexdeucher
authored andcommitted
drm/amd/display: Add Renoir resource (v2)
Manages the renoir display resources (crtcs, phys, plls, etc.). v2: rebase (Alex) Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 4edb6fc commit 6f4e636

File tree

3 files changed

+1726
-1
lines changed

3 files changed

+1726
-1
lines changed

drivers/gpu/drm/amd/display/dc/dcn21/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Makefile for DCN21.
33

4-
DCN21 = dcn21_hubp.o dcn21_hubbub.o
4+
DCN21 = dcn21_hubp.o dcn21_hubbub.o dcn21_resource.o
55

66
CFLAGS_dcn21_resource.o := -mhard-float -msse -mpreferred-stack-boundary=4
77

0 commit comments

Comments
 (0)