aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie73-1426/+2148
2017-07-27drm/amdgpu: fix header on gfx9 clear stateAlex Deucher1-20/+21
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie1-2/+1
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter19-185/+353
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-25drm/amdgpu: reduce the time of reading VBIOSXiangliang Yu1-1/+1
2017-07-25drm/amdgpu/virtual_dce: Remove the rmmod error messageEmily Deng1-1/+1
2017-07-25drm/amdgpu/gmc9: disable legacy vga features in gmc initAlex Deucher1-0/+16
2017-07-25drm/amdgpu/gmc8: disable legacy vga features in gmc initAlex Deucher1-0/+14
2017-07-25drm/amdgpu/gmc7: disable legacy vga features in gmc initAlex Deucher1-0/+14
2017-07-25drm/amdgpu/gmc6: disable legacy vga features in gmc init (v2)Alex Deucher1-1/+13
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v6Huang Rui1-1/+1
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v7Huang Rui1-1/+1
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v8Huang Rui1-1/+1
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v9Huang Rui1-1/+1
2017-07-25drm/amdgpu: enable huge page handling in the VM v5Alex Deucher2-20/+104
2017-07-25drm/amdgpu: increase fragmentation size for Vega10 v2Christian König5-7/+15
2017-07-25drm/amdgpu: ttm_bind only when user needs gpu_addr in bo pinChunming Zhou1-6/+7
2017-07-25drm/amdgpu: correct clock info for SRIOVXiangliang Yu1-2/+2
2017-07-25drm/amdgpu/gmc8: SRIOV need to program fb locationEmily Deng1-1/+15
2017-07-25drm/amdgpu: disable firmware loading for psp v10Junwei Zhang1-0/+2
2017-07-25drm/amdgpu:fix gfx fence allocate sizeMonk Liu3-8/+52
2017-07-25drm/amdgpu: Implement ttm_bo_driver.access_memory callback v2Felix Kuehling1-0/+62
2017-07-25drm/amdgpu: read reg in each iterator of psp_wait_for loopZhang, Jerry2-4/+1
2017-07-25drm/amdgpu/gfx9: simplify and fix GRBM index selectionNicolai Hähnle1-11/+13
2017-07-25drm/amdgpu: add ring_destroy for psp v10Junwei Zhang3-0/+30
2017-07-25drm/amdgpu: add ring_create function for psp v10Junwei Zhang3-0/+34
2017-07-25drm/amdgpu: add init microcode function for psp v10Junwei Zhang3-0/+48
2017-07-25drm/amdgpu: remove unncessary code in psp v10 ring init funcJunwei Zhang1-20/+0
2017-07-25drm/amdgpu: Fix blocking in RCU critical section(v2)Alex Xie1-3/+7
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma4-4/+4
2017-07-14drm/amdgpu: fix amdgpu_bo_gpu_accessible()Christian König1-1/+5
2017-07-14drm/amdgpu: map VM BOs for CPU based updates only onceChristian König1-36/+51
2017-07-14drm/amdgpu: make sure BOs are always kunmappedChristian König1-0/+3
2017-07-14drm/amdgpu: flush the HDP only once for CPU based VM updatesChristian König1-4/+12
2017-07-14drm/amdgpu: trace setting VM page tables with the CPU as wellChristian König1-0/+2
2017-07-14drm/amdgpu: remove VM shadow WARN_ONsAlex Deucher1-5/+1
2017-07-14drm/amdgpu: fix amdgpu_vm_bo_waitChristian König1-8/+9
2017-07-14drm/amdgpu: fix VM flush for CPU based updatesChristian König1-3/+3
2017-07-14drm/amdgpu/gfx: keep all compute queues on the same pipeAlex Deucher1-1/+2
2017-07-14drm/amd/amdgpu: fix si_enable_smc_cac() failed issueJim Qu1-0/+1
2017-07-14drm/amdgpu: Off by one sanity checksDan Carpenter2-2/+2
2017-07-14drm/amdgpu: implement si_read_bios_from_romAlex Deucher1-0/+28
2017-07-14drm/amdgpu/soc15: drop dead functionAlex Deucher1-7/+0
2017-07-14drm/amdgpu: call atomfirmware get_clock_info for atomfirmware systemsAlex Deucher1-1/+9
2017-07-14drm/amdgpu: add get_clock_info for atomfirmwareAlex Deucher2-0/+94
2017-07-14drm/amdgpu: Send no-retry XNACK for all fault typesJay Cornwall2-0/+6
2017-07-14drm/amdgpu: Correctly establish the suspend/resume hook for amdkfdYong Zhao2-8/+8
2017-07-14drm/amdgpu: Make SDMA phase quantum configurableFelix Kuehling5-3/+100
2017-07-14drm/amdgpu: Enable SDMA context switching for CIKFelix Kuehling1-0/+30