aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2019-01-19 08:40:10 +0000
committerDaniel Vetter <[email protected]>2019-01-24 12:06:43 +0000
commit232fadcbe5e0044d4fbdce26a5d5ae3fc5d145b1 (patch)
tree7aa6936a16da6ac0681c3f876d94ae1148815bed /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/stm: prepare for drmP.h removal from drm_modeset_helper.h (diff)
downloadkernel-232fadcbe5e0044d4fbdce26a5d5ae3fc5d145b1.tar.gz
kernel-232fadcbe5e0044d4fbdce26a5d5ae3fc5d145b1.zip
drm/hisilicon/kirin: prepare for drmP.h removal from drm_modeset_helper.h
The use of drmP.h is discouraged and removal of it from drm_modeset_helper.h caused kirin to fail to build. This patch introduce the necessary fixes to prepare for the drmP.h removal from drm_modeset_helper.h. List of include files sorted alphabetically. Build tested on arm x86 allmodconfig using the following hack to the Kconfig file: | - depends on DRM && OF && ARM64 | + depends on DRM && OF && (ARM64 || (X86_64 && COMPILE_TEST)) Build failed on 32bit ARM - so the X86_64 hack was required. The COMPILE_TEST hack is not submitted as the preferred fix is something where we have coverage on 32bit ARM too. v2: - Sort list of include files Signed-off-by: Sam Ravnborg <[email protected]> Cc: Xinliang Liu <[email protected]> Cc: Rongrong Zou <[email protected]> Cc: Xinwei Kong <[email protected]> Cc: Chen Feng <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions