diff options
| author | Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> | 2020-09-29 14:52:09 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2020-10-12 14:02:51 -0400 |
| commit | 36d26912e8d854853e3cdb300664db274a6636cf (patch) | |
| tree | 7bfd642a153170007b90816aae1bb561d8b66481 /drivers/gpu/drm/amd/display/dc/Makefile | |
| parent | 4da678390890c7cf99e068ecd9d7ee5bf0d5290b (diff) | |
| download | cachepc-linux-36d26912e8d854853e3cdb300664db274a6636cf.tar.gz cachepc-linux-36d26912e8d854853e3cdb300664db274a6636cf.zip | |
drm/amd/display: Add support for DCN302 (v2)
- add DCN302 resource, irq service, dmub loader,
- handle DC_VERSION_DCN_3_02
- define DCN302 power gating functions
- handle DCN302 in GPIO files
- define I2C regs
- add CONFIG_DRM_AMD_DC_DCN3_02 guard
v2: rebase fixes (Alex)
Signed-off-by: Joshua Aberback <joshua.aberback@amd.com>
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/Makefile')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile index 6e6ec1d92488..c3bd2b51e92c 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile @@ -40,6 +40,11 @@ ifdef CONFIG_DRM_AMD_DC_DCN3_01 DC_LIBS += dcn301 endif +ifdef CONFIG_DRM_AMD_DC_DCN3_02 +DC_LIBS += dcn302 + +endif + DC_LIBS += dce120 DC_LIBS += dce112 |
