summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-09-22drm/amdgpu: avoid out of bounds access on array interrupt_status_offsetsColin Ian King1-1/+1
2016-09-22drm/amdgpu: mark symbols static where possibleBaoyou Xie3-6/+8
2016-09-22drm/amdgpu: remove unused functionsBaoyou Xie2-15/+0
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis7-140/+79
2016-09-22drm/radeon: narrow asic_init for virtualizationAlex Deucher1-2/+3
2016-09-22drm/amdgpu:add fw version entry to infoFrank Min3-0/+43
2016-09-22drm/amdgpu:determine if vPost is needed indeedMonk Liu1-4/+44
2016-09-22drm/i2c: tda998x: don't register the connectorBrian Starkey1-8/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen22-45/+45
2016-09-22drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen1-0/+3
2016-09-22drm/nouveau: Revert "bus: remove cpu_coherent flag"Karol Herbst4-1/+5
2016-09-22drm/nouveau/fifo/nv04: avoid ramht race against cookie insertionIlia Mirkin1-0/+3
2016-09-22drm/sun4i: Fix the high buffer address maskMaxime Ripard1-2/+2
2016-09-22drm/sun4i: tv: Check mode pointerMaxime Ripard1-1/+7
2016-09-22drm/sun4i: Fix formats usable by the primary planeMaxime Ripard2-19/+46
2016-09-22drm/doc: Document color space handlingDaniel Vetter1-0/+48
2016-09-22drm: Extract drm_color_mgmt.[hc]Daniel Vetter4-221/+253
2016-09-22drm/doc: Polish plane composition property docsDaniel Vetter2-18/+131
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter3-53/+50
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter2-110/+28
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter5-1001/+1044
2016-09-22drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul1-2/+4
2016-09-21drm/rockchip: Balance irq refcount on failureSean Paul1-1/+5
2016-09-21drm/rockchip: Kill vop_plane_stateTomasz Figa1-79/+15
2016-09-21drm/rockchip: Always signal event in next vblank after cfg_doneTomasz Figa1-44/+10
2016-09-21drm/rockchip: Do not enable vblank without eventTomasz Figa1-11/+4
2016-09-21drm/rockchip: Replace custom wait_for_vblanks with helperTomasz Figa3-78/+1
2016-09-21drm/rockchip: Unreference framebuffers from flip workTomasz Figa1-0/+41
2016-09-21drm/rockchip: Avoid race with vblank count incrementTomasz Figa1-0/+34
2016-09-21drm/rockchip: Get rid of some unnecessary codeTomasz Figa1-18/+0
2016-09-21drm/rockchip: Clear interrupt status bits before enablingTomasz Figa1-0/+3
2016-09-21drm/rockchip: Fix up bug in psr state machineSean Paul1-3/+5
2016-09-21drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso3-555/+210
2016-09-21drm/rockchip: Reduce psr flush time to 100msSean Paul1-1/+1
2016-09-21drm/rockchip: Don't key off vblank for psrSean Paul4-30/+62
2016-09-21drm: Fix typo in encoder docsDhinakaran Pandiyan1-8/+9
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring1-2/+1
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring1-1/+1
2016-09-21GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring1-2/+2
2016-09-21GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring1-2/+3
2016-09-21drm/msm: bump kernel api version for explicit fencingRob Clark1-1/+2
2016-09-20Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie2-6/+11
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou9-480/+14
2016-09-20drm/virtio: add real fence context and seqnoGustavo Padovan3-1/+3
2016-09-20drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrappingGustavo Padovan1-16/+8
2016-09-20virtio-gpu: avoid possible NULL pointer dereferenceHeinrich Schuchardt1-2/+4
2016-09-20drm/qxl: reapply cursor after SetCrtc callsRay Strode2-1/+56
2016-09-20bochs: ignore device if there isn't enougth memoryGerd Hoffmann1-0/+7
2016-09-20Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel1-1/+1
2016-09-20drm/sti: fix compositor debugfs creationVincent Abriou3-16/+12