summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds192-29846/+50770
2016-10-10Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie14-37/+31
2016-10-06drm/amdgpu: revert "use more than 64KB fragment size if possible"Christian König1-8/+4
2016-10-06drm/amdgpu: warn if dp aux is still attached on freeGrazvydas Ignotas2-1/+4
2016-10-06drm/amdgpu/dce11: add missing drm_mode_config_cleanup callGrazvydas Ignotas1-0/+1
2016-10-06drm/amdgpu: also track late init stateGrazvydas Ignotas2-0/+5
2016-10-04drm/amdgpu/virtual_dce: adjust config ifdefAlex Deucher1-2/+2
2016-10-04drm/amdgpu/vce: add support for hw config packet (v2)Alex Deucher1-0/+14
2016-10-04drm/amdgpu: clean up to set fw_offset as 0 twiceHuang Rui1-1/+0
2016-10-04drm/amdgpu: remove DRM_AMD_POWERPLAYAlex Deucher5-25/+1
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä1-2/+2
2016-10-04drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä1-1/+1
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie35-318/+694
2016-09-28drm/amdgpu: always apply pci shutdown callbacks (v2)Alex Deucher1-6/+4
2016-09-28drm/amdgpu: improve VM PTE trace pointsChristian König2-5/+25
2016-09-28drm/amdgpu: fix GART_DEBUGFS defineChristian König1-4/+4
2016-09-28drm/amdgpu: free userptrs even if GTT isn't boundChristian König1-3/+3
2016-09-28drm/amd/amdgpu: Various cleanups for DCEv6Tom St Denis1-36/+10
2016-09-28drm/amdgpu: fix BO move offsetsChristian König1-2/+2
2016-09-28drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König1-2/+2
2016-09-28drm/amdgpu: fix gtt_mgr bo's offsetFlora Cui1-2/+3
2016-09-28drm/amdgpu: fix initializing the VM BO shadowChristian König1-0/+15
2016-09-28drm/amdgpu: fix initializing the VM last eviction counterChristian König1-2/+6
2016-09-28drm/amdgpu: cleanup VM shadow BO unreferencingChristian König1-6/+10
2016-09-28drm/amdgpu: allocate GTT space for shadow VM page tablesChristian König1-0/+17
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König12-159/+159
2016-09-28drm/amdgpu: remove unused member from struct amdgpu_boChristian König2-3/+0
2016-09-28drm/amdgpu: add a custom GTT memory manager v2Christian König6-11/+265
2016-09-28drm/amdgpu/dce6: disable hpd on local panelsAlex Deucher1-9/+39
2016-09-28drm/amdgpu/dce8: disable hpd on local panelsAlex Deucher1-9/+39
2016-09-28drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher1-10/+13
2016-09-28drm/amdgpu/dce10: disable hpd on local panelsAlex Deucher1-10/+13
2016-09-28drm/amdgpu/si/dpm: fix phase shedding setupAlex Deucher2-1/+2
2016-09-28drm/amdgpu/si/dpm: sync up quirks from radeonAlex Deucher1-0/+13
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie13-26/+43
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie103-35876/+18576
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+2
2016-09-28Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabba...Dave Airlie9-67/+65
2016-09-27drm/amdgpu/vce3: don't forget to tear down some ringsGrazvydas Ignotas1-2/+4
2016-09-27drm/amdgpu/i2c: add const where appropriateGrazvydas Ignotas2-14/+14
2016-09-27drm/amdgpu: don't leave dangling pointers aroundGrazvydas Ignotas2-0/+3
2016-09-27drm/amdgpu: clear ring pointer in amdgpu_device on teardownGrazvydas Ignotas1-0/+2
2016-09-27drm/amdgpu/vce: take all rings into account for idle checksAlex Deucher1-2/+5
2016-09-27drm/amdgpu: add version bump for raster config programmingAlex Deucher1-1/+2
2016-09-27drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mappingChristian König1-0/+1
2016-09-27drm/amdgpu: bypass vce clock if vce is idle on Fiji.Rex Zhu1-1/+2
2016-09-27drm/amdgpu: disable CRTCs before teardownGrazvydas Ignotas1-1/+1
2016-09-23drm/amdgpu: fix amdgpu_vm_bo_update param errorFlora Cui1-1/+1
2016-09-23drm/amdgpu: Constify tablesNils Wallménius6-21/+20
2016-09-22drm/amd/amdgpu: Clean up afmt allocation in DCEv6. (v2)Tom St Denis1-4/+14