Kees Cook
|
3118a4f652
drm/i915: bounds check execbuffer relocation count
|
12 years ago |
Dave Airlie
|
6dc1c49da6
Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next
|
12 years ago |
Ben Widawsky
|
5d4545aef5
drm/i915: Create a gtt structure
|
12 years ago |
Chris Wilson
|
eef90ccb8a
drm/i915: Use the reloc.handle as an index into the execbuffer array
|
12 years ago |
Daniel Vetter
|
ed5982e6ce
drm/i915: Allow userspace to hint that the relocations were known
|
12 years ago |
Chris Wilson
|
bcffc3faa6
drm/i915: Move the execbuffer objects list from the stack into the tracker
|
12 years ago |
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 |
Chris Wilson
|
262b6d363f
drm/i915: Invalidate the relocation presumed_offsets along the slow path
|
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 |