aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAge
* Merge tag 'v4.0-rc3' into drm-nextDave Airlie2015-03-09
|\
| * drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath2015-02-24
* | Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-09
|\ \
| * | drm/i915: Cache ringbuf pointer in request structureJohn Harrison2015-02-25
| * | drm/i915: Add missing trace point to LRC execbuff code pathJohn Harrison2015-02-25
| * | drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison2015-02-25
| * | drm/i915: Create page table allocatorsBen Widawsky2015-02-25
| * | drm/i915: Complete page table structuresBen Widawsky2015-02-25
| * | drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel2015-02-23
| * | drm/i915: Request full SSEU enablement on Gen9Jeff McGee2015-02-23
* | | Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-04
|\| | | |/ |/|
| * drm/i915/skl: Provide a gen9 specific init_render_ring()Damien Lespiau2015-02-13
| * drm/i915: Make intel_logical_ring_advance_and_submit() staticDamien Lespiau2015-02-13
| * drm/i915: Make intel_lr_context_render_state_init() staticDamien Lespiau2015-02-13
| * drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang2015-02-13
| * drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)Nick Hoath2015-02-13
* | drm/i915: Insert a command barrier on BLT/BSD cache flushesChris Wilson2015-02-09
|/
* drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath2015-01-30
* drm/i915: Rename unpin_count to pin_countMika Kuoppala2015-01-27
* drm/i915: Balance context pinning on reset cleanupMika Kuoppala2015-01-27
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-27
* drm/i915: Assert that runtime pm is active on user fw accessChris Wilson2015-01-27
* drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath2015-01-27
* drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath2015-01-27
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-27
* drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath2015-01-27
* drm/i915: Reset CSB read pointer in ring initThomas Daniel2015-01-12
* drm/i915: Warn about missing context state workarounds only onceMichel Thierry2014-12-16
* drm/i915/bdw: Enable execlists by default where supportedThomas Daniel2014-12-15
* drm/i915: Name the lrc irq handler correctlyDaniel Vetter2014-12-15
* drm/i915: Add unique id to the request structure for debuggingJohn Harrison2014-12-05
* drm/i915: Zero fill the request structureJohn Harrison2014-12-05
* drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/Ville Syrjälä2014-12-05
* drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel2014-12-03
* drm/i915: Flatten engine init control flowDaniel Vetter2014-12-03
* drm/i915: Only init engines onceDaniel Vetter2014-12-03
* drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter2014-12-03
* drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter2014-12-03
* drm/i915: Consolidate ring freespace calculationsDave Gordon2014-12-03
* drm/i915: Connect requests to rings at creation not submissionJohn Harrison2014-12-03
* drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison2014-12-03
* drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter2014-12-03
* drm/i915: Remove 'outstanding_lazy_seqno'John Harrison2014-12-03
* drm/i915: Add reference count to request structureJohn Harrison2014-12-03
* drm/i915: Ensure OLS & PLR are always in syncJohn Harrison2014-12-03
* drm/i915: Don't read 'HEAD' MMIO register in LRC modeDave Gordon2014-12-03
* drm/i915: Check for matching ringbuffer in logical_ring_wait_request()Dave Gordon2014-12-03
* drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel2014-11-19
* drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo2014-11-19
* drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel2014-11-19