summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-5/+5
|\
| * Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-011-5/+5
| |\
| | * drm/amdgpu: Use designated initializersKees Cook2017-05-281-5/+5
| * | drm/amdgpu: Program ring for vce instance 1 at its register spaceLeo Liu2017-05-311-27/+68
* | | Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-1680-4627/+9413
|\ \ \
| * | | drm/amdgpu: Fix compiler warningsHarish Kasiviswanathan2017-06-151-4/+4
| * | | drm/amdgpu: vm_update_ptes remove code duplicationHarish Kasiviswanathan2017-06-151-57/+16
| * | | drm/amd/amdgpu: Port VCN over to new SOC15 macrosTom St Denis2017-06-151-82/+82
| * | | drm/amd/amdgpu: Port PSP v10.0 over to new SOC15 macrosTom St Denis2017-06-151-7/+7
| * | | drm/amd/amdgpu: Port PSP v3.1 over to new SOC15 macrosTom St Denis2017-06-151-16/+16
| * | | drm/amd/amdgpu: Port NBIO v7.0 driver over to new SOC15 macrosTom St Denis2017-06-151-25/+17
| * | | drm/amd/amdgpu: Port NBIO v6.1 driver over to new SOC15 macrosTom St Denis2017-06-151-31/+23
| * | | drm/amd/amdgpu: Port UVD 7.0 over to new SOC15 macrosTom St Denis2017-06-151-87/+87
| * | | drm/amd/amdgpu: Port MMHUB over to new SOC15 macrosTom St Denis2017-06-151-14/+11
| * | | drm/amd/amdgpu: Cleanup gfxhub read-modify-write patternsTom St Denis2017-06-151-8/+3
| * | | drm/amd/amdgpu: Port GFXHUB over to new SOC15 macrosTom St Denis2017-06-151-14/+12
| * | | drm/amd/amdgpu: Add offset variant to SOC15 macrosTom St Denis2017-06-151-0/+14
| * | | drm/amdgpu: add virtual display support for ravenAlex Deucher2017-06-151-0/+2
| * | | drm/amdgpu/gfx9: fix compute ring doorbell indexAlex Deucher2017-06-151-1/+1
| * | | drm/amd/amdgpu: Rename KIQ ring to avoid spacesTom St Denis2017-06-151-1/+1
| * | | drm/amd/amdgpu: gfx9 tidy ups (v2)Tom St Denis2017-06-151-19/+7
| * | | drm/amdgpu: add contiguous flag in ucode bo createhorchen2017-06-151-1/+2
| * | | drm/amdgpu: fix missed gpu info firmware when cache firmware during S3Huang Rui2017-06-152-8/+13
| * | | drm/amdgpu: export test ib debugfs interfaceHuang Rui2017-06-151-0/+54
| * | | drm/amdgpu: avoid to reset wave_front_size to 0Hawking Zhang2017-06-151-2/+0
| * | | drm/amdgpu: add new member in gpu_info fwHawking Zhang2017-06-153-0/+11
| * | | drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher2017-06-093-49/+124
| * | | drm/amdgpu: move comment to the right placeAlex Xie2017-06-091-2/+2
| * | | drm/amdgpu: fix a typo in commentAlex Xie2017-06-091-1/+1
| * | | drm/amdgpu: remove duplicate function prototypesAlex Xie2017-06-091-1/+0
| * | | drm/amdgpu: Support page table update via CPUHarish Kasiviswanathan2017-06-091-1/+87
| * | | drm/amdgpu: Support page directory update via CPUHarish Kasiviswanathan2017-06-091-42/+119
| * | | drm/amdgpu: Add amdgpu_sync_waitHarish Kasiviswanathan2017-06-092-0/+20
| * | | drm/amdgpu: Add vm context module paramHarish Kasiviswanathan2017-06-095-3/+61
| * | | drm/amdgpu: drop deprecated drm_get_pci_dev and drm_put_devAlex Deucher2017-06-081-2/+26
| * | | drm/amdgpu: call pci_[un]register_driver() directlyAlex Deucher2017-06-081-2/+2
| * | | drm/amdgpu/radeon: Use radeon by default for CIK GPUsMichel Dänzer2017-06-083-8/+11
| * | | drm/amdgpu: Update Kconfig help for SI and CIK supportFelix Kuehling2017-06-081-4/+12
| * | | drm/amdgpu: Add module param to control SI supportFelix Kuehling2017-06-083-0/+26
| * | | drm/amdgpu: Add module param to control CIK supportFelix Kuehling2017-06-083-0/+26
| * | | drm/amdgpu/gfx: consolidate mqd buffer setup codeAlex Deucher2017-06-074-132/+74
| * | | drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher2017-06-073-47/+47
| * | | drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.cAlex Deucher2017-06-074-211/+122
| * | | drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher2017-06-076-39/+40
| * | | drm/amdgpu/gfx9: remove spurious line in kiq setupAlex Deucher2017-06-071-1/+0
| * | | drm/amdgpu/gfx8: whitespace changeAlex Deucher2017-06-071-1/+2
| * | | drm/amdgpu/gfx9: Raven has two MECsAlex Deucher2017-06-071-0/+1
| * | | drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common codeAlex Deucher2017-06-075-114/+42
| * | | drm/amdgpu: fix mec queue policy on single MEC asicsAlex Deucher2017-06-073-9/+27
| * | | drm/amdgpu/gfx: create a common bitmask function (v2)Alex Deucher2017-06-075-40/+25
OpenPOWER on IntegriCloud