summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2016-08-22drm/i915/gen6+: Interpret mailbox error flagsLyude
2016-08-22drm/i915: Call intel_fbc_pre_update() after pinning the new pageflipPaulo Zanoni
2016-08-22drm/i915: Ensure consistent control flow __i915_gem_active_get_rcuDaniel Vetter
2016-08-22drm/i915: Stop marking the unaccessible scratch page as UCChris Wilson
2016-08-22drm/i915: Restore debugfs/i915_gem_gtt back to its former gloryChris Wilson
2016-08-22drm/i915: Update DRIVER_DATE to 20160822Daniel Vetter
2016-08-19drm/i915: Use remap_io_mapping() to prefault all PTE in a single passChris Wilson
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson
2016-08-19drm/i915/fbc: Allow on unfenced surfaces, for recent genChris Wilson
2016-08-19drm/i915/fbc: Don't set an illegal fence if unfencedChris Wilson
2016-08-19drm/i915: Flush delayed fence releases after resetChris Wilson
2016-08-19drm/i915: Reattach comment, complete type specificationDave Gordon
2016-08-18drm/i915/cmdparser: Accelerate copies from WC memoryChris Wilson
2016-08-18drm/i915/cmdparser: Use binary search for faster register lookupChris Wilson
2016-08-18drm/i915/cmdparser: Check for SKIP descriptors firstChris Wilson
2016-08-18drm/i915/cmdparser: Compare against the previous command descriptorChris Wilson
2016-08-18drm/i915/cmdparser: Improve hash functionChris Wilson
2016-08-18drm/i915/cmdparser: Only cache the dst vmapChris Wilson
2016-08-18drm/i915/cmdparser: Use cached vmappingsChris Wilson
2016-08-18drm/i915/cmdparser: Add the TIMESTAMP register for the other enginesChris Wilson
2016-08-18drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson
2016-08-18drm/i915: Stop discarding GTT cache-domain on unbind vmaChris Wilson
2016-08-18drm/i915: Bump the inactive tracking for all VMA accessedChris Wilson
2016-08-18drm/i915: Track display alignment on VMAChris Wilson
2016-08-18drm/i915: Fallback to using unmappable memory for scanoutChris Wilson
2016-08-18drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson
2016-08-18drm/i915: Drop ORIGIN_GTT for untracked GTT writesChris Wilson
2016-08-18drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire objectChris Wilson
2016-08-18drm/i915: Fix partial GGTT faultingChris Wilson
2016-08-18drm/i915: Choose partial chunksize based on tile row sizeChris Wilson
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson
2016-08-18drm/i915: Rename fence.lru_list to linkChris Wilson
2016-08-18drm/i915/userptr: Make gup errors stickierChris Wilson
2016-08-18drm/i915: Allocate rings from stolenChris Wilson
2016-08-18drm/i915: Allow ringbuffers to be bound anywhereChris Wilson
2016-08-18drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson
2016-08-18drm/i915: Disallow direct CPU access to stolen pages for relocationsChris Wilson
2016-08-18drm/i915: Fallback to single page GTT mmappings for relocationsChris Wilson
2016-08-18drm/i915: Refactor execbuffer relocation writingChris Wilson
2016-08-18drm/i915: Tidy up flush cpu/gtt write domainsChris Wilson
2016-08-18drm/i915: Pin the pages first in shmem prepare read/writeChris Wilson
2016-08-18drm/i915: Wait for writes through the GTT to land before reading backChris Wilson
2016-08-18drm/i915: Before accessing an object via the cpu, flush GTT writesChris Wilson
2016-08-18drm/i915: Extract i915_gem_obj_prepare_shmem_write()Chris Wilson
2016-08-18drm/i915: Cache kmap between relocationsChris Wilson
2016-08-18drm/i915: Fallback to single page pwrite/pread if unable to release fenceChris Wilson
2016-08-18drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPUChris Wilson
2016-08-18drm/i915: Use ORIGIN_CPU for fb invalidation from pwriteChris Wilson
2016-08-18drm/i915: vfree() no longer ignores the low bits of the addressChris Wilson
2016-08-18drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson