diff options
author | David Francis <David.Francis@amd.com> | 2018-11-30 17:02:59 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-01-14 21:40:54 +0100 |
commit | 077d0b6ba2114b86d353fce4eaca6cfb2e344eb6 (patch) | |
tree | d9072b0314a51f8171f9d72284016e8d95c45ad2 /drivers/gpu/drm/amd/display/dc/Makefile | |
parent | drm/amd/display: Change from aux_engine to dce_aux (diff) | |
download | linux-077d0b6ba2114b86d353fce4eaca6cfb2e344eb6.tar.xz linux-077d0b6ba2114b86d353fce4eaca6cfb2e344eb6.zip |
drm/amd/display: Remove i2caux folder
[Why]
It is huge, unmaintainable, needlessly layered, and obsolete
[How]
Remove it. All of it. Also remove the i2caux struct in
dc_context and the code that created and destructed it
Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Leo Li <sunpeng.li@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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/Makefile b/drivers/gpu/drm/amd/display/dc/Makefile index aed538a4d1ba..fa24e4c38794 100644 --- a/drivers/gpu/drm/amd/display/dc/Makefile +++ b/drivers/gpu/drm/amd/display/dc/Makefile @@ -23,7 +23,7 @@ # Makefile for Display Core (dc) component. # -DC_LIBS = basics bios calcs dce gpio i2caux irq virtual +DC_LIBS = basics bios calcs dce gpio irq virtual ifdef CONFIG_DRM_AMD_DC_DCN1_0 DC_LIBS += dcn10 dml |