summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-08-22drm/i915: debugfs spring cleaningDavid Weinehall3-442/+358
2016-08-22drm/i915: pdev cleanupDavid Weinehall12-73/+103
2016-08-22drm/i915: i915_sysfs.c cleanupDavid Weinehall3-87/+69
2016-08-22drm/i915: consistent struct device namingDavid Weinehall6-126/+128
2016-08-22drm/i915: cosmetic fixes to i915_drv.hDavid Weinehall1-3/+3
2016-08-22drm/i915: Fix botched merge that downgrades CSR versions.Maarten Lankhorst1-4/+4
2016-08-22drm/i915/skl: Ensure pipes with changed wms get added to the stateLyude1-0/+4
2016-08-22drm/i915/gen9: Only copy WM results for changed pipes to skl_hwMatt Roper1-2/+26
2016-08-22drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude5-0/+173
2016-08-22drm/i915/gen6+: Interpret mailbox error flagsLyude2-1/+79
2016-08-22drm/i915: Call intel_fbc_pre_update() after pinning the new pageflipPaulo Zanoni1-3/+11
2016-08-22drm/i915: Ensure consistent control flow __i915_gem_active_get_rcuDaniel Vetter1-0/+13
2016-08-22drm/i915: Stop marking the unaccessible scratch page as UCChris Wilson1-4/+0
2016-08-22drm/i915: Restore debugfs/i915_gem_gtt back to its former gloryChris Wilson1-1/+1
2016-08-22drm/i915: Update DRIVER_DATE to 20160822Daniel Vetter1-1/+1
2016-08-19drm/i915: Use remap_io_mapping() to prefault all PTE in a single passChris Wilson5-45/+99
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson6-14/+13
2016-08-19drm/i915/fbc: Allow on unfenced surfaces, for recent genChris Wilson1-2/+4
2016-08-19drm/i915/fbc: Don't set an illegal fence if unfencedChris Wilson1-16/+32
2016-08-19drm/i915: Flush delayed fence releases after resetChris Wilson1-1/+5
2016-08-19drm/i915: Reattach comment, complete type specificationDave Gordon1-2/+3
2016-08-18drm/i915/cmdparser: Accelerate copies from WC memoryChris Wilson1-27/+43
2016-08-18drm/i915/cmdparser: Use binary search for faster register lookupChris Wilson1-22/+20
2016-08-18drm/i915/cmdparser: Check for SKIP descriptors firstChris Wilson1-0/+3
2016-08-18drm/i915/cmdparser: Compare against the previous command descriptorChris Wilson1-7/+14
2016-08-18drm/i915/cmdparser: Improve hash functionChris Wilson1-20/+31
2016-08-18drm/i915/cmdparser: Only cache the dst vmapChris Wilson1-14/+19
2016-08-18drm/i915/cmdparser: Use cached vmappingsChris Wilson2-81/+54
2016-08-18drm/i915/cmdparser: Add the TIMESTAMP register for the other enginesChris Wilson1-0/+5
2016-08-18drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson3-16/+19
2016-08-18drm/i915: Stop discarding GTT cache-domain on unbind vmaChris Wilson1-23/+3
2016-08-18drm/i915: Bump the inactive tracking for all VMA accessedChris Wilson1-6/+23
2016-08-18drm/i915: Track display alignment on VMAChris Wilson2-13/+9
2016-08-18drm/i915: Fallback to using unmappable memory for scanoutChris Wilson2-4/+14
2016-08-18drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson3-4/+16
2016-08-18drm/i915: Drop ORIGIN_GTT for untracked GTT writesChris Wilson2-4/+10
2016-08-18drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire objectChris Wilson1-0/+6
2016-08-18drm/i915: Fix partial GGTT faultingChris Wilson1-31/+30
2016-08-18drm/i915: Choose partial chunksize based on tile row sizeChris Wilson1-1/+16
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson12-388/+330
2016-08-18drm/i915: Rename fence.lru_list to linkChris Wilson4-8/+7
2016-08-18drm/i915/userptr: Make gup errors stickierChris Wilson1-10/+7
2016-08-18drm/i915: Allocate rings from stolenChris Wilson1-4/+2
2016-08-18drm/i915: Allow ringbuffers to be bound anywhereChris Wilson2-8/+8
2016-08-18drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson8-40/+36
2016-08-18drm/i915: Disallow direct CPU access to stolen pages for relocationsChris Wilson1-0/+3
2016-08-18drm/i915: Fallback to single page GTT mmappings for relocationsChris Wilson1-11/+51
2016-08-18drm/i915: Refactor execbuffer relocation writingChris Wilson1-139/+152
2016-08-18drm/i915: Tidy up flush cpu/gtt write domainsChris Wilson1-11/+4
2016-08-18drm/i915: Pin the pages first in shmem prepare read/writeChris Wilson1-20/+28