diff options
| author | Thomas Zimmermann <[email protected]> | 2022-01-14 11:45:34 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2022-01-17 10:25:44 +0000 |
| commit | 5b529e8d9c387a34ca2b8008dc65f55d539b3ef6 (patch) | |
| tree | 2c678bede4845e688e642a932d494815969d8da9 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
| parent | drm/dp: Move DisplayPort helpers into separate helper module (diff) | |
| download | kernel-5b529e8d9c387a34ca2b8008dc65f55d539b3ef6.tar.gz kernel-5b529e8d9c387a34ca2b8008dc65f55d539b3ef6.zip | |
drm/dp: Move public DisplayPort headers into dp/
Move all public DisplayPort headers into dp/ and update users. No
functional changes.
v3:
* rebased onto latest drm-tip
Signed-off-by: Thomas Zimmermann <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 6043bf6fd414..902235fae4cd 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -33,7 +33,7 @@ #include <drm/drm_crtc.h> #include <drm/drm_edid.h> #include <drm/drm_encoder.h> -#include <drm/drm_dp_helper.h> +#include <drm/dp/drm_dp_helper.h> #include <drm/drm_fixed.h> #include <drm/drm_crtc_helper.h> #include <drm/drm_fb_helper.h> @@ -44,7 +44,7 @@ #include <linux/hrtimer.h> #include "amdgpu_irq.h" -#include <drm/drm_dp_mst_helper.h> +#include <drm/dp/drm_dp_mst_helper.h> #include "modules/inc/mod_freesync.h" #include "amdgpu_dm_irq_params.h" |
