summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-01-12mm: use mmget_not_zero() helperVegard Nossum1-1/+1
2017-01-12mm: add new mmgrab() helperVegard Nossum2-2/+2
2017-01-12lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-2/+2
2017-01-12scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-12scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-12scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-01-12scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada3-6/+6
2017-01-12scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-01-12Merge remote-tracking branch 'sunxi/sunxi/for-next'Stephen Rothwell1-1/+1
2017-01-12Merge remote-tracking branch 'mali-dp/for-upstream/mali-dp'Stephen Rothwell1-7/+8
2017-01-12Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell8-5/+38
2017-01-12Merge remote-tracking branch 'drm-intel/for-linux-next'Stephen Rothwell33-558/+915
2017-01-12Merge remote-tracking branch 'drm-panel/drm/panel/for-next'Stephen Rothwell1-1/+1
2017-01-12Merge remote-tracking branch 'drm/drm-next'Stephen Rothwell336-5873/+13924
2017-01-12Merge remote-tracking branch 'drm-misc-fixes/for-linux-next-fixes'Stephen Rothwell3-1/+25
2017-01-12Merge remote-tracking branch 'drm-intel-fixes/for-linux-next-fixes'Stephen Rothwell10-87/+73
2017-01-11drm: Fix broken VT switch with video=1366x768 optionTakashi Iwai1-0/+7
2017-01-11drm: add more MMU dependenciesArnd Bergmann3-1/+3
2017-01-11drm/i915: Add a sanity check that no request is submitted in the middleChris Wilson1-0/+7
2017-01-11drm/i915: Prefer random replacement before eviction searchChris Wilson1-1/+58
2017-01-11drm/i915: Extract reserving space in the GTT to a helperChris Wilson8-61/+106
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson4-80/+119
2017-01-11drm: Fix error handling in drm_mm eviction kselftestChris Wilson1-3/+9
2017-01-10drm/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala1-7/+8
2017-01-10drm/i915/psr: program vsc header for psr2Nagaraju, Vathsala3-2/+43
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson15-45/+62
2017-01-10drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()Chris Wilson1-2/+2
2017-01-10drm/i915: Mark all incomplete requests as -EIO when wedgedChris Wilson1-0/+10
2017-01-10drm/i915: Set an error status for a resubmitted requestChris Wilson1-0/+1
2017-01-10drm/i915: Set guilty-flag on fence after detecting a hangChris Wilson1-0/+2
2017-01-10drm/i915: Consolidate reset_request()Chris Wilson1-4/+4
2017-01-10drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso1-3/+3
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso5-37/+142
2017-01-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter103-449/+557
2017-01-10drm/i915: Split out i915_gem_object_set_tiling()Chris Wilson2-113/+127
2017-01-10drm/i915: Include ioctl in set-tiling and get-tiling function namesChris Wilson3-14/+14
2017-01-10drm/i915: Clip the partial view against the object not vmaChris Wilson1-4/+2
2017-01-10drm/i915: Extract compute_partial_view()Chris Wilson1-19/+28
2017-01-10drm: Schedule the output_poll_work with 1s delay if we have delayed eventPeter Ujfalusi1-1/+11
2017-01-10drm/exynos: constify exynos_drm_crtc_ops structuresBhumika Goyal1-1/+1
2017-01-10drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi2-0/+2
2017-01-10drm: Document drm_cache interfaceGabriel Krisman Bertazi1-0/+23
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry4-5/+5
2017-01-10drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.Rodrigo Vivi1-6/+6
2017-01-10drm/i915/DMC/GLK: Load DMC on GLKAnusha Srivatsa1-2/+10
2017-01-10drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson4-88/+88
2017-01-10drm/i915: Remove the rounding down of the gen4+ fence regionChris Wilson1-3/+1
2017-01-10drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson6-81/+73
2017-01-10drm/i915: Replace WARNs in fence register writes with extensive assertsChris Wilson1-28/+22
2017-01-10drm/i915: Align GGTT sizes to a fence tile rowChris Wilson4-21/+39