summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-08-31drm/amdgpu: update to new mmu_notifier semanticJérôme Glisse-31/+0
2017-08-30Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie-1/+25
2017-08-29drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh-1/+25
2017-08-30Merge tag 'drm-misc-fixes-2017-08-28' of git://anongit.freedesktop.org/git/dr...Dave Airlie-2/+2
2017-08-25Merge tag 'drm-misc-fixes-2017-08-24' of git://anongit.freedesktop.org/git/dr...Dave Airlie-3/+3
2017-08-25Merge tag 'drm-intel-fixes-2017-08-24' of git://anongit.freedesktop.org/git/d...Dave Airlie-12/+36
2017-08-24drm/bridge/sii8620: Fix memory corruptionMaciej Purski-2/+2
2017-08-23Merge tag 'gvt-fixes-2017-08-23' of https://github.com/01org/gvt-linux into d...Jani Nikula-1/+1
2017-08-23drm/i915/gvt: Fix the kernel null pointer errorfred gao-1/+1
2017-08-22drm: Release driver tracking before making the object available againChris Wilson-3/+3
2017-08-22Merge tag 'drm-misc-fixes-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie-5/+19
2017-08-22Merge tag 'imx-drm-fixes-2017-08-18' of git://git.pengutronix.de/git/pza/linu...Dave Airlie-4/+3
2017-08-22Merge tag 'sunxi-drm-fixes-for-4.13' of https://git.kernel.org/pub/scm/linux/...Dave Airlie-0/+8
2017-08-21drm/i915: Clear lost context-switch interrupts across resetChris Wilson-1/+22
2017-08-21drm/i915/bxt: use NULL for GPIO connection IDAndy Shevchenko-1/+1
2017-08-18Merge branch 'drm-fixes-4.13' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-7/+6
2017-08-16drm/i915/cnl: Fix LSPCON support.Rodrigo Vivi-2/+2
2017-08-16drm/i915/vbt: ignore extraneous child devices for a portJani Nikula-6/+9
2017-08-16drm/i915: Initialize 'data' in intel_dsi_dcs_backlight.cBalasubramaniam, Hari Chand-1/+1
2017-08-15drm/amdgpu: save list length when fence is signaledChunming Zhou-7/+6
2017-08-15drm/atomic: If the atomic check fails, return its value firstMaarten Lankhorst-1/+4
2017-08-14Merge origin/master into drm-misc-fixesSean Paul-2120/+2361
2017-08-14drm/i915: Avoid the gpu reset vs. modeset deadlockDaniel Vetter-0/+7
2017-08-14drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson-7/+8
2017-08-14drm/i915: Return correct EDP voltage swing table for 0.85VMatthias Kaehlcke-1/+1
2017-08-14drm/i915/cnl: Add slice and subslice information to debugfs.Rodrigo Vivi-1/+1
2017-08-14drm/i915: Perform an invalidate prior to executing golden renderstateChris Wilson-0/+4
2017-08-14drm/i915: remove unused function declarationLionel Landwerlin-1/+0
2017-08-14drm/atomic: Handle -EDEADLK with out-fences correctlyMaarten Lankhorst-2/+4
2017-08-14drm: Fix framebuffer leakNikhil Mahale-0/+1
2017-08-11drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base planePhilipp Zabel-4/+2
2017-08-11gpu: ipu-v3: add DRM dependencyArnd Bergmann-0/+1
2017-08-10Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-fixesDave Airlie-0/+2
2017-08-10drm/nouveau/disp/nv04: avoid creation of output pathsBen Skeggs-0/+2
2017-08-10drm: make DRM_STM default nMichał Mirosław-1/+0
2017-08-10Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie-2/+2
2017-08-10Merge tag 'drm-intel-fixes-2017-08-09-1' of git://anongit.freedesktop.org/git...Dave Airlie-37/+82
2017-08-10Merge tag 'drm-misc-fixes-2017-08-08' of git://anongit.freedesktop.org/git/dr...Dave Airlie-22/+24
2017-08-10Merge tag 'exynos-drm-fixes-for-v4.13-rc4' of git://git.kernel.org/pub/scm/li...Dave Airlie-1/+13
2017-08-10Merge branch 'msm-fixes-4.13-rc3' of git://people.freedesktop.org/~robclark/l...Dave Airlie-145/+116
2017-08-09drm/rockchip: Fix suspend crash when drm is not boundJeffy Chen-2/+10
2017-08-09drm/exynos: forbid creating framebuffers from too small GEM buffersMarek Szyprowski-1/+13
2017-08-08drm/etnaviv: Fix off-by-one error in reloc checkingWladimir J. van der Laan-2/+2
2017-08-07drm/i915: fix backlight invert for non-zero minimum brightnessJani Nikula-1/+1
2017-08-07drm/i915/shrinker: Wrap need_resched() inside preempt-disableChris Wilson-3/+8
2017-08-07drm/i915/perf: fix flex eu registers programmingLionel Landwerlin-2/+2
2017-08-07Merge tag 'gvt-fixes-2017-08-07' of https://github.com/01org/gvt-linux into d...Jani Nikula-31/+70
2017-08-07drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lutMaarten Lankhorst-0/+1
2017-08-07drm/i915/gvt: Change the max length of mmio_reg_rw from 4 to 8Xiong Zhang-1/+1
2017-08-04drm/i915/gvt: Initialize MMIO Block with HW stateTina Zhang-20/+39