summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak1-2/+2
2016-10-10drm/i915: Only shrink the unbound objects during freezeChris Wilson1-1/+11
2016-10-10drm/i915: Restore current RPS state after resetChris Wilson1-9/+0
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson1-6/+3
2016-09-09drm/i915: Replace wait-on-mutex with wait-on-bit in reset workerChris Wilson1-6/+8
2016-09-09drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson1-5/+6
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson1-11/+5
2016-09-02drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak1-1/+1
2016-09-02drm/i915: sseu: Use sseu_dev_info in device infoImre Deak1-3/+3
2016-09-02drm/i915: Cleanup i915_param()David Weinehall1-55/+32
2016-08-26drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson1-0/+7
2016-08-25drm/i915: Restore lost "Initialized i915" welcome messageChris Wilson1-0/+5
2016-08-24drm/i915: Force RC6 restore after system resume and resetChris Wilson1-0/+2
2016-08-22drm/i915: debugfs spring cleaningDavid Weinehall1-1/+1
2016-08-22drm/i915: pdev cleanupDavid Weinehall1-25/+34
2016-08-22drm/i915: i915_sysfs.c cleanupDavid Weinehall1-2/+2
2016-08-22drm/i915: consistent struct device namingDavid Weinehall1-48/+48
2016-08-15Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-1/+1
2016-08-15Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-62/+23
2016-08-12drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memoryChris Wilson1-0/+2
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-1/+1
2016-08-10drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak1-0/+1
2016-08-04drm/i915: Release vma when the handle is closedChris Wilson1-0/+1
2016-08-04drm/i915: Split early global GTT initialisationChris Wilson1-19/+0
2016-08-04drm/i915: Update GGTT initialisation functions to take drm_i915_privateChris Wilson1-6/+6
2016-08-04drm/i915: Split GGTT initialisation between probing and setupChris Wilson1-7/+11
2016-07-21Revert "drm/i915: Enable RC6 immediately"Chris Wilson1-3/+2
2016-07-21drm/i915: Enable RC6 immediatelyChris Wilson1-2/+3
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson1-22/+4
2016-07-19drm/i915: Enable polling when we don't have hpdLyude1-0/+3
2016-07-15drm/i915: Flush logical context image out to memory upon suspendChris Wilson1-3/+1
2016-07-14drm/i915: Enable polling when we don't have hpdLyude1-0/+3
2016-07-14drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson1-8/+3
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi1-0/+4
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-20/+19
2016-07-05drm/i915: Remove impossible tests for dev->dev_privateChris Wilson1-2/+2
2016-07-05drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()Chris Wilson1-2/+1
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson1-391/+22
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-14/+14
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson1-15/+2
2016-07-04drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson1-3/+0
2016-07-04drm/i915: Only start retire worker when idleChris Wilson1-2/+0
2016-07-02drm/i915: Fix random indent in i915_drm_resume()Chris Wilson1-1/+1
2016-07-01drm/i915: Remove the dedicated hangcheck workqueueChris Wilson1-8/+0
2016-07-01drm/i915/bxt: Export pooled eu info to userspacearun.siluvery@linux.intel.com1-0/+6
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-4/+4
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-4/+6
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-4/+5
2016-06-24drm/i915: Move module init/exit to i915_pci.cChris Wilson1-48/+3
2016-06-24drm/i915: Split out the PCI driver interface to i915_pci.cChris Wilson1-435/+9