Commit Graph

90 Commits (54d125274fc1bb6454bb73f98471823ed4818991)

Author SHA1 Message Date
Chris Wilson d7d4eeddb8 drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffers 13 years ago
David Howells 760285e7e7 UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 13 years ago
David Howells 4126d5d61f UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. 13 years ago
Chris Wilson 41783eea1a drm/i915: Assert that the exec object lookup table is a power-of-two 13 years ago
Chris Wilson ba7a64587b drm/i915: Drop the misleading cast to the wrong user pointer type 13 years ago
Chris Wilson 9da3da660d drm/i915: Replace the array of pages with a scatterlist 13 years ago
Chris Wilson 7788a76520 drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbuffer 13 years ago
Chris Wilson 504c7267a1 drm/i915: Use cpu relocations if the object is in the GTT but not mappable 13 years ago
Chris Wilson 86a1ee26bb drm/i915: Only pwrite through the GTT if there is space in the aperture 13 years ago
Chris Wilson 6c085a728c drm/i915: Track unbound pages 13 years ago
Eric Anholt e844b990b1 drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. 13 years ago
Chris Wilson f047e395dd drm/i915: Avoid concurrent access when marking the device as idle/busy 13 years ago
Chris Wilson a7b9761d0a drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs 13 years ago
Chris Wilson 016fd0c1ae drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbuffer 13 years ago
Daniel Vetter 6ac42f4148 drm/i915: Replace the complex flushing logic with simple invalidate/flush all 13 years ago
Chris Wilson 69c2fc8913 drm/i915: Remove the per-ring write list 13 years ago
Chris Wilson 0201f1ecf4 drm/i915: Replace the pending_gpu_write flag with an explicit seqno 13 years ago
Chris Wilson 3bb73aba1e drm/i915: Allow late allocation of request for i915_add_request() 13 years ago
Eric Anholt 0da5cec1de drm/i915: Set the context before setting up regs for the context. 13 years ago
Chris Wilson 09cf7c9a12 drm/i915: Insert a flush between batches if the breadcrumb was dropped 13 years ago
Daniel Vetter cc889e0f6c drm/i915: disable flushing_list/gpu_write_list 13 years ago
Ben Widawsky 6e0a69dbc8 drm/i915/context: switch contexts with execbuf2 13 years ago
Chris Wilson a15817cf16 drm/i915: Check whether the ring is initialised prior to dispatch 13 years ago
Chris Wilson acb87dfb4b drm/i915: Limit calling mark-busy only for potential scanouts 13 years ago
Daniel Vetter 6ebebc9206 drm/i915: disallow clip rects on gen5+ 13 years ago
Ben Widawsky b2da9fe5d5 drm/i915: remove do_retire from i915_wait_request 13 years ago
Xi Wang 44afb3a043 drm/i915: fix integer overflow in i915_gem_do_execbuffer() 13 years ago
Xi Wang ed8cd3b2cd drm/i915: fix integer overflow in i915_gem_execbuffer2() 13 years ago
Chris Wilson 06d9813157 drm/i915: Remove the pipelined parameter from get_fence() 13 years ago
Chris Wilson 7b09638f45 drm/i915: Always flush tiling changes before accessing through the GTT 13 years ago
Ben Widawsky 2911a35b2e drm/i915: use semaphores for the display plane 13 years ago
Chris Wilson 9a5a53b392 drm/i915: Reorganise rules for get_fence/put_fence 13 years ago
Chris Wilson 7dd4906586 drm/i915: Mark untiled BLT commands as fenced on gen2/3 13 years ago
Daniel Vetter f56f821feb mm: extend prefault helpers to fault in more than PAGE_SIZE 13 years ago
Chris Wilson dabdfe021a drm/i915: Avoid using mappable space for relocation processing through the CPU 13 years ago
Chris Wilson 1d83f4426f drm/i915: Batch copy_from_user for relocation processing 13 years ago
Daniel Vetter 149c84077f drm/i915: implement SNB workaround for lazy global gtt 13 years ago
Daniel Vetter 7bddb01fb9 drm/i915: ppgtt binding/unbinding support 13 years ago
Daniel Vetter ff240199b6 drm/i915: s/DRM_ERROR/DRM_DEBUG in i915_gem_execbuffer.c 13 years ago
Daniel Vetter 4ca4a250ac drm/i915: reject GTT domain in relocations 13 years ago
Chris Wilson 1690e1eb7a drm/i915: Separate fence pin counting from normal bind pin counting 13 years ago
Daniel Vetter 96154f2fab drm/i915: switch ring->id to be a real id 13 years ago
Ben Widawsky b93f9cf14e drm/i915: argument to control retiring behavior 13 years ago
Eric Anholt ae662d3126 drm/i915: Add support for resetting the SO write pointers on gen7. 13 years ago
Ben Widawsky 84f9f938be drm/i915: Force sync command ordering (Gen6+) 13 years ago
Ben Widawsky e2971bdab2 drm/i915: relative_constants_mode race fix 13 years ago
Keith Packard ebbd857e6b drm/i915: Disable semaphores by default on SNB 13 years ago
Eugeni Dodonov f45b55575c drm/i915: enable semaphores on per-device defaults 13 years ago
Ben Widawsky c8c99b0f0d drm/i915: Dumb down the semaphore logic 14 years ago
Eric Anholt e92d03bff9 Revert "drm/i915: Kill GTT mappings when moving from GTT domain" 14 years ago