diff options
| author | Qingqing Zhuo <[email protected]> | 2023-08-03 22:39:23 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-08-30 19:51:15 +0000 |
| commit | 1cb87e048975ce59dd2dcadff47002df64f95f72 (patch) | |
| tree | 99f21256368f334618385ae22f3ca820e45a0097 | |
| parent | drm/amd/display: Add DCN35 DML (diff) | |
| download | kernel-1cb87e048975ce59dd2dcadff47002df64f95f72.tar.gz kernel-1cb87e048975ce59dd2dcadff47002df64f95f72.zip | |
drm/amd/display: Add DCN35 blocks to Makefile
[Why & How]
Enable DCN35 in 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 1b8c2aef4633..2f3d9602b7a0 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile @@ -42,6 +42,7 @@ DC_LIBS += dcn315 DC_LIBS += dcn316 DC_LIBS += dcn32 DC_LIBS += dcn321 +DC_LIBS += dcn35 endif DC_LIBS += dce120 |
