summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-20Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie63-1748/+2620
2015-10-20Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie3-37/+25
2015-10-20drm: rcar-du: Fix plane state free in plane reset handlerLaurent Pinchart1-23/+22
2015-10-20drm: rcar-du: Enable DU0 to DPAD connection on R8A7791Laurent Pinchart1-1/+1
2015-10-20drm: rcar-du: Add dependency on OFLaurent Pinchart2-11/+2
2015-10-20drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entriesGeert Uytterhoeven1-2/+0
2015-10-19Merge branch 'virtio-gpu-for-drm-next' of git://git.kraxel.org/linux into drm...Dave Airlie15-26/+1568
2015-10-16virtio-gpu: add page flip supportGerd Hoffmann1-3/+46
2015-10-16virtio-gpu: mark as a render gpuDave Airlie2-10/+10
2015-10-16virtio-gpu: add basic prime supportDave Airlie4-2/+96
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann11-3/+1368
2015-10-16virtio-gpu: don't free things on ttm_bo_init failureDave Airlie1-8/+3
2015-10-16virtio-gpu: wait for cursor updates finishGerd Hoffmann1-0/+8
2015-10-16virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_bufferGerd Hoffmann2-7/+35
2015-10-16virtio-gpu: add virtio_gpu_queue_ctrl_buffer_lockedGerd Hoffmann1-4/+13
2015-10-16via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...Mikko Rapeli2-4/+4
2015-10-16include/uapi/drm/sis_drm.h: move sis_file_private to drivers/gpu/drm/sis/sis_...Mikko Rapeli2-4/+4
2015-10-16Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie8-218/+1000
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie445-2101/+3441
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie79-600/+550
2015-10-16Merge tag 'drm-intel-next-2015-09-28-merged' of git://anongit.freedesktop.org...Dave Airlie41-548/+1204
2015-10-16Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie37-822/+1076
2015-10-15Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie1-302/+185
2015-10-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie11-658/+297
2015-10-14drm/amdgpu: fix lockup when clean pending fencesJunwei Zhang1-3/+3
2015-10-14drm/amdgpu: add timer to fence to detect scheduler lockupJunwei Zhang3-3/+61
2015-10-14drm/amdgpu: add VM CS mapping trace pointChristian König2-1/+19
2015-10-14drm/amdgpu: add option to clear VM page tables after every submitChristian König3-1/+21
2015-10-14drm/amdgpu: add option to stop on VM faultChristian König4-6/+80
2015-10-14drm/amdgpu: only print meaningful VM faultsChristian König2-4/+12
2015-10-14drm/amdgpu: also trace already allocated VMIDsChristian König1-1/+3
2015-10-14drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner2-2/+0
2015-10-14drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner3-3/+0
2015-10-14drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher3-159/+51
2015-10-14drm/amdgpu: rework sdma structuresAlex Deucher9-258/+245
2015-10-14drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher1-1/+30
2015-10-14drm/amdgpu/dce8: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce8: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51
2015-10-14drm/amdgpu/dce11: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce11: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51
2015-10-14drm/amdgpu/dce10: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce10: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce10: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce10: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57