summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-22drm/amdgpu/pm: add some checks for PXAlex Deucher1-1/+20
2016-02-22drm/amdgpu: fix locking in force performance levelAlex Deucher1-2/+1
2016-02-22drm/amdgpu/gfx8: fix priv reg interrupt enableAlex Deucher1-1/+1
2016-02-19drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.Mario Kleiner1-3/+15
2016-02-19drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)Mario Kleiner1-2/+15
2016-02-19drm/nouveau: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst3-54/+41
2016-02-19Merge tag 'drm-vc4-fixes-2016-02-17' of github.com:anholt/linux into drm-fixesDave Airlie7-52/+118
2016-02-19Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-2/+2
2016-02-19Merge tag 'drm-intel-fixes-2016-02-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-14/+15
2016-02-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+5
2016-02-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-88/+130
2016-02-17Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+8
2016-02-17drm/i915: Fix hpd live status bits for g4xVille Syrjälä2-14/+15
2016-02-17drm/qxl: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-17drm/nouveau/display: Enable vblank irqs after display engine is on again.Mario Kleiner1-4/+4
2016-02-17drm/radeon/pm: Handle failure of drm_vblank_get.Mario Kleiner1-2/+6
2016-02-17drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)Mario Kleiner1-2/+1
2016-02-17drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4Mario Kleiner1-0/+16
2016-02-17drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)Mario Kleiner1-0/+43
2016-02-17drm: No-Op redundant calls to drm_vblank_off() (v2)Mario Kleiner1-1/+10
2016-02-17drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_commandGerd Hoffmann1-1/+2
2016-02-17Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie12-63/+77
2016-02-17Revert "drm/dp/mst: change MST detection scheme"Dave Airlie1-19/+18
2016-02-16drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.Eric Anholt3-18/+26
2016-02-16drm/vc4: Enable runtime PM.Eric Anholt3-0/+47
2016-02-16drm/vc4: Fix spurious GPU resets due to BO reuse.Eric Anholt2-6/+19
2016-02-16drm/vc4: Drop error message on seqno wait timeouts.Eric Anholt1-3/+0
2016-02-16drm/vc4: Fix -ERESTARTSYS error return from BO waits.Eric Anholt1-4/+2
2016-02-16drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt5-15/+15
2016-02-16drm/vc4: Fix the clear color for the first tile rendered.Eric Anholt1-9/+9
2016-02-16drm/vc4: Validate that WAIT_BO padding is cleared.Eric Anholt1-0/+3
2016-02-16Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommuLinus Torvalds3-8/+33
2016-02-16Merge tag 'spi-fix-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-7/+14
2016-02-16drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-16drm/amdgpu: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-15drm/exynos/decon: fix disable clocks orderAndrzej Hajda1-2/+2
2016-02-15drm/exynos: fix incorrect cpu address for dma_mmap_attrs()Marek Szyprowski2-2/+2
2016-02-15drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enableMarek Szyprowski1-1/+1
2016-02-15drm/exynos: exynos5433_decon: fix wrong state assignment in decon_enableMarek Szyprowski1-2/+0
2016-02-15drm/exynos: dsi: restore support for drm bridgeMarek Szyprowski1-0/+1
2016-02-15drm/exynos: mic: make all functions staticMarek Szyprowski1-5/+5
2016-02-15drm/exynos: mic: convert to component frameworkMarek Szyprowski1-20/+36
2016-02-15drm/exynos: mic: use devm_clk interfaceMarek Szyprowski1-5/+1
2016-02-15drm/exynos: fix types for compilation on 64bit architecturesMarek Szyprowski3-6/+9
2016-02-15drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski4-19/+19
2016-02-15drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOSJoonyoung Shim1-1/+1
2016-02-15iommu/vt-d: Clear PPR bit to ensure we get more page request interruptsDavid Woodhouse1-0/+4
2016-02-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-26/+75
2016-02-15Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-i...Dave Airlie10-26/+75