summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: remove old lockup detection infrastructureChristian König2015-10-2115-169/+1
* drm: fix trivial typosGeliang Tang2015-10-211-1/+1
* drm/amdgpu/dce: simplify suspend/resumeAlex Deucher2015-10-193-33/+14
* drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packetAlex Deucher2015-10-191-0/+1
* drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang2015-10-141-3/+3
* drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang2015-10-143-3/+61
* drm/amdgpu: add VM CS mapping trace pointChristian König2015-10-142-1/+19
* drm/amdgpu: add option to clear VM page tables after every submitChristian König2015-10-143-1/+21
* drm/amdgpu: add option to stop on VM faultChristian König2015-10-144-6/+80
* drm/amdgpu: only print meaningful VM faultsChristian König2015-10-142-4/+12
* drm/amdgpu: also trace already allocated VMIDsChristian König2015-10-141-1/+3
* drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2015-10-142-2/+0
* drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher2015-10-143-159/+51
* drm/amdgpu: rework sdma structuresAlex Deucher2015-10-149-258/+245
* drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher2015-10-141-1/+30
* drm/amdgpu/dce8: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5
* drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOsAlex Deucher2015-10-141-37/+24
* drm/amdgpu/dce8: Move hotspot handling out of set_cursorAlex Deucher2015-10-141-19/+17
* drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)Alex Deucher2015-10-141-24/+57
* drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2015-10-141-23/+51
* drm/amdgpu/dce11: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5
* drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOsAlex Deucher2015-10-141-37/+24
* drm/amdgpu/dce11: Move hotspot handling out of set_cursorAlex Deucher2015-10-141-19/+17
* drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)Alex Deucher2015-10-141-24/+57
* drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2015-10-141-23/+51
* drm/amdgpu/dce10: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5
* drm/amdgpu/dce10: Clean up reference counting and pinning of the cursor BOsAlex Deucher2015-10-141-37/+24
* drm/amdgpu/dce10: Move hotspot handling out of set_cursorAlex Deucher2015-10-141-19/+17
* drm/amdgpu/dce10: Re-show the cursor after a modeset (v2)Alex Deucher2015-10-141-24/+57
* drm/amdgpu/dce10: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2015-10-142-23/+55
* drm/amdgpu/atom: add support for new div32 opcodes (v3)Alex Deucher2015-10-142-2/+25
* drm/amdgpu/atom: add support for new mul32 opcodes (v2)Alex Deucher2015-10-142-2/+18
* drm/amdgpu/atom: add support for process ds opcodeAlex Deucher2015-10-141-1/+10
* drm/amdgpu/atom: implement debug opcodeAlex Deucher2015-10-141-1/+2
* drm/amdgpu: disable hw semaphores by defaultAlex Deucher2015-10-081-2/+2
* drm/amdgpu: enable scheduler by defaultChunming Zhou2015-10-081-2/+2
* drm/amdgpu: add TOPDOWN flag to the whole vramChunming Zhou2015-10-081-0/+2
* drm/amdgpu: add vram usage into debugfsChunming Zhou2015-10-081-0/+5
* drm/amdgpu: split gfx8 gpu init into sw and hw partsAlex Deucher2015-10-081-190/+197
* drm/amdgpu: Spell vga_switcheroo consistentlyLukas Wunner2015-10-023-3/+3
* Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-09-303-7/+9
|\
| * drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä2015-09-242-6/+8
| * drm: Move timestamping constants into drm_vblank_crtcVille Syrjälä2015-09-241-1/+1
* | drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher2015-09-231-0/+4
* | drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu2015-09-233-92/+23
* | drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()Dan Carpenter2015-09-231-1/+1
* | drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()Dan Carpenter2015-09-231-0/+5
* | drm/amdgpu: integer overflow in amdgpu_info_ioctl()Dan Carpenter2015-09-231-2/+3
* | drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter2015-09-231-34/+51
* | drm/amdgpu: Fix max_vblank_count value for current display enginesAlex Deucher2015-09-231-1/+1