summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-34/+66
|\
| * Revert "drm/amdgpu: Set no-retry as default."Alex Deucher2020-01-071-2/+2
| * drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpuChunming Zhou2020-01-071-1/+2
| * drm/amdgpu: wait for all rings to drain before runtime suspendingAlex Deucher2019-12-181-1/+11
| * drm/amdgpu: move pci handling out of pm opsAlex Deucher2019-11-261-8/+8
| * drm/amdgpu: simplify runtime suspendAlex Deucher2019-11-221-13/+22
| * drm/amdgpu: start to disentangle boco from runtime pmAlex Deucher2019-11-191-3/+6
| * drm/amdgpu: add baco support to runtime suspend/resumeAlex Deucher2019-11-191-1/+6
| * drm/amdgpu: add additional boco checks to runtime suspend/resume (v2)Alex Deucher2019-11-191-21/+26
| * drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)Alex Deucher2019-11-191-4/+4
| * drm/amdgpu: remove experimental flag for Navi14Alex Deucher2019-11-191-4/+4
| * drm/amdgpu: add navi14 PCI IDTianci.Yin2019-11-061-0/+1
* | drm/amdgpu: remove the experimental flag for renoirAlex Deucher2020-01-231-1/+1
* | drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpuChunming Zhou2020-01-071-1/+2
* | Revert "drm/amdgpu: Set no-retry as default."Alex Deucher2020-01-071-2/+2
* | drm/amdgpu: remove experimental flag for Navi14Alex Deucher2019-11-221-4/+4
* | Merge v5.4-rc7 into drm-nextDave Airlie2019-11-141-0/+1
|\ \ | |/ |/|
| * drm/amdgpu: add navi14 PCI IDTianci.Yin2019-11-061-0/+1
* | Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-11-041-2/+3
|\ \
| * | drm/amd: correct "_LENTH" mispelling in constantWambui Karuga2019-10-281-1/+1
| * | drm/amdgpu: Allow reading more status registers on si/cikMarek Olšák2019-10-251-1/+2
* | | Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-11-041-2/+0
|\ \ \
| * | | drm/amdgpu: add independent DMA-buf import v9Christian König2019-10-281-1/+0
| * | | drm/amdgpu: add independent DMA-buf export v8Christian König2019-10-281-1/+0
* | | | Merge tag 'drm-next-5.5-2019-10-25' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-301-3/+19
|\ \ \ \ | | |/ / | |/| |
| * | | drm/amdgpu/psp: add psp memory training implementation(v3)Tianci.Yin2019-10-171-0/+9
| * | | drm/amdgpu: move gpu reset out of amdgpu_device_suspendAlex Deucher2019-10-151-1/+6
| * | | drm/amdgpu: Fix tdr3 could hang with slow compute issueEmily Deng2019-10-151-2/+4
| * | | drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede2019-10-151-0/+35
* | | | Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-261-109/+29
|\| | | | |/ / |/| |
| * | drm/amdgpu: move amdgpu_device_get_job_timeout_settingsAlex Deucher2019-10-071-67/+0
| * | drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák2019-10-031-1/+2
| * | drm/amdgpu: restrict hotplug error messageChristian König2019-10-031-1/+4
| * | drm/amdgpu: remove gfx9 NGGMarek Olšák2019-10-031-41/+0
| * | drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang2019-10-031-1/+6
| * | drm/amdgpu: enable full ras by defaultGuchun Chen2019-10-031-1/+1
| * | drm/amdgpu/SRIOV: add navi12 pci id for SRIOV (v2)Jiange Zhao2019-10-031-0/+1
| * | drm/amdgpu: flag navi12 and 14 as experimental for 5.4Alex Deucher2019-10-031-4/+4
| * | drm/amdgpu: add navi12 pci idTianci.Yin2019-10-031-0/+3
| * | docs: drm/amdgpu: Resolve build warningsAdam Zerella2019-10-031-4/+7
| * | drm/amdgpu: add navi14 PCI ID for work station SKUTianci.Yin2019-09-161-0/+2
| * | drm/amdgpu: Add a kernel parameter for specifying the asic typeYong Zhao2019-09-161-0/+11
| * | drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky2019-09-131-0/+5
* | | Merge v5.4-rc4 into drm-nextDaniel Vetter2019-10-231-0/+35
|\ \ \ | | |/ | |/|
| * | drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede2019-10-111-0/+35
* | | Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-111-1/+1
|\ \ \ | |/ / |/| |
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-18/+31
| |\ \
| * | | drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann2019-08-231-1/+1
* | | | drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák2019-10-021-1/+2
| |/ / |/| |
* | | Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-271-1/+6
|\ \ \
OpenPOWER on IntegriCloud