summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix gfx9 soft recoveryPierre-Eric Pelloux-Prayer2019-08-131-1/+1
* Revert "drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)"Marek Olšák2019-08-072-12/+1Star
* drm/amdgpu: pin the csb buffer on hw init for gfx v8Likun Gao2019-08-061-0/+40
* drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0Thong Thai2019-08-021-1/+31
* drm/amd/amdgpu/vcn_v2_0: Mark RB commands as KMD commandsThong Thai2019-08-022-6/+7
* Merge tag 'drm-fixes-5.3-2019-07-31' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-08-024-41/+64
|\
| * drm/amd/powerplay: correct UVD/VCE/VCN power status retrievalEvan Quan2019-07-311-20/+36
| * drm/amdgpu: fix a potential information leaking bugWang Xiayang2019-07-311-1/+1
| * drm/amdgpu: fix error handling in amdgpu_cs_process_fence_depChristian König2019-07-311-14/+12Star
| * drm/amd/powerplay: fix null pointer dereference around dpm state relatesEvan Quan2019-07-311-5/+13
| * drm/amdkfd: Fix byte align on VegaMKent Russell2019-07-311-1/+2
* | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-271-0/+1
|\ \ | |/ |/|
| * drm/amdgpu/gfx10: Fix missing break in switch statementGustavo A. R. Silva2019-07-261-0/+1
* | Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-07-268-13/+51
|\ \ | |/ |/|
| * drm/amdgpu/smu: move fan rpm query into the asic specific codeAlex Deucher2019-07-221-2/+2
| * drm/amdgpu: use VCN firmware offset for cache windowLeo Liu2019-07-181-3/+0Star
| * drm/amdgpu: drop ras self testHawking Zhang2019-07-181-7/+0Star
| * drm/amdgpu: only allow error injection to UMC IP blockHawking Zhang2019-07-181-0/+6
| * drm/amdgpu: disable GFX RAS by defaultHawking Zhang2019-07-181-1/+1
| * drm/amdgpu: do not create ras debugfs/sysfs node for ASICs that don't have ra...Hawking Zhang2019-07-181-0/+6
| * drm/amdgpu: Default disable GDS for compute VMIDsJoseph Greathouse2019-07-184-0/+36
* | Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-1928-116/+202
|\|
| * drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlersAlex Deucher2019-07-181-10/+0Star
| * drm/amd/amdgpu: Fix offset for vmid selection in debugfs interfaceTom St Denis2019-07-171-1/+1
| * drm/amd/powerplay: fix deadlock around smu_handle_task V2Evan Quan2019-07-171-3/+0Star
| * drm/amdgpu: Fix silent amdgpu_bo_move failuresFelix Kuehling2019-07-171-3/+37
| * drm/amdgpu: drop dead headerAlex Deucher2019-07-172-33/+0Star
| * drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCHNicolai Hähnle2019-07-161-17/+10Star
| * drm/amdgpu: check kdb_bin_size to exclude kdb loading sequenceHawking Zhang2019-07-161-1/+1
| * drm/amdgpu: Fix unaligned memory copiesFelix Kuehling2019-07-161-0/+2
| * drm/amdgpu: replace simple_strtol() by kstrtou32()Wang Xiayang2019-07-161-1/+2
| * drm/amd/amdgpu: hide #warning for missing DC configArnd Bergmann2019-07-162-6/+0Star
| * drm/amdgpu: Fix Vega20 Perf counter for pcie_bwKent Russell2019-07-161-2/+8
| * drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10Tom St Denis2019-07-161-0/+7
| * drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis2019-07-166-13/+14
| * drm/amdkfd: Consistently apply noretry settingFelix Kuehling2019-07-167-15/+18
| * drm/amdgpu: support key database loading for navi10Hawking Zhang2019-07-125-1/+70
| * drm/amdgpu: switch to macro for psp bootloader commandHawking Zhang2019-07-123-4/+10
| * drm/amdgpu: enable IP discovery by default on naviAlex Deucher2019-07-111-1/+2
| * drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map arraytiancyin2019-07-111-1/+1
| * drm/amdgpu: Fix potential integer overflowsFelix Kuehling2019-07-111-4/+5
| * drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher2019-07-103-2/+16
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-16185-1857/+27001
|\|
| * drm/amdgpu: properly guard the generic discovery codeAlex Deucher2019-07-101-2/+2
| * drm/amdgpu: add missing documentation on new module parametersAlex Deucher2019-07-101-0/+13
| * drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák2019-07-101-5/+1Star
| * drm/amdgpu/psp11: simplify the ucode register logicAlex Deucher2019-07-081-2/+2
| * drm/amdgpu: properly guard DC support in navi codeAlex Deucher2019-07-081-0/+4
| * amdgpu: make pmu support optionalArnd Bergmann2019-07-082-3/+7
| * drm/amdgpu/mes10.1: Fix header guardNathan Chancellor2019-07-081-1/+1