summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski2020-07-211-6/+3
* drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Xiaojie Yuan2020-07-141-18/+8
* drm/amdgpu: fix preemption unit testJack Xiao2020-07-141-5/+15
* drm/amdgpu/gfx10: fix race condition for kiqJack Xiao2020-07-141-1/+8
* drm/amdgpu: don't do soft recovery if gpu_recovery=0Marek Olšák2020-07-091-1/+2
* drm/amdgpu: add TMR destory function for pspHuang Rui2020-07-091-4/+53
* drm/amdgpu: asd function needs to be unloaded in suspend phaseHuang Rui2020-07-091-0/+6
* drm/amdgpu: use %u rather than %d for sclk/mclkAlex Deucher2020-07-011-2/+2
* drm/amdgpu/atomfirmware: fix vram_info fetching for renoirAlex Deucher2020-07-011-0/+1
* drm/amdgpu: add fw release for sdma v5_0Wenhui Sheng2020-06-241-1/+5
* Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie2020-06-191-2/+2
|\
| * drm/amdgpu: fix documentation around busy_percentageAlex Deucher2020-06-171-1/+1
| * drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher2020-06-171-1/+1
* | amdgpu: a NULL ->mm does not mean a thread is a kthreadChristoph Hellwig2020-06-111-1/+1
* | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-106-8/+1
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-093-3/+3
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-7/+7
* | Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-081-0/+171
|\|
| * drm/amdgpu/pm: return an error during GPU reset or suspend (v2)Alex Deucher2020-05-291-0/+171
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-02136-3279/+7206
|\|
| * drm/amdgpu: fix device attribute node create failed with multi gpuKevin Wang2020-05-263-41/+58
| * drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling2020-05-221-2/+9
| * drm/amdgpu: add apu flags (v2)Alex Deucher2020-05-2212-28/+38
| * drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenchen gong2020-05-221-0/+9
| * drm/amdgpu: fix pm sysfs node handling (v2)Alex Deucher2020-05-221-4/+4
| * drm/amdgpu: move gpu_info parsing after common early initAlex Deucher2020-05-221-4/+4
| * drm/amdgpu: move discovery gfx config fetchingAlex Deucher2020-05-221-4/+3
| * drm/amdgpu: resize VRAM BAR for CPU access on gfx10Alan Swanson2020-05-211-4/+10
| * drm/amdgpu: drop navi pcie bw callbackAlex Deucher2020-05-211-8/+0
| * drm/amdgpu: improve error handling in pcie_bwAlex Deucher2020-05-211-1/+7
| * drm/amdkfd: fix restore worker race conditionPhilip Yang2020-05-211-3/+3
| * drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handlingDan Carpenter2020-05-211-2/+1
| * drm/amdgpu: add condition to set MP1 state on gpu resetLikun Gao2020-05-211-1/+2
| * drm/amdgpu fix incorrect sysfs remove behavior for xgmiJack Zhang2020-05-211-7/+16
| * drm/amdgpu/vcn2.5: Remove old DPG workaroundJames Zhu2020-05-211-9/+0
| * drm/amdgpu/jpeg2.5: Remove JPEG_ENC_MASK from clock ungatingJames Zhu2020-05-211-1/+0
| * drm/amd/display: Add DC Debug mask to disable features for bringupHarry Wentland2020-05-212-0/+9
| * drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attributeKevin Wang2020-05-211-105/+0
| * drm/amdgpu: Add a UAPI flag for user to call mem_syncAndrey Grodzovsky2020-05-182-1/+5
| * drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák2020-05-187-7/+46
| * drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky2020-05-185-5/+94
| * drm/amdgpu: Add new ring callback to insert memory syncAndrey Grodzovsky2020-05-181-0/+1
| * drm/amdgpu: optimize amdgpu device attribute codeKevin Wang2020-05-182-278/+262
| * drm/amdgpu: add amdgpu_virt_get_vf_mode helper functionKevin Wang2020-05-182-0/+24
| * drm/amdgpu: Add autodump debugfs node for gpu reset v8Jiange Zhao2020-05-184-1/+87
| * drm/amdgpu: Update RAS XGMI error inject sequenceJohn Clements2020-05-141-1/+29
| * drm/amdgpu: Add DPM function for XGMI link power down controlJohn Clements2020-05-142-0/+12
| * drm/amdgpu: remove redundant assignment to variable retColin Ian King2020-05-141-1/+1
| * drm/amdgpu: turn back rlcg write for gfx_v10Yintian Tao2020-05-141-8/+6