summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
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: Reattach comment, complete type specificationDave Gordon
2016-08-18drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson
2016-08-18drm/i915: Drop ORIGIN_GTT for untracked GTT writesChris 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: Move map-and-fenceable tracking to the VMAChris Wilson
2016-08-18drm/i915: Extract i915_gem_obj_prepare_shmem_write()Chris 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
2016-08-15drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson
2016-08-15drm/i915: Print the batchbuffer offset next to BBADDR in error stateChris Wilson
2016-08-15drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-15drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson
2016-08-15drm/i915: Use VMA as the primary object for context stateChris Wilson
2016-08-15drm/i915: Add convenience wrappers for vma's object get/putChris Wilson
2016-08-15drm/i915: Add fetch_and_zero() macroChris Wilson
2016-08-15drm/i915: Reduce i915_gem_objects to only show object informationChris Wilson
2016-08-15drm/i915: Reduce amount of duplicate buffer information captured on errorChris Wilson
2016-08-15drm/i915: Record the position of the start of the requestChris Wilson
2016-08-12drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memoryChris Wilson
2016-08-12drm/i915: Support for creating write combined type vmapsChris Wilson
2016-08-11drm/i915: Store number of active engines in device infoTvrtko Ursulin
2016-08-10drm/i915: Remove LVDS and PPS suspend time save/restoreImre Deak
2016-08-10drm/i915: Merge the PPS register definitionsImre Deak
2016-08-10drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson
2016-08-05drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst
2016-08-08drm/i915: Update DRIVER_DATE to 20160808Daniel Vetter
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson
2016-08-05drm/i915: Remove locking for get_tilingChris Wilson
2016-08-05drm/i915: Remove unused no-shrinker-stealChris Wilson
2016-08-05drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson
2016-08-05drm/i915: Remove forced stop ring on suspend/unloadChris Wilson
2016-08-04drm/i915: Move obj->active:5 to obj->flagsChris Wilson
2016-08-04drm/i915: Use atomics to manipulate obj->frontbuffer_bitsChris Wilson
2016-08-04drm/i915: Make fb_tracking.lock a spinlockChris Wilson
2016-08-04drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson
2016-08-04drm/i915: Start passing around i915_vma from execbufferChris Wilson
2016-08-04drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_privateChris Wilson
2016-08-04drm/i915: Update the GGTT size/alignment query functionsChris Wilson
2016-08-04drm/i915: Pad GTT views of exec objects up to user specified sizeChris Wilson
2016-08-04drm/i915: Fix up vma alignment to be u64Chris Wilson
2016-08-04drm/i915: Remove request retirement before each batchChris Wilson
2016-08-04drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()Chris Wilson
2016-08-04Revert "drm/i915: Clean up associated VMAs on context destruction"Chris Wilson
2016-08-04drm/i915: Mark the context and address space as closedChris Wilson
2016-08-04drm/i915: Release vma when the handle is closedChris Wilson