summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixesSean Paul2017-06-20170-5001/+292423
|\
| * drm/amdgpu: Optimize mutex usage (v4)Alex Xie2017-06-192-12/+30
| * drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)Alex Xie2017-06-191-23/+30
| * amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie2017-06-163-2/+91
| * amdgpu/cs: split out fence dependency checking (v2)Dave Airlie2017-06-161-42/+51
| * drm/amdgpu: don't check the default value for vm sizeAlex Deucher2017-06-161-0/+4
| * BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-162-15/+15
| |\
| * \ Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-16148-4838/+292200
| |\ \
| | * | 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/amd/powerplay: add avfs control for Vega10Eric Huang2017-06-151-0/+1
| | * | 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/amd/powerplay: add GPU power display for vega10Eric Huang2017-06-151-0/+20
| | * | drm/amd/powerplay: update vega10_ppsmc.hEric Huang2017-06-151-1/+2
| | * | 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/amd/powerplay: fix copy error in powerplay.Rex Zhu2017-06-091-3/+3
| | * | 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
OpenPOWER on IntegriCloud