aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAge
* drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5Chris Wilson2018-11-07
* drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson2018-10-02
* drm/i915: Log HWS seqno consistentlyTvrtko Ursulin2018-09-27
* drm/i915/ringbuffer: Reload PDs harder on byt/bcsChris Wilson2018-09-12
* drm/i915/ringbuffer: Move double invalidate to after pd flushChris Wilson2018-09-04
* drm/i915: Use a cached mapping for the physical HWSChris Wilson2018-09-03
* drm/i915/ringbuffer: Delay after invalidating gen6+ xcsChris Wilson2018-08-30
* drm/i915: Kick waiters on resetting legacy ringsChris Wilson2018-08-14
* drm/i915: Remove extra waiter kick on legacy resetsChris Wilson2018-08-08
* drm/i915: Unmask user interrupts writes into HWSP on snb/ivb/vlv/hswChris Wilson2018-08-08
* drm/i915: kill resource streamer supportLucas De Marchi2018-08-06
* drm/i915: Kick waiters on resetting legacy ringsChris Wilson2018-07-30
* drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson2018-07-27
* drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-27
* drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson2018-07-27
* Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-19
|\
| * drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson2018-07-13
| * drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield2018-07-13
| * drm/i915: Only reset hangcheck at the start of an activity cycleChris Wilson2018-07-10
* | Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-18
|\|
| * drm/i915: Context objects can never be active when freedChris Wilson2018-06-25
* | Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-27
|\|
| * drm/i915: Fix fallout of fake reset along resumeChris Wilson2018-06-18
| * drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson2018-06-14
| * drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson2018-06-12
| * drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson2018-06-11
| * drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-11
| * drm/i915/ringbuffer: Brute force context restoreChris Wilson2018-06-11
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-21
|\ \ | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-20
| |\
| * | drm/i915: Pin the ring highChris Wilson2018-05-24
* | | drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-05
* | | drm/i915/ringbuffer: Make context pin/unpin symmetricChris Wilson2018-06-05
* | | drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson2018-05-18
* | | drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-18
* | | drm/i915: Move request->ctx asideChris Wilson2018-05-18
* | | drm/i915: Stop parking the signaler around resetChris Wilson2018-05-16
* | | drm/i915: Move engine reset prepare/finish to backendsChris Wilson2018-05-16
| |/ |/|
* | drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-02
* | drm/i915: Move timeline from GTT to ringChris Wilson2018-05-02
* | drm/i915: Only track live rings for retiringChris Wilson2018-04-30
* | drm/i915: Retire requests along ringsChris Wilson2018-04-30
* | drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-30
* | drm/i915: Use memset64() to align the ring with MI_NOOPChris Wilson2018-04-25
* | drm/i915: Check whitelist registers across resetsChris Wilson2018-04-14
|/
* drm/i915: Split out functions for different kinds of workaroundsOscar Mateo2018-04-11
* drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-11
* drm/i915: Prefer memset64() when filling the iomapChris Wilson2018-03-19
* drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio2018-03-15
* drm/i915: store all mmio bases in intel_enginesDaniele Ceraolo Spurio2018-03-15