summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-1/+5
* drm/i915: Use lockless object freeChris Wilson2016-10-281-1/+1
* drm/i915: Move object release to a freelist + workerChris Wilson2016-10-281-8/+11
* drm/i915: Add a relay backed debugfs interface for capturing GuC logsAkash Goel2016-10-251-0/+2
* drm/i915: Move fence cancellation to runtime suspendChris Wilson2016-10-241-4/+2
* drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson2016-10-241-19/+0
* drm/i915: Emit telltales for extra levels of debug upon initialisationChris Wilson2016-10-191-0/+4
* drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak2016-10-141-2/+2
* drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-3/+3
* drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_KABYLAKE only take dev_privTvrtko Ursulin2016-10-141-5/+5
* drm/i915: Make IS_BROADWELL only take dev_privTvrtko Ursulin2016-10-141-2/+4
* drm/i915: Make IS_IVYBRIDGE only take dev_privTvrtko Ursulin2016-10-141-8/+11
* drm/i915: Make INTEL_DEVID only take dev_privTvrtko Ursulin2016-10-141-6/+8
* drm/i915: Make HAS_RUNTIME_PM only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-5/+6
* drm/i915/hsw: Fix GPU hang during resume from S3-devices stateImre Deak2016-10-131-26/+2
* drm/i915: Disable irqs across GPU resetChris Wilson2016-10-051-0/+19
* drm/i915/skl: tell the user about pre-production hardwarePaulo Zanoni2016-09-271-7/+14
* drm/i915: Only shrink the unbound objects during freezeChris Wilson2016-09-211-1/+11
* drm/i915: Restore current RPS state after resetChris Wilson2016-09-211-9/+0
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-6/+3
* drm/i915: Replace wait-on-mutex with wait-on-bit in reset workerChris Wilson2016-09-091-6/+8
* drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson2016-09-091-5/+6
* drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-11/+5
* drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak2016-09-021-1/+1
* drm/i915: sseu: Use sseu_dev_info in device infoImre Deak2016-09-021-3/+3
* drm/i915: Cleanup i915_param()David Weinehall2016-09-021-55/+32
* drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson2016-08-261-0/+7
* drm/i915: Restore lost "Initialized i915" welcome messageChris Wilson2016-08-251-0/+5
* drm/i915: Force RC6 restore after system resume and resetChris Wilson2016-08-241-0/+2
* drm/i915: debugfs spring cleaningDavid Weinehall2016-08-221-1/+1
* drm/i915: pdev cleanupDavid Weinehall2016-08-221-25/+34
* drm/i915: i915_sysfs.c cleanupDavid Weinehall2016-08-221-2/+2
* drm/i915: consistent struct device namingDavid Weinehall2016-08-221-48/+48
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-151-1/+1
|\
| * Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-08-151-62/+23
| |\
| * | drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+1
| * | drm/i915: Enable polling when we don't have hpdLyude2016-07-191-0/+3
* | | drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memoryChris Wilson2016-08-121-0/+2
* | | drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak2016-08-101-0/+1
| |/ |/|
* | drm/i915: Release vma when the handle is closedChris Wilson2016-08-041-0/+1
* | drm/i915: Split early global GTT initialisationChris Wilson2016-08-041-19/+0
* | drm/i915: Update GGTT initialisation functions to take drm_i915_privateChris Wilson2016-08-041-6/+6
* | drm/i915: Split GGTT initialisation between probing and setupChris Wilson2016-08-041-7/+11
* | Revert "drm/i915: Enable RC6 immediately"Chris Wilson2016-07-211-3/+2
* | drm/i915: Enable RC6 immediatelyChris Wilson2016-07-211-2/+3
* | drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson2016-07-201-22/+4
* | drm/i915: Flush logical context image out to memory upon suspendChris Wilson2016-07-151-3/+1
OpenPOWER on IntegriCloud