summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2016-08-02drm/i915: Simplify calling engine->sync_toChris Wilson
2016-08-02drm/i915: Unify legacy/execlists submit_execbuf callbacksChris Wilson
2016-08-02drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson
2016-08-02drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson
2016-08-02drm/i915: Rename intel_context[engine].ringbufChris Wilson
2016-07-27drm/i915: Avoid using intel_engine_cs *ring for GPU error captureChris Wilson
2016-07-27drm/i915: Use engine to refer to the user's BSD intel_engine_csChris Wilson
2016-07-27drm/i915/cmdparser: Remove stray intel_engine_cs *ringChris Wilson
2016-07-25drm/i915: Update DRIVER_DATE to 20160725Daniel Vetter
2016-07-21Revert "drm/i915: Enable RC6 immediately"Chris Wilson
2016-07-21drm/i915: Enable RC6 immediatelyChris Wilson
2016-07-20drm/i915/gen9: Add WaInPlaceDecompressionHangMika Kuoppala
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...Chris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson
2016-07-20drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson
2016-07-20drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookupChris Wilson
2016-07-20drm/i915: Rename i915_gem_context_reference/unreference()Chris Wilson
2016-07-20drm/i915: Disable waitboosting for mmioflips/semaphoresChris Wilson
2016-07-20drm/i915: Move GEM request routines to i915_gem_request.cChris Wilson
2016-07-15drm/i915: Flush logical context image out to memory upon suspendChris Wilson
2016-07-15drm/i915/evict: Always switch away from the current contextChris Wilson
2016-07-14drm/i915: Enable polling when we don't have hpdLyude
2016-07-14drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()Lyude
2016-07-14drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson
2016-07-14drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson
2016-07-14drm/i915: Unify engine init loopTvrtko Ursulin
2016-07-12drm/i915: Provide argument names for static stubsChris Wilson
2016-07-11drm/i915: Update DRIVER_DATE to 20160711Daniel Vetter
2016-07-08drm/i915: Fill unused GGTT with scratch pages for VT-dChris Wilson
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson
2016-07-06drm/i915: Wake up the bottom-half if we steal their interruptChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson
2016-07-04drm/i915: Explicitly convert some macros to boolean valuesTvrtko Ursulin
2016-07-04Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."Peter Antoine
2016-07-04drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson
2016-07-04drm/i915: Only start retire worker when idleChris Wilson
2016-07-01drm/i915: Embed signaling node into the GEM requestChris Wilson
2016-07-01drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson
2016-07-01drm/i915: Check the CPU cached value in HWS of seqno after waking the waiterChris Wilson
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson
2016-07-01drm/i915: Spin after waking up for an interruptChris Wilson
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson
2016-07-01drm/i915: Separate GPU hang waitqueue from advanceChris Wilson
2016-07-01drm/i915: Make queueing the hangcheck work inlineChris Wilson
2016-07-01drm/i915: Remove the dedicated hangcheck workqueueChris Wilson