Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd: drop use of drmP.h in amdgpu/amdgpu*

Drop use of drmP.h in all files named amdgpu*
in drm/amd/amdgpu/

Fix fallout.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: "David (ChunMing) Zhou" <David1.Zhou@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190609220757.10862-10-sam@ravnborg.org

+98 -67
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
··· 27 27 #include <linux/power_supply.h> 28 28 #include <linux/pm_runtime.h> 29 29 #include <acpi/video.h> 30 - #include <drm/drmP.h> 30 + 31 31 #include <drm/drm_crtc_helper.h> 32 32 #include "amdgpu.h" 33 33 #include "amdgpu_pm.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c
··· 25 25 */ 26 26 #include <linux/hdmi.h> 27 27 #include <linux/gcd.h> 28 - #include <drm/drmP.h> 28 + 29 29 #include <drm/amdgpu_drm.h> 30 30 #include "amdgpu.h" 31 31
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
··· 22 22 23 23 #include "amdgpu_amdkfd.h" 24 24 #include "amd_shared.h" 25 - #include <drm/drmP.h> 25 + 26 26 #include "amdgpu.h" 27 27 #include "amdgpu_gfx.h" 28 28 #include <linux/module.h>
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
··· 23 23 #include <linux/fdtable.h> 24 24 #include <linux/uaccess.h> 25 25 #include <linux/mmu_context.h> 26 - #include <drm/drmP.h> 26 + 27 27 #include "amdgpu.h" 28 28 #include "amdgpu_amdkfd.h" 29 29 #include "cikd.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
··· 24 24 #include <linux/fdtable.h> 25 25 #include <linux/uaccess.h> 26 26 #include <linux/mmu_context.h> 27 - #include <drm/drmP.h> 27 + 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_amdkfd.h" 30 30 #include "gfx_v8_0.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
··· 26 26 #include <linux/fdtable.h> 27 27 #include <linux/uaccess.h> 28 28 #include <linux/mmu_context.h> 29 - #include <drm/drmP.h> 29 + 30 30 #include "amdgpu.h" 31 31 #include "amdgpu_amdkfd.h" 32 32 #include "soc15_hw_ip.h"
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
··· 28 28 #include <linux/sched/mm.h> 29 29 #include <linux/sched/task.h> 30 30 31 - #include <drm/drmP.h> 32 31 #include "amdgpu_object.h" 33 32 #include "amdgpu_vm.h" 34 33 #include "amdgpu_amdkfd.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
··· 23 23 * Authors: Dave Airlie 24 24 * Alex Deucher 25 25 */ 26 - #include <drm/drmP.h> 26 + 27 27 #include <drm/amdgpu_drm.h> 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_atombios.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
··· 20 20 * OTHER DEALINGS IN THE SOFTWARE. 21 21 * 22 22 */ 23 - #include <drm/drmP.h> 23 + 24 24 #include <drm/amdgpu_drm.h> 25 25 #include "amdgpu.h" 26 26 #include "atomfirmware.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c
··· 21 21 * 22 22 * Authors: Jerome Glisse 23 23 */ 24 - #include <drm/drmP.h> 24 + 25 25 #include <drm/amdgpu_drm.h> 26 26 #include "amdgpu.h" 27 27
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
··· 25 25 * Alex Deucher 26 26 * Jerome Glisse 27 27 */ 28 - #include <drm/drmP.h> 28 + 29 29 #include "amdgpu.h" 30 30 #include "atom.h" 31 31 32 + #include <linux/pci.h> 32 33 #include <linux/slab.h> 33 34 #include <linux/acpi.h> 34 35 /*
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
··· 28 28 * Christian König <deathsimple@vodafone.de> 29 29 */ 30 30 31 - #include <drm/drmP.h> 31 + #include <linux/uaccess.h> 32 + 32 33 #include "amdgpu.h" 33 34 #include "amdgpu_trace.h" 34 35
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
··· 22 22 * 23 23 */ 24 24 #include <linux/list.h> 25 + #include <linux/pci.h> 25 26 #include <linux/slab.h> 26 - #include <drm/drmP.h> 27 + 27 28 #include <linux/firmware.h> 28 29 #include <drm/amdgpu_drm.h> 29 30 #include "amdgpu.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
··· 23 23 * Authors: Dave Airlie 24 24 * Alex Deucher 25 25 */ 26 - #include <drm/drmP.h> 26 + 27 27 #include <drm/drm_edid.h> 28 28 #include <drm/drm_fb_helper.h> 29 29 #include <drm/drm_probe_helper.h>
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
··· 24 24 * Authors: 25 25 * Jerome Glisse <glisse@freedesktop.org> 26 26 */ 27 + 28 + #include <linux/file.h> 27 29 #include <linux/pagemap.h> 28 30 #include <linux/sync_file.h> 29 - #include <drm/drmP.h> 31 + 30 32 #include <drm/amdgpu_drm.h> 31 33 #include <drm/drm_syncobj.h> 32 34 #include "amdgpu.h"
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
··· 22 22 * Authors: monk liu <monk.liu@amd.com> 23 23 */ 24 24 25 - #include <drm/drmP.h> 26 25 #include <drm/drm_auth.h> 27 26 #include "amdgpu.h" 28 27 #include "amdgpu_sched.h"
+5 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
··· 24 24 */ 25 25 26 26 #include <linux/kthread.h> 27 - #include <drm/drmP.h> 28 - #include <linux/debugfs.h> 27 + #include <linux/pci.h> 28 + #include <linux/uaccess.h> 29 + 30 + #include <drm/drm_debugfs.h> 31 + 29 32 #include "amdgpu.h" 30 33 31 34 /**
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
··· 27 27 */ 28 28 #include <linux/power_supply.h> 29 29 #include <linux/kthread.h> 30 + #include <linux/module.h> 30 31 #include <linux/console.h> 31 32 #include <linux/slab.h> 32 - #include <drm/drmP.h> 33 + 33 34 #include <drm/drm_atomic_helper.h> 34 35 #include <drm/drm_probe_helper.h> 35 36 #include <drm/amdgpu_drm.h>
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
··· 23 23 * Authors: Dave Airlie 24 24 * Alex Deucher 25 25 */ 26 - #include <drm/drmP.h> 26 + 27 27 #include <drm/amdgpu_drm.h> 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_i2c.h" ··· 32 32 #include "amdgpu_display.h" 33 33 #include <asm/div64.h> 34 34 35 + #include <linux/pci.h> 35 36 #include <linux/pm_runtime.h> 36 37 #include <drm/drm_crtc_helper.h> 37 38 #include <drm/drm_edid.h> 38 39 #include <drm/drm_gem_framebuffer_helper.h> 39 40 #include <drm/drm_fb_helper.h> 41 + #include <drm/drm_vblank.h> 40 42 41 43 static void amdgpu_display_flip_callback(struct dma_fence *f, 42 44 struct dma_fence_cb *cb)
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c
··· 22 22 * Authors: Alex Deucher 23 23 */ 24 24 25 - #include <drm/drmP.h> 26 25 #include "amdgpu.h" 27 26 #include "amdgpu_atombios.h" 28 27 #include "amdgpu_i2c.h"
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
··· 22 22 * OTHER DEALINGS IN THE SOFTWARE. 23 23 */ 24 24 25 - #include <drm/drmP.h> 26 25 #include <drm/amdgpu_drm.h> 26 + #include <drm/drm_drv.h> 27 27 #include <drm/drm_gem.h> 28 + #include <drm/drm_vblank.h> 28 29 #include "amdgpu_drv.h" 29 30 30 31 #include <drm/drm_pciids.h> 31 32 #include <linux/console.h> 32 33 #include <linux/module.h> 34 + #include <linux/pci.h> 33 35 #include <linux/pm_runtime.h> 34 36 #include <linux/vga_switcheroo.h> 35 37 #include <drm/drm_probe_helper.h>
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c
··· 23 23 * Authors: Dave Airlie 24 24 * Alex Deucher 25 25 */ 26 - #include <drm/drmP.h> 26 + 27 27 #include <drm/drm_crtc_helper.h> 28 28 #include <drm/amdgpu_drm.h> 29 29 #include "amdgpu.h"
+9 -9
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
··· 23 23 * Authors: 24 24 * David Airlie 25 25 */ 26 - #include <linux/module.h> 27 - #include <linux/slab.h> 28 - #include <linux/pm_runtime.h> 29 26 30 - #include <drm/drmP.h> 27 + #include <linux/module.h> 28 + #include <linux/pm_runtime.h> 29 + #include <linux/slab.h> 30 + #include <linux/vga_switcheroo.h> 31 + 32 + #include <drm/amdgpu_drm.h> 31 33 #include <drm/drm_crtc.h> 32 34 #include <drm/drm_crtc_helper.h> 33 - #include <drm/amdgpu_drm.h> 35 + #include <drm/drm_fb_helper.h> 36 + #include <drm/drm_fourcc.h> 37 + 34 38 #include "amdgpu.h" 35 39 #include "cikd.h" 36 40 #include "amdgpu_gem.h" 37 - 38 - #include <drm/drm_fb_helper.h> 39 - 40 - #include <linux/vga_switcheroo.h> 41 41 42 42 #include "amdgpu_display.h" 43 43
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
··· 34 34 #include <linux/kref.h> 35 35 #include <linux/slab.h> 36 36 #include <linux/firmware.h> 37 - #include <drm/drmP.h> 37 + 38 + #include <drm/drm_debugfs.h> 39 + 38 40 #include "amdgpu.h" 39 41 #include "amdgpu_trace.h" 40 42
+4 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c
··· 25 25 * Alex Deucher 26 26 * Jerome Glisse 27 27 */ 28 - #include <drm/drmP.h> 28 + 29 + #include <linux/pci.h> 30 + #include <linux/vmalloc.h> 31 + 29 32 #include <drm/amdgpu_drm.h> 30 33 #ifdef CONFIG_X86 31 34 #include <asm/set_memory.h>
+5 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
··· 26 26 * Jerome Glisse 27 27 */ 28 28 #include <linux/ktime.h> 29 + #include <linux/module.h> 29 30 #include <linux/pagemap.h> 30 - #include <drm/drmP.h> 31 + #include <linux/pci.h> 32 + 31 33 #include <drm/amdgpu_drm.h> 34 + #include <drm/drm_debugfs.h> 35 + 32 36 #include "amdgpu.h" 33 37 #include "amdgpu_display.h" 34 38 #include "amdgpu_xgmi.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
··· 22 22 * OTHER DEALINGS IN THE SOFTWARE. 23 23 * 24 24 */ 25 - #include <drm/drmP.h> 25 + 26 26 #include "amdgpu.h" 27 27 #include "amdgpu_gfx.h" 28 28 #include "amdgpu_rlc.h"
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
··· 22 22 * Authors: Christian König 23 23 */ 24 24 25 - #include <drm/drmP.h> 26 25 #include "amdgpu.h" 27 26 28 27 struct amdgpu_gtt_mgr {
+3 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c
··· 23 23 * Authors: Dave Airlie 24 24 * Alex Deucher 25 25 */ 26 - #include <linux/export.h> 27 26 28 - #include <drm/drmP.h> 27 + #include <linux/export.h> 28 + #include <linux/pci.h> 29 + 29 30 #include <drm/drm_edid.h> 30 31 #include <drm/amdgpu_drm.h> 31 32 #include "amdgpu.h"
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
··· 28 28 */ 29 29 #include <linux/seq_file.h> 30 30 #include <linux/slab.h> 31 - #include <drm/drmP.h> 31 + 32 32 #include <drm/amdgpu_drm.h> 33 + #include <drm/drm_debugfs.h> 34 + 33 35 #include "amdgpu.h" 34 36 #include "atom.h" 35 37 #include "amdgpu_trace.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c
··· 24 24 25 25 #include <linux/idr.h> 26 26 #include <linux/dma-fence-array.h> 27 - #include <drm/drmP.h> 27 + 28 28 29 29 #include "amdgpu.h" 30 30 #include "amdgpu_trace.h"
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c
··· 21 21 * 22 22 */ 23 23 24 - #include <drm/drmP.h> 24 + #include <linux/dma-mapping.h> 25 + 25 26 #include "amdgpu.h" 26 27 #include "amdgpu_ih.h" 27 28
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c
··· 29 29 */ 30 30 #include <linux/compat.h> 31 31 32 - #include <drm/drmP.h> 33 32 #include <drm/amdgpu_drm.h> 33 + #include <drm/drm_ioctl.h> 34 + 34 35 #include "amdgpu_drv.h" 35 36 36 37 long amdgpu_kms_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
+4 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
··· 43 43 */ 44 44 45 45 #include <linux/irq.h> 46 - #include <drm/drmP.h> 46 + #include <linux/pci.h> 47 + 47 48 #include <drm/drm_crtc_helper.h> 49 + #include <drm/drm_irq.h> 50 + #include <drm/drm_vblank.h> 48 51 #include <drm/amdgpu_drm.h> 49 52 #include "amdgpu.h" 50 53 #include "amdgpu_ih.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
··· 24 24 #include <linux/kthread.h> 25 25 #include <linux/wait.h> 26 26 #include <linux/sched.h> 27 - #include <drm/drmP.h> 27 + 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_trace.h" 30 30
+4 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
··· 25 25 * Alex Deucher 26 26 * Jerome Glisse 27 27 */ 28 - #include <drm/drmP.h> 28 + 29 29 #include "amdgpu.h" 30 + #include <drm/drm_debugfs.h> 30 31 #include <drm/amdgpu_drm.h> 31 32 #include "amdgpu_sched.h" 32 33 #include "amdgpu_uvd.h" ··· 36 35 37 36 #include <linux/vga_switcheroo.h> 38 37 #include <linux/slab.h> 38 + #include <linux/uaccess.h> 39 + #include <linux/pci.h> 39 40 #include <linux/pm_runtime.h> 40 41 #include "amdgpu_amdkfd.h" 41 42 #include "amdgpu_gem.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
··· 47 47 #include <linux/module.h> 48 48 #include <linux/mmu_notifier.h> 49 49 #include <linux/interval_tree.h> 50 - #include <drm/drmP.h> 50 + 51 51 #include <drm/drm.h> 52 52 53 53 #include "amdgpu.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
··· 31 31 */ 32 32 #include <linux/list.h> 33 33 #include <linux/slab.h> 34 - #include <drm/drmP.h> 34 + 35 35 #include <drm/amdgpu_drm.h> 36 36 #include <drm/drm_cache.h> 37 37 #include "amdgpu.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c
··· 20 20 * OTHER DEALINGS IN THE SOFTWARE. 21 21 * 22 22 */ 23 - #include <drm/drmP.h> 23 + 24 24 #include <drm/amdgpu_drm.h> 25 25 #include "amdgpu.h" 26 26 #include "atom.h"
+4 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
··· 22 22 * Authors: Rafał Miłecki <zajec5@gmail.com> 23 23 * Alex Deucher <alexdeucher@gmail.com> 24 24 */ 25 - #include <drm/drmP.h> 25 + 26 + #include <drm/drm_debugfs.h> 27 + 26 28 #include "amdgpu.h" 27 29 #include "amdgpu_drv.h" 28 30 #include "amdgpu_pm.h" ··· 33 31 #include "amdgpu_smu.h" 34 32 #include "atom.h" 35 33 #include <linux/power_supply.h> 34 + #include <linux/pci.h> 36 35 #include <linux/hwmon.h> 37 36 #include <linux/hwmon-sysfs.h> 38 37 #include <linux/nospec.h>
-2
drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
··· 31 31 * objects between different devices via PRIME <prime_buffer_sharing>`. 32 32 */ 33 33 34 - #include <drm/drmP.h> 35 - 36 34 #include "amdgpu.h" 37 35 #include "amdgpu_display.h" 38 36 #include "amdgpu_gem.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
··· 24 24 */ 25 25 26 26 #include <linux/firmware.h> 27 - #include <drm/drmP.h> 27 + 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_psp.h" 30 30 #include "amdgpu_ucode.h"
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
··· 28 28 */ 29 29 #include <linux/seq_file.h> 30 30 #include <linux/slab.h> 31 + #include <linux/uaccess.h> 31 32 #include <linux/debugfs.h> 32 - #include <drm/drmP.h> 33 + 33 34 #include <drm/amdgpu_drm.h> 34 35 #include "amdgpu.h" 35 36 #include "atom.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c
··· 41 41 * If we are asked to block we wait on all the oldest fence of all 42 42 * rings. We just wait for any of those fence to complete. 43 43 */ 44 - #include <drm/drmP.h> 44 + 45 45 #include "amdgpu.h" 46 46 47 47 static void amdgpu_sa_bo_remove_locked(struct amdgpu_sa_bo *sa_bo);
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c
··· 20 20 * OTHER DEALINGS IN THE SOFTWARE. 21 21 * 22 22 */ 23 - #include <drm/drmP.h> 23 + 24 24 #include "amdgpu.h" 25 25 #include "amdgpu_sdma.h" 26 26
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
··· 28 28 * Christian König <christian.koenig@amd.com> 29 29 */ 30 30 31 - #include <drm/drmP.h> 32 31 #include "amdgpu.h" 33 32 #include "amdgpu_trace.h" 34 33 #include "amdgpu_amdkfd.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_test.c
··· 22 22 * 23 23 * Authors: Michel Dänzer 24 24 */ 25 - #include <drm/drmP.h> 25 + 26 26 #include <drm/amdgpu_drm.h> 27 27 #include "amdgpu.h" 28 28 #include "amdgpu_uvd.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c
··· 21 21 * 22 22 * Author : Dave Airlie <airlied@redhat.com> 23 23 */ 24 - #include <drm/drmP.h> 24 + 25 25 #include <drm/amdgpu_drm.h> 26 26 #include "amdgpu.h" 27 27
+3 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
··· 30 30 * Dave Airlie 31 31 */ 32 32 33 - #include <linux/debugfs.h> 33 + #include <linux/dma-mapping.h> 34 34 #include <linux/iommu.h> 35 35 #include <linux/pagemap.h> 36 36 #include <linux/sched/task.h> ··· 44 44 #include <drm/ttm/ttm_placement.h> 45 45 #include <drm/ttm/ttm_module.h> 46 46 #include <drm/ttm/ttm_page_alloc.h> 47 - #include <drm/drmP.h> 47 + 48 + #include <drm/drm_debugfs.h> 48 49 #include <drm/amdgpu_drm.h> 49 50 #include "amdgpu.h" 50 51 #include "amdgpu_object.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
··· 24 24 #include <linux/firmware.h> 25 25 #include <linux/slab.h> 26 26 #include <linux/module.h> 27 - #include <drm/drmP.h> 27 + 28 28 #include "amdgpu.h" 29 29 #include "amdgpu_ucode.h" 30 30
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
··· 30 30 31 31 #include <linux/firmware.h> 32 32 #include <linux/module.h> 33 - #include <drm/drmP.h> 33 + 34 34 #include <drm/drm.h> 35 35 36 36 #include "amdgpu.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
··· 27 27 28 28 #include <linux/firmware.h> 29 29 #include <linux/module.h> 30 - #include <drm/drmP.h> 30 + 31 31 #include <drm/drm.h> 32 32 33 33 #include "amdgpu.h"
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
··· 26 26 27 27 #include <linux/firmware.h> 28 28 #include <linux/module.h> 29 - #include <drm/drmP.h> 29 + #include <linux/pci.h> 30 + 30 31 #include <drm/drm.h> 31 32 32 33 #include "amdgpu.h"
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
··· 28 28 #include <linux/dma-fence-array.h> 29 29 #include <linux/interval_tree_generic.h> 30 30 #include <linux/idr.h> 31 - #include <drm/drmP.h> 31 + 32 32 #include <drm/amdgpu_drm.h> 33 33 #include "amdgpu.h" 34 34 #include "amdgpu_trace.h"
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
··· 22 22 * Authors: Christian König 23 23 */ 24 24 25 - #include <drm/drmP.h> 26 25 #include "amdgpu.h" 27 26 28 27 struct amdgpu_vram_mgr {