summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala1-7/+8
2017-01-11drm/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/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
2017-01-10drm/i915: Extract tile_row_size for fencingChris Wilson3-10/+23
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie96-417/+448
2017-01-10Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/dr...Dave Airlie95-4129/+9547
2017-01-09drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld1-14/+2
2017-01-09drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld1-5/+5
2017-01-09drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld1-5/+5
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard11-12/+12
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi32-69/+38
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo2-2/+5
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2-5/+4
2017-01-09drm/i915: Update DRIVER_DATE to 20170109Daniel Vetter1-2/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie194-1351/+3953
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-12/+12
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+1
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk1-10/+1
2017-01-06drm/i915: Drain freed objects for mmap space exhaustionChris Wilson1-13/+11
2017-01-06drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson1-4/+18
2017-01-06drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson1-30/+4
2017-01-06drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson5-5/+21
2017-01-06drm/i915: Use range_overflows()Chris Wilson3-4/+8
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson3-19/+22
2017-01-06drm/i915: Use phys_addr_t for the address of stolen memoryChris Wilson2-24/+27
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson4-3/+19
2017-01-06drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard1-0/+2