summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove 64b mmio write vfuncsChris Wilson2016-09-061-4/+9
* drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak2016-09-021-2/+6
* drm/i915: sseu: Convert slice count field to maskImre Deak2016-09-021-1/+1
* drm/i915: sseu: Use sseu_dev_info in device infoImre Deak2016-09-021-11/+7
* drm/i915: sseu: Move sseu_dev_status to i915_drv.hImre Deak2016-09-021-0/+8
* drm/i915: Update DRIVER_DATE to 20160902Daniel Vetter2016-09-021-1/+1
* drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen2016-09-011-1/+1
* drm/i915: Fix intel_display_crc_init for !DEBUGFSMaarten Lankhorst2016-08-291-1/+1
* drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson2016-08-271-6/+9
* drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson2016-08-261-0/+1
* drm/i915: Move CRTC updating in atomic_commit into it's own hookLyude2016-08-251-0/+2
* drm/i915: Pass atomic state to crtc enable/disable functionsMaarten Lankhorst2016-08-231-2/+4
* drm/i915: debugfs spring cleaningDavid Weinehall2016-08-221-1/+1
* drm/i915: i915_sysfs.c cleanupDavid Weinehall2016-08-221-2/+2
* drm/i915: consistent struct device namingDavid Weinehall2016-08-221-2/+2
* drm/i915: cosmetic fixes to i915_drv.hDavid Weinehall2016-08-221-3/+3
* drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude2016-08-221-0/+7
* drm/i915: Update DRIVER_DATE to 20160822Daniel Vetter2016-08-221-1/+1
* drm/i915: Use remap_io_mapping() to prefault all PTE in a single passChris Wilson2016-08-191-0/+5
* drm/i915: Reattach comment, complete type specificationDave Gordon2016-08-191-2/+3
* drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson2016-08-181-1/+1
* drm/i915: Drop ORIGIN_GTT for untracked GTT writesChris Wilson2016-08-181-1/+1
* drm/i915: Move fence tracking from object to vmaChris Wilson2016-08-181-27/+55
* drm/i915: Rename fence.lru_list to linkChris Wilson2016-08-181-1/+1
* drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson2016-08-181-6/+0
* drm/i915: Extract i915_gem_obj_prepare_shmem_write()Chris Wilson2016-08-181-3/+14
* drm/i915: vfree() no longer ignores the low bits of the addressChris Wilson2016-08-181-0/+5
* drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson2016-08-181-0/+1
* drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson2016-08-151-0/+1
* drm/i915: Print the batchbuffer offset next to BBADDR in error stateChris Wilson2016-08-151-0/+1
* drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson2016-08-151-0/+2
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-1/+1
* drm/i915: Track pinned VMAChris Wilson2016-08-151-45/+15
* drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson2016-08-151-2/+2
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-2/+1
* drm/i915: Add convenience wrappers for vma's object get/putChris Wilson2016-08-151-0/+12
* drm/i915: Add fetch_and_zero() macroChris Wilson2016-08-151-0/+6
* drm/i915: Reduce i915_gem_objects to only show object informationChris Wilson2016-08-151-124/+125
* drm/i915: Reduce amount of duplicate buffer information captured on errorChris Wilson2016-08-151-5/+4
* drm/i915: Record the position of the start of the requestChris Wilson2016-08-151-0/+1
* drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memoryChris Wilson2016-08-121-0/+3
* drm/i915: Support for creating write combined type vmapsChris Wilson2016-08-121-2/+19
* drm/i915: Store number of active engines in device infoTvrtko Ursulin2016-08-111-0/+1
* drm/i915: Remove LVDS and PPS suspend time save/restoreImre Deak2016-08-101-7/+0
* drm/i915: Merge the PPS register definitionsImre Deak2016-08-101-0/+2
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-101-2/+2
* drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst2016-08-051-0/+1
* drm/i915: Update DRIVER_DATE to 20160808Daniel Vetter2016-08-081-1/+1
* drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson2016-08-051-7/+23
* drm/i915: Remove locking for get_tilingChris Wilson2016-08-051-7/+8
OpenPOWER on IntegriCloud