summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie7-12/+12
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie131-6103/+4815
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie80-566/+465
2017-02-01Merge tag 'drm/atmel-hlcdc/for-4.11' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-11/+7
2017-02-01Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...Dave Airlie14-113/+1350
2017-02-01Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/git/drm-intel ...Dave Airlie1-1/+1
2017-02-01Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie6-53/+177
2017-01-31drm/i915: Sanity check the computed size and base of stolen memoryChris Wilson2-1/+12
2017-01-31drm/i915: Treat stolen memory as DMA addressesChris Wilson2-19/+19
2017-01-31drm/i915: Be defensive when cleaning up i915_gem_internal pagesChris Wilson1-2/+5
2017-01-31drm/i915: clean up unused vgpu_read/writeWeinan Li1-58/+0
2017-01-31drm/i915: noop forcewake get/put when vgpu activatedWeinan Li1-0/+12
2017-01-31drm/i915: Record more information about the hanging contextsChris Wilson2-32/+59
2017-01-31drm/i915: Add early BXT sdv to the list of preproduction machinesChris Wilson1-0/+1
2017-01-31drm/i915: Mark the kernel as tainted if we fail the preproduction checkChris Wilson1-1/+3
2017-01-31drm/i915: Make intel_detect_preproduction_hw easier to extendChris Wilson1-2/+6
2017-01-31drm/exynos: g2d: prevent integer overflow inJoonyoung Shim1-1/+16
2017-01-31drm/exynos: fix a timeout loopDan Carpenter1-1/+1
2017-01-31drm/exynos: use atomic helper commitInki Dae3-110/+39
2017-01-31drm/exynos: remove unnecessary codesInki Dae3-29/+0
2017-01-31drm/exynos: mic: Add runtime PM supportMarek Szyprowski1-23/+59
2017-01-31drm/exynos: Stop using drm_framebuffer_unregister_privateDaniel Vetter1-3/+1
2017-01-31drm/exynos: mic: Fix parse_dt functionHoegeun Kwon1-22/+3
2017-01-31drm/exynos: mic: Add mode_set callback functionHoegeun Kwon1-7/+12
2017-01-30drm/i915: use variadic macros and arrays to choose port/pipe based registersJani Nikula1-6/+5
2017-01-30drm/i915: Create context desc template when context is createdMika Kuoppala4-36/+38
2017-01-30drm/atmel-hlcdc: Rework the fbdev creation logicBoris Brezillon1-11/+7
2017-01-30drm/vc4: Remove vc4_debugfs_cleanup()Noralf Trønnes3-8/+0
2017-01-30drm/i915/glk: Program pipe gamma and degamma tablesAnder Conselvan de Oliveira3-1/+72
2017-01-30drm/i915: Split broadwell_load_luts() into smaller functionsAnder Conselvan de Oliveira2-11/+33
2017-01-30drm/i915/glk: Plane color correction register changesAnder Conselvan de Oliveira3-10/+42
2017-01-30drm/i915: Disable plane gamma in SKL+ sprite planesAnder Conselvan de Oliveira1-0/+1
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira5-19/+53
2017-01-28drm: zte: add tvenc driver supportShawn Guo6-0/+446
2017-01-28drm: zte: add function to configure vou_ctrl dividersShawn Guo3-0/+120
2017-01-28drm: zte: move struct vou_inf into zx_vou driverShawn Guo3-33/+35
2017-01-28drm: zte: add interlace mode supportShawn Guo2-2/+65
2017-01-28drm: zte: add overlay plane supportShawn Guo4-29/+413
2017-01-28drm: zte: add .atomic_disable hook to disable graphic layerShawn Guo4-20/+69
2017-01-28drm: zte: make zx_plane accessible from zx_vou driverShawn Guo3-45/+33
2017-01-28drm: zte: support hdmi audio through spdifShawn Guo6-0/+184
2017-01-28drm: zte: select VIDEOMODE_HELPERS in KconfigShawn Guo1-0/+1
2017-01-27drm/i915: Support explicit fencing for execbufChris Wilson3-6/+52
2017-01-27drm/i915: Enable userspace to opt-out of implicit fencingChris Wilson2-0/+4
2017-01-27dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson1-0/+1
2017-01-27drm/amdgpu: fix amdgpu_bo_va_mapping flagsChristian König3-3/+3
2017-01-27drm/amdgpu: access stolen VRAM directly on CZ (v2)Christian König1-1/+8
2017-01-27drm/amdgpu: access stolen VRAM directly on KV/KB (v2)Christian König1-1/+8
2017-01-27drm/amdgpu: fix kernel panic when dpm disabled on Kv.Rex Zhu1-0/+3
2017-01-27drm/amdgpu: fix dpm bug on Kv.Rex Zhu1-3/+41