diff options
author | Qingqing Zhuo <[email protected]> | 2022-02-10 15:12:55 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-02-18 14:07:01 -0500 |
commit | 0b208d60adffb6b3dde41841ee423fb5be0d01e4 (patch) | |
tree | b1b7e80ab394f6118cb06640cbe84a4359730855 | |
parent | f9806a172070c2d6094b0a9e488c8c172a6f35ab (diff) |
drm/amd/display: Add DCN315 blocks to Makefile
Signed-off-by: Qingqing Zhuo <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile index 30d0286b2291..f05ab2bf20c5 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile @@ -36,6 +36,7 @@ DC_LIBS += dcn301 DC_LIBS += dcn302 DC_LIBS += dcn303 DC_LIBS += dcn31 +DC_LIBS += dcn315 DC_LIBS += dcn316 endif |