Chris Wilson
|
3b96eff447
drm/i915: Take the handle idr spinlock once for looking up the exec objects
|
12 years ago |
Chris Wilson
|
419fa72a19
drm/i915: Mark a temporary allocation for copy-from-user as such
|
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 |
Daniel Vetter
|
b45305fce5
drm/i915: Implement workaround for broken CS tlb on i830/845
|
12 years ago |
Chris Wilson
|
c1f093e09c
drm/i915: Remove check for conflicting relocation write-domains
|
12 years ago |
Ville Syrjälä
|
ca9c46c5c7
drm/i915: Kill i915_gem_execbuffer_wait_for_flips()
|
12 years ago |
Chris Wilson
|
9d7730914f
drm/i915: Preallocate next seqno before touching the ring
|
12 years ago |
Chris Wilson
|
be7cb6347e
drm/i915: Remove bogus test for a present execbuffer
|
12 years ago |
Ben Widawsky
|
e76e9aebcd
drm/i915: Stop using AGP layer for GEN6+
|
12 years ago |
Daniel Vetter
|
c2fb791692
Merge tag 'v3.7-rc2' into drm-intel-next-queued
|
12 years ago |
Chris Wilson
|
d7d4eeddb8
drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffers
|
12 years ago |
Linus Torvalds
|
612a9aab56
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
|
12 years ago |
David Howells
|
760285e7e7
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
|
12 years ago |
David Howells
|
4126d5d61f
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
|
12 years ago |
Chris Wilson
|
41783eea1a
drm/i915: Assert that the exec object lookup table is a power-of-two
|
12 years ago |
Chris Wilson
|
ba7a64587b
drm/i915: Drop the misleading cast to the wrong user pointer type
|
12 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 |
Daniel Vetter
|
a22ddff8be
Merge tag 'v3.6-rc2' into drm-intel-next
|
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 |