Commit Graph

53 Commits (f4e0b29bf23687ac16dc476bd90cd4d8b0eacd5c)

Author SHA1 Message Date
Chris Wilson f4e0b29bf2 drm/i915: Check if the GPU hung whilst waiting for the ring to clear 15 years ago
Chris Wilson c584fe47e4 drm/i915/ringbuffer: Remove duplicate initialisation of ring control 15 years ago
Chris Wilson 33626e6a08 drm/i915/ringbuffer: Disable the ringbuffer on cleanup. 15 years ago
Chris Wilson a00b10c360 drm/i915: Only enforce fence limits inside the GTT. 15 years ago
Chris Wilson 176f28ebf4 drm/i915/ringbuffer: Check that we setup the ringbuffer 15 years ago
Daniel Vetter 920afa77ce drm/i915: range-restricted bind_to_gtt 15 years ago
Chris Wilson 3cce469cab drm/i915: Propagate error from failing to queue a request 15 years ago
Chris Wilson e1f99ce6ca drm/i915: Propagate errors from writing to ringbuffer 15 years ago
Chris Wilson 78501eac34 drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface 15 years ago
Chris Wilson 641934069d drm/i915: Move gpu_write_list to per-ring 15 years ago
Chris Wilson 297b0c5be3 drm/i915/ringbuffer: Write the value passed in to the tail register 15 years ago
Chris Wilson f00a3ddf91 drm/i915: IS_IRONLAKE is synonymous with gen == 5 15 years ago
Chris Wilson 549f736582 drm/i915: Enable SandyBridge blitter ring 15 years ago
Chris Wilson e36c1cd729 drm/i915/ringbuffer: Remove broken intel_fill_struct() 15 years ago
Chris Wilson c717966744 drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b 15 years ago
Chris Wilson e60a0b107b drm/i915: Sleep whilst waiting for the ring 15 years ago
Chris Wilson 23bc598253 drm/i915/debug: Convert i915_verify_active() to scan all lists 15 years ago
Daniel Vetter 447da18742 drm/i915: kill ring->setup_status_page 15 years ago
Daniel Vetter 79f321b7e6 drm/i915: kill ring->get_active_head 15 years ago
Daniel Vetter 3d281d8cca drm/i915: kill per-ring macros 15 years ago
Daniel Vetter bf7e0e1268 drm/i915: fix ACTHD for gen <= 3 15 years ago
Chris Wilson f787a5f59e drm/i915: Only hold a process-local lock whilst throttling. 15 years ago
Chris Wilson ab6f8e3250 drm/i915/ringbuffer: whitespace cleanup 15 years ago
Daniel Vetter a9db5c8fdd drm/i915: drop alignment ringbuffer parameter 15 years ago
Daniel Vetter fa7ed4d206 drm/i915: don't explicitly initialize ringbuffer members to zero 15 years ago
Daniel Vetter 7f2ab69913 drm/i915: use new macros to access the ring ctl register 15 years ago
Daniel Vetter 570ef60859 drm/i915: use new macros to access the ring head register 15 years ago
Daniel Vetter 6c0e1c556e drm/i915: use new macros to access the ring start register 15 years ago
Daniel Vetter 870e86ddc2 drm/i915: use new macros to access the ring tail register 15 years ago
Daniel Vetter 333e9fe94d drm/i915: add relative ring register macros 15 years ago
Chris Wilson e070868ef2 drm/i915/ringbuffer: Mark the initialisation structs as constant. 15 years ago
Xiang, Haihao 881f47b647 drm/i915: add a new BSD ring buffer for Sandybridge 15 years ago
Chris Wilson a3f07cd53e drm/i915/ringbuffer: Implement advance using set_tail 15 years ago
Xiang, Haihao d46eefa297 drm/i915: add set_tail hook in struct intel_ring_buffer 15 years ago
Xiang, Haihao 5c1143bbec drm/i915: do not export the instances of struct intel_ring_buffer 15 years ago
Chris Wilson 9220434a87 drm/i915: Only emit a flush request on the active ring. 15 years ago
Chris Wilson a6c45cf013 drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g 15 years ago
Chris Wilson 2b6efaa476 drm/i915: Remove unused intel_ringbuffer->ring_flag 15 years ago
Daniel Vetter 8a1a49f954 drm/i915: move flushing list processing to i915_retire_commands 15 years ago
Zhenyu Wang a69ffdbfcb drm/i915: Enable MI_FLUSH on Sandybridge 15 years ago
Zou Nan hai 1cafd34731 drm/i915 invalidate indirect state pointers at end of ring exec 15 years ago
Chris Wilson dd785e35cb drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwind 15 years ago
Chris Wilson 6f392d5486 drm/i915: Use a common seqno for all rings. 15 years ago
Chris Wilson e898cd221d drm/i915: Inline ringbuffer_emit() 15 years ago
Chris Wilson d97ed33963 drm/i915: Move ringbuffer accounting to begin/advance. 15 years ago
Chris Wilson 1741dd4aa7 drm/i915: Unroll wrapping of the ringbuffer. 15 years ago
Chris Wilson 43ed340ad9 drm/i915: Account for space on the ring buffer consumed whilst wrapping. 15 years ago
Zou Nan hai be26a10bd1 drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer. 15 years ago
Zhenyu Wang ca76482e0f drm/i915: Fix PIPE_CONTROL command on Sandybridge 15 years ago
Zou Nan hai d1b851fc0d drm/i915: implement BSD ring buffer V2 15 years ago