Ben Widawsky
|
ad776f8b09
drm/i915: Semaphore MBOX update generalization
|
12 years ago |
Ben Widawsky
|
5586181fce
drm/i915: Comments for semaphore clarification
|
12 years ago |
Mika Kuoppala
|
92cab73451
drm/i915: track ring progression using seqnos
|
12 years ago |
Chris Wilson
|
112522f678
drm/i915: put context upon switching
|
12 years ago |
Dave Airlie
|
b5cc6c0387
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
|
12 years ago |
Mika Kuoppala
|
f7e98ad4d4
drm/i915: Initialize hardware semaphore state on ring init
|
12 years ago |
Mika Kuoppala
|
b70ec5bf43
drm/i915: Introduce ring set_seqno
|
12 years ago |
Daniel Vetter
|
b45305fce5
drm/i915: Implement workaround for broken CS tlb on i830/845
|
12 years ago |
Mika Kuoppala
|
498d2ac15c
drm/i915: Add intel_ring_handle_seqno wrap
|
12 years ago |
Ville Syrjälä
|
633cf8f505
drm/i915: Don't allow ring tail to reach the same cacheline as head
|
12 years ago |
Chris Wilson
|
3e9605018a
drm/i915: Rearrange code to only have a single method for waiting upon the ring
|
12 years ago |
Chris Wilson
|
9d7730914f
drm/i915: Preallocate next seqno before touching the ring
|
12 years ago |
Jesse Barnes
|
9a28977181
drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3
|
12 years ago |
Chris Wilson
|
d7d4eeddb8
drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffers
|
12 years ago |
Chris Wilson
|
b2eadbc85b
drm/i915: Lazily apply the SNB+ seqno w/a
|
13 years ago |
Chris Wilson
|
a7b9761d0a
drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs
|
13 years ago |
Chris Wilson
|
69c2fc8913
drm/i915: Remove the per-ring write list
|
13 years ago |
Daniel Vetter
|
cc889e0f6c
drm/i915: disable flushing_list/gpu_write_list
|
13 years ago |
Ben Widawsky
|
12b0286f49
drm/i915: possibly invalidate TLB before context switch
|
13 years ago |
Ben Widawsky
|
e055684168
drm/i915: context switch implementation
|
13 years ago |
Ben Widawsky
|
40521054fd
drm/i915: context basic create & destroy
|
13 years ago |
Chris Wilson
|
b4519513e8
drm/i915: Introduce for_each_ring() macro
|
13 years ago |
Daniel Vetter
|
4225d0f219
drm/i915: fixup __iomem mixups in ringbuffer.c
|
13 years ago |
Daniel Vetter
|
09422b2e72
drm/i915: move LP_RING&friends to i915_dma.c
|
13 years ago |
Chris Wilson
|
6d171cb4c2
drm/i915: Remove unused ring->irq_seqno
|
13 years ago |
Ben Widawsky
|
9574b3fe29
drm/i915: kill waiting_seqno
|
13 years ago |
Chris Wilson
|
7338aefa5c
drm/i915: Use a global lock for modifying global irq flags
|
13 years ago |
Daniel Vetter
|
6a848ccb80
drm/i915: rip out ring->irq_mask
|
13 years ago |
Ben Widawsky
|
25c063004a
drm/i915: open code gen6+ ring irqs
|
13 years ago |
Chris Wilson
|
a71d8d9452
drm/i915: Record the tail at each request and use it to estimate the head
|
13 years ago |