diff options
| author | Thomas Zimmermann <[email protected]> | 2022-04-21 07:31:02 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2022-04-25 09:17:45 +0000 |
| commit | da68386d9edb1f57abf886febe5c5169ebd4d2c9 (patch) | |
| tree | 9418074e999a004b782ba4d2e05684df01e7217f /drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | |
| parent | drm: Put related statements next to each other in Makefile (diff) | |
| download | kernel-da68386d9edb1f57abf886febe5c5169ebd4d2c9.tar.gz kernel-da68386d9edb1f57abf886febe5c5169ebd4d2c9.zip | |
drm: Rename dp/ to display/
Rename dp/ to display/ to account for additional display-related
helpers, such as HDMI. Update all related include statements. No
functional changes.
Various drivers, such as i915 and amdgpu, use similar naming scheme
by putting code for video-output standards into a local display/
directory. The new directory's name is aligned with this convention.
v2:
* update commit message (Javier)
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Lyude Paul <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c index 673078faa27a..b7933c2ce765 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c @@ -24,9 +24,9 @@ * Alex Deucher */ +#include <drm/display/drm_dp_helper.h> #include <drm/drm_edid.h> #include <drm/drm_fb_helper.h> -#include <drm/dp/drm_dp_helper.h> #include <drm/drm_probe_helper.h> #include <drm/amdgpu_drm.h> #include "amdgpu.h" |
