index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
drm/i915: Fix use after free in logical_render_ring_init
Tvrtko Ursulin
1
-6
/
+1
2016-11-17
drm/i915: fix the dequeue logic for single_port_submission context
Min He
1
-1
/
+2
2016-11-16
drm/i915/execlists: Use a local lock for dfs_link access
Chris Wilson
1
-2
/
+5
2016-11-14
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
1
-8
/
+143
2016-11-14
drm/i915: Remove engine->execlist_lock
Chris Wilson
1
-4
/
+3
2016-11-14
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
1
-9
/
+14
2016-11-07
drm/i915: Make sure engines are idle during GPU idling in LR mode
Imre Deak
1
-0
/
+22
2016-10-28
drm/i915: Defer breadcrumb emission
Chris Wilson
1
-78
/
+42
2016-10-28
drm/i915: Record space required for breadcrumb emission
Chris Wilson
1
-0
/
+6
2016-10-28
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
1
-5
/
+5
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-2
/
+2
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
1
-3
/
+3
2016-10-28
drm/i915: Reuse the active golden render state batch
Chris Wilson
1
-1
/
+1
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-5
/
+6
2016-10-07
drm/i915/guc: Unwind GuC workqueue reservation if request construction fails
Chris Wilson
1
-7
/
+10
2016-10-07
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
1
-1
/
+1
2016-10-05
drm/i915/execlists: Move clearing submission count from reset to init
Chris Wilson
1
-4
/
+5
2016-10-05
drm/i915/execlists: Reinitialise context image after GPU hang
Chris Wilson
1
-41
/
+62
2016-10-05
drm/i915: Share the computation of ring size for RING_CTL register
Chris Wilson
1
-1
/
+1
2016-09-26
drm/i915/skl: drop workarounds for E0 revision
Jani Nikula
1
-3
/
+2
2016-09-26
drm/i915/skl: drop workarounds for D0 revision
Jani Nikula
1
-6
/
+4
2016-09-26
drm/i915/skl: drop workarounds for A0 and B0 revisions
Jani Nikula
1
-5
/
+3
2016-09-21
drm/i915/execlists: Reset RING registers upon resume
Chris Wilson
1
-19
/
+31
2016-09-15
drm/i915/guc: general tidying up (submission)
Dave Gordon
1
-1
/
+1
2016-09-09
drm/i915: Drive request submission through fence callbacks
Chris Wilson
1
-2
/
+3
2016-09-09
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
1
-5
/
+44
2016-09-09
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
1
-234
/
+168
2016-09-09
drm/i915: Reorder submitting the requests to ELSP
Chris Wilson
1
-38
/
+38
2016-09-09
drm/i915: Compute the ELSP register location once
Chris Wilson
1
-9
/
+7
2016-09-09
drm/i915: Record the position of the workarounds in the tail of the request
Chris Wilson
1
-2
/
+2
2016-09-09
drm/i915: Only queue requests during execlists submission
Chris Wilson
1
-24
/
+4
2016-09-02
drm/i915: sseu: Convert subslice count fields to subslice mask
Imre Deak
1
-1
/
+1
2016-09-02
drm/i915: sseu: Convert slice count field to mask
Imre Deak
1
-1
/
+1
2016-09-02
drm/i915: sseu: Use sseu_dev_info in device info
Imre Deak
1
-7
/
+7
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
1
-9
/
+11
2016-08-15
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
1
-8
/
+1
2016-08-15
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
1
-26
/
+32
2016-08-15
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
1
-1
/
+0
2016-08-15
drm/i915: Use VMA for scratch page tracking
Chris Wilson
1
-9
/
+9
2016-08-15
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
1
-8
/
+9
2016-08-15
drm/i915: Use VMA as the primary object for context state
Chris Wilson
1
-33
/
+31
2016-08-12
drm/i915: Support for creating write combined type vmaps
Chris Wilson
1
-4
/
+4
2016-08-10
drm/i915: Mark unmappable GGTT entries as PIN_HIGH
Chris Wilson
1
-1
/
+1
2016-08-05
drm/i915: Remove forced stop ring on suspend/unload
Chris Wilson
1
-26
/
+0
2016-08-05
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-5
/
+7
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
1
-3
/
+5
2016-08-03
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
1
-4
/
+1
2016-08-02
drm/i915: Unify legacy/execlists submit_execbuf callbacks
Chris Wilson
1
-123
/
+0
2016-08-02
drm/i915: Remove duplicate golden render state init from execlists
Chris Wilson
1
-33
/
+1
2016-08-02
drm/i915/lrc: Update function names to match request flow
Chris Wilson
1
-9
/
+9
[next]