summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2-6/+4
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter11-18/+48
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter111-141/+271
2019-06-12drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher1-2/+2
2019-06-12drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter1-0/+2
2019-06-11drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S3-3/+11
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg43-44/+96
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg55-64/+95
2019-06-10drm/amd: drop use of drmP.h from all header filesSam Ravnborg2-3/+4
2019-06-10drm/amd: drop use of drmP.h in atom.hSam Ravnborg2-1/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg8-2/+22
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg18-28/+51
2019-06-05Revert "drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu"Alex Deucher1-2/+1
2019-06-05drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher3-59/+61
2019-06-05drm/amdgpu: cancel late_init_work before gpu resetxinhui pan1-0/+2
2019-06-06Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-11/+33
2019-06-05drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang4-10/+30
2019-06-05drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Louis Li1-1/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König4-8/+9
2019-05-31drm/amdgpu/sriov: Correct some register program methodEmily Deng2-9/+9
2019-05-31drm/amdkfd: Return proper error code for gws alloc APIOak Zeng1-1/+1
2019-05-31drm/amdgpu:Fix the unpin warning about csb bufferEmily Deng1-3/+1
2019-05-31drm/amdgpu: ras injection use gpu addressxinhui pan1-0/+16
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-2/+1
2019-05-31Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie73-1111/+3119
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner1-2/+1
2019-05-30Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-2/+1
2019-05-29drm/amdgpu: reserve stollen vram for raven seriesFlora Cui1-2/+1
2019-05-28drm/amdgpu: Need to set the baco cap before baco resetEmily Deng2-14/+13
2019-05-28drm/amdgpu/soc15: skip reset on initAlex Deucher1-0/+5
2019-05-28drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpuChunming Zhou1-1/+2
2019-05-28drm/amdgpu: Add function to add/remove gws to kfd processOak Zeng2-5/+100
2019-05-28drm/amdgpu: Add interface to alloc gws from amdgpuOak Zeng2-0/+36
2019-05-28drm/amdkfd: Add gws number to kfd topology node propertiesOak Zeng3-0/+18
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-52/+98
2019-05-24drm/amd/doc: Add RAS documentation to guideTom St Denis1-2/+2
2019-05-24drm/amd/doc: Add XGMI sysfs documentationTom St Denis1-0/+28
2019-05-24drm/amd/display: Switch the custom "max bpc" property to the DRM propNicholas Kazlauskas2-6/+0
2019-05-24drm/amdgpu: Add Unique Identifier sysfs file unique_id v2Kent Russell2-0/+34
2019-05-24drm/amdgpu: Improve error handling for HMMFelix Kuehling1-4/+18
2019-05-24drm/amdgpu: more descriptive message if HMM not enabledPhilip Yang1-0/+2
2019-05-24drm/amdgpu: support userptr cross VMAs case with HMMPhilip Yang1-35/+91
2019-05-24drm/amdkfd: support concurrent userptr update for HMMPhilip Yang1-6/+19
2019-05-24drm/amdgpu: fix HMM config dependency issuePhilip Yang3-24/+19
2019-05-24drm/amdgpu: replace get_user_pages with HMM mirror helpersPhilip Yang9-278/+182
2019-05-24drm/amdgpu: use HMM callback to replace mmu notifierPhilip Yang4-98/+72
2019-05-24drm/amdgpu: Use heavy weight for tlb invalidation on xgmi configurationshaoyunl1-27/+26
2019-05-24drm/amdgpu: use pcie_bandwidth_available rather than open coding itAlex Deucher1-39/+2
2019-05-24drm/amdgpu: use div64_ul for 32-bit compatibility v1Slava Abramov1-2/+2