aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22drm/amdgpu: remove experimental flag for Navi14Alex Deucher1-4/+4
2019-11-14Merge v5.4-rc7 into drm-nextDave Airlie1-0/+1
2019-11-06drm/amdgpu: add navi14 PCI IDTianci.Yin1-0/+1
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+3
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+0
2019-10-30Merge tag 'drm-next-5.5-2019-10-25' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+19
2019-10-28drm/amdgpu: add independent DMA-buf import v9Christian König1-1/+0
2019-10-28drm/amdgpu: add independent DMA-buf export v8Christian König1-1/+0
2019-10-28drm/amd: correct "_LENTH" mispelling in constantWambui Karuga1-1/+1
2019-10-25drm/amdgpu: Allow reading more status registers on si/cikMarek Olšák1-1/+2
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-109/+29
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-0/+35
2019-10-17drm/amdgpu/psp: add psp memory training implementation(v3)Tianci.Yin1-0/+9
2019-10-15drm/amdgpu: move gpu reset out of amdgpu_device_suspendAlex Deucher1-1/+6
2019-10-15drm/amdgpu: Fix tdr3 could hang with slow compute issueEmily Deng1-2/+4
2019-10-15drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede1-0/+35
2019-10-11drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede1-0/+35
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-10-07drm/amdgpu: move amdgpu_device_get_job_timeout_settingsAlex Deucher1-67/+0
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-18/+31
2019-10-03drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák1-1/+2
2019-10-03drm/amdgpu: restrict hotplug error messageChristian König1-1/+4
2019-10-03drm/amdgpu: remove gfx9 NGGMarek Olšák1-41/+0
2019-10-03drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang1-1/+6
2019-10-03drm/amdgpu: enable full ras by defaultGuchun Chen1-1/+1
2019-10-03drm/amdgpu/SRIOV: add navi12 pci id for SRIOV (v2)Jiange Zhao1-0/+1
2019-10-03drm/amdgpu: flag navi12 and 14 as experimental for 5.4Alex Deucher1-4/+4
2019-10-03drm/amdgpu: add navi12 pci idTianci.Yin1-0/+3
2019-10-03docs: drm/amdgpu: Resolve build warningsAdam Zerella1-4/+7
2019-10-02drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák1-1/+2
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+6
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+2
2019-09-18drm/amdgpu: flag navi12 and 14 as experimental for 5.4Alex Deucher1-4/+4
2019-09-17drm/amdgpu: add navi12 pci idTianci.Yin1-0/+3
2019-09-17drm/amdgpu: add navi14 PCI ID for work station SKUTianci.Yin1-0/+2
2019-09-16drm/amdgpu: add navi14 PCI ID for work station SKUTianci.Yin1-0/+2
2019-09-16drm/amdgpu: Add a kernel parameter for specifying the asic typeYong Zhao1-0/+11
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-0/+5
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffersGerd Hoffmann1-1/+1
2019-08-22amd/amdgpu: add Arcturus vf DID supportFrank.Min1-0/+1
2019-08-21drm/amdgpu: Set no-retry as default.Feifei Xu1-2/+2
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe1-1/+1
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe1-0/+2
2019-08-12drm/amdgpu: flag renoir as experimental for nowAlex Deucher1-1/+1
2019-08-12drm/amdgpu: add renoir pci idHuang Rui1-0/+3
2019-08-12drm/amdgpu: add navi14 PCI IDAlex Deucher1-0/+2
2019-08-12drm/amdgpu: Update pitch on page flips without DC as wellMichel Dänzer1-1/+2
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-14/+13
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+1
2019-07-31drm/amdgpu: Fill out gem_object->resvDaniel Vetter1-1/+0