summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
AgeCommit message (Expand)Author
2019-11-12drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak
2019-11-12drm/i915: Disable Secure Batches for gen6+Jon Bloomfield
2018-03-18drm/i915: Always call to intel_display_set_init_power() in resume_early.Maarten Lankhorst
2017-06-17drm/i915: Prevent the system suspend complete optimizationImre Deak
2017-06-14drm/i915/vbt: don't propagate errors from intel_bios_init()Jani Nikula
2017-04-18drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke
2017-02-01drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira
2016-10-28drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak
2016-10-10drm/i915: Only shrink the unbound objects during freezeChris Wilson
2016-10-10drm/i915: Restore current RPS state after resetChris Wilson
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson
2016-09-09drm/i915: Replace wait-on-mutex with wait-on-bit in reset workerChris Wilson
2016-09-09drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson
2016-09-09drm/i915: Separate out reset flags from the reset counterChris Wilson
2016-09-02drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak
2016-09-02drm/i915: sseu: Use sseu_dev_info in device infoImre Deak
2016-09-02drm/i915: Cleanup i915_param()David Weinehall
2016-08-26drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson
2016-08-25drm/i915: Restore lost "Initialized i915" welcome messageChris Wilson
2016-08-24drm/i915: Force RC6 restore after system resume and resetChris Wilson
2016-08-22drm/i915: debugfs spring cleaningDavid Weinehall
2016-08-22drm/i915: pdev cleanupDavid Weinehall
2016-08-22drm/i915: i915_sysfs.c cleanupDavid Weinehall
2016-08-22drm/i915: consistent struct device namingDavid Weinehall
2016-08-15Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-08-15Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-12drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memoryChris Wilson
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter
2016-08-10drm/i915: Apply the PPS register unlock workaround more consistentlyImre Deak
2016-08-04drm/i915: Release vma when the handle is closedChris Wilson
2016-08-04drm/i915: Split early global GTT initialisationChris Wilson
2016-08-04drm/i915: Update GGTT initialisation functions to take drm_i915_privateChris Wilson
2016-08-04drm/i915: Split GGTT initialisation between probing and setupChris Wilson
2016-07-21Revert "drm/i915: Enable RC6 immediately"Chris Wilson
2016-07-21drm/i915: Enable RC6 immediatelyChris Wilson
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson
2016-07-19drm/i915: Enable polling when we don't have hpdLyude
2016-07-15drm/i915: Flush logical context image out to memory upon suspendChris Wilson
2016-07-14drm/i915: Enable polling when we don't have hpdLyude
2016-07-14drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-05drm/i915: Remove impossible tests for dev->dev_privateChris Wilson
2016-07-05drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()Chris Wilson
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson
2016-07-04drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson
2016-07-04drm/i915: Only start retire worker when idleChris Wilson
2016-07-02drm/i915: Fix random indent in i915_drm_resume()Chris Wilson