Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c5ab3bc07e252a32b170ab4797142ef117c367a0
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_execbuffer.c
d9ceb95
drm/i915: Support 64b relocations
by Ben Widawsky
· 11 years ago
9bcb144
drm/i915: Support 64b execbuf
by Ben Widawsky
· 11 years ago
c8725f3
drm/i915: Do not call retire_requests from wait_for_rendering
by Chris Wilson
· 11 years ago
a8ebba7
drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the BSD command on BDW GT3
by Zhao Yakui
· 11 years ago
b1a9330
drm/i915: Update the restrict check to filter out wrong Ring ID passed by user-space
by Zhao Yakui
· 11 years ago
9cb3466
drm/i915: Catch dirt in unused execbuffer fields
by Daniel Vetter
· 11 years ago
c0f5b82
drm/i915: Catch abuse of I915_EXEC_CONSTANTS_*
by Daniel Vetter
· 11 years ago
9d662da
drm/i915: Catch abuse of I915_EXEC_GEN7_SOL_RESET
by Daniel Vetter
· 11 years ago
885ac04
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
691e641
drm/i915: Always use kref tracking for all contexts.
by Chris Wilson
· 11 years ago
935f38d
drm/i915: Unref context on failed eb_create
by Ben Widawsky
· 11 years ago
50227e1
drm/i915: prefer struct drm_i915_private to drm_i915_private_t
by Jani Nikula
· 11 years ago
351e3db
drm/i915: Implement command buffer parsing logic
by Brad Volkin
· 11 years ago
8ea99c9
drm/i915: Only bind each object rather than for every execbuffer
by Daniel Vetter
· 11 years ago
bf3d149
drm/i915: split PIN_GLOBAL out from PIN_MAPPABLE
by Daniel Vetter
· 11 years ago
1ec9e26
drm/i915: Consolidate binding parameters into flags
by Daniel Vetter
· 11 years ago
d330a95
drm/i915: move module parameters into a struct, in a new file
by Jani Nikula
· 11 years ago
a25eebb
drm: dp helper: Add DP test sink CRC definition.
by Rodrigo Vivi
· 11 years ago
0e5539b
Merge branch 'topic/ppgtt' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
8b78f0e
drm/i915: Clarify relocation errnos
by Ben Widawsky
· 11 years ago
0d9d349
Merge commit origin/master into drm-intel-next
by Daniel Vetter
· 11 years ago
72ad5c4
drm/i915/ppgtt: Fix ioctl errno for "no such context"
by Ben Widawsky
· 11 years ago
a7c1d426
drm/i915: Don't check for NEEDS_GTT when deciding the address space
by Daniel Vetter
· 11 years ago
2c9f8d5
drm/i915: Reject NEEDS_GTT relocations with full ppgtt
by Daniel Vetter
· 11 years ago
7c9c4b8
drm/i915: Reject non-default contexts on non-render again
by Daniel Vetter
· 11 years ago
7e0d96b
drm/i915: Use multiple VMs -- the point of no return
by Ben Widawsky
· 11 years ago
3d7f0f9
Merge commit drm-intel-fixes into topic/ppgtt
by Daniel Vetter
· 11 years ago
41bde55
drm/i915: Get context early in execbuf
by Ben Widawsky
· 11 years ago
67e3d297
drm/i915: Permit contexts on all rings
by Ben Widawsky
· 11 years ago
ca01b12
drm/i915: Simplify ring handling in execbuf
by Ben Widawsky
· 11 years ago
3e7a032
drm/i915: Remove vm arg from relocate entry
by Ben Widawsky
· 11 years ago
6f65e29
drm/i915: Create bind/unbind abstraction for VMAs
by Ben Widawsky
· 11 years ago
d7f46fc
drm/i915: Make pin count per VMA
by Ben Widawsky
· 11 years ago
9ae9ab5
drm/i915: Prevent double unref following alloc failure during execbuffer
by Chris Wilson
· 11 years ago
f65c916
drm/i915: add runtime put/get calls at the basic places
by Paulo Zanoni
· 11 years ago
d299cce
drm/i915: check context reset stats before relocations
by Mika Kuoppala
· 11 years ago
a415d35
drm/i915: Pin relocations for the duration of constructing the execbuffer
by Chris Wilson
· 11 years ago
5ce0972
drm/i915: Missed dropped VMA conversion
by Ben Widawsky
· 11 years ago
17601cbc
drm/i915: Removed unused vm args
by Ben Widawsky
· 11 years ago
28cf541
drm/i915/bdw: unleash PPGTT
by Ben Widawsky
· 11 years ago
3c94cee
drm/i915/bdw: Support 64b relocations
by Ben Widawsky
· 11 years ago
e2d05a8
drm/i915: Convert active API to VMA
by Ben Widawsky
· 11 years ago
b205ca5
drm/i915: Use unsigned for overflow checks in execbuf
by Daniel Vetter
· 11 years ago
a1e2265
drm/i915: Use kcalloc more
by Daniel Vetter
· 11 years ago
68c8c17
drm/i915: evict VM instead of everything
by Ben Widawsky
· 11 years ago
be62acb
drm/i915: ban badly behaving contexts
by Mika Kuoppala
· 11 years ago
2cc86b8
drm/i915: Always prefer CPU relocations with LLC
by Chris Wilson
· 11 years ago
e656a6c
drm/i915: inline vma_create into lookup_or_create_vma
by Daniel Vetter
· 11 years ago
27173f1
drm/i915: Convert execbuf code to use vmas
by Ben Widawsky
· 11 years ago
d4d3601
drm/i915: fix up the relocate_entry refactoring
by Daniel Vetter
· 11 years ago
5032d87
drm/i915: Cleaning up the relocate entry function
by Rafael Barbalho
· 11 years ago
000433b
drm/i915: Only do a chipset flush after a clflush
by Chris Wilson
· 11 years ago
2c22569
drm/i915: Update rules for writing through the LLC with the cpu
by Chris Wilson
· 11 years ago
ca191b1
drm/i915: mm_list is per VMA
by Ben Widawsky
· 11 years ago
9843877
drm/i915: turn bound_ggtt checks to bound_any
by Ben Widawsky
· 11 years ago
07fe0b1
drm/i915: plumb VM into bind/unbind code
by Ben Widawsky
· 11 years ago
28d6a7b
drm/i915: thread address space through execbuf
by Ben Widawsky
· 11 years ago
c37e220
drm/i915: Add VM to pin
by Ben Widawsky
· 11 years ago
de51f04
drm/i915: Replace open-coded offset_in_page()
by Chris Wilson
· 11 years ago
0b74b50
drm/i915: add prefault_disable module option
by Xiong Zhang
· 11 years ago
e852096
drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID
by Chris Wilson
· 11 years ago
db1b76c
drm/i915: don't frob mm.suspended when not using ums
by Daniel Vetter
· 11 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 11 years ago
7d736f4
drm/i915: add batch bo to i915_add_request()
by Mika Kuoppala
· 12 years ago
0025c07
drm/i915: change i915_add_request to macro
by Mika Kuoppala
· 12 years ago
c65355b
drm/i915: Track when we dirty the scanout with render commands
by Chris Wilson
· 12 years ago
82f91b6
drm/i915: add I915_EXEC_VEBOX to i915_gem_do_execbuffer()
by Xiang, Haihao
· 12 years ago
399403c
Merge tag 'drm-intel-next-2013-03-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
27b7c63
drm/i915: Fix build failure
by Lauri Kasanen
· 12 years ago
41fda59
drm/i915: Remove unneeded dev argument
by Ben Widawsky
· 12 years ago
cf14496
drm/i915: Remove unused file arg from execbuf
by Ben Widawsky
· 12 years ago
3118a4f
drm/i915: bounds check execbuffer relocation count
by Kees Cook
· 12 years ago
3058753
drm/i915: clarify reasoning for the access_ok call
by Kees Cook
· 12 years ago
2bb4629
drm/i915: Add to_user_ptr()
by Ville Syrjälä
· 12 years ago
6dc1c49
Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next
by Dave Airlie
· 12 years ago
5d4545a
drm/i915: Create a gtt structure
by Ben Widawsky
· 12 years ago
eef90cc
drm/i915: Use the reloc.handle as an index into the execbuffer array
by Chris Wilson
· 12 years ago
ed5982e
drm/i915: Allow userspace to hint that the relocations were known
by Daniel Vetter
· 12 years ago
bcffc3f
drm/i915: Move the execbuffer objects list from the stack into the tracker
by Chris Wilson
· 12 years ago
3b96eff
drm/i915: Take the handle idr spinlock once for looking up the exec objects
by Chris Wilson
· 12 years ago
419fa72
drm/i915: Mark a temporary allocation for copy-from-user as such
by Chris Wilson
· 12 years ago
b5cc6c0
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
262b6d3
drm/i915: Invalidate the relocation presumed_offsets along the slow path
by Chris Wilson
· 12 years ago
b45305f
drm/i915: Implement workaround for broken CS tlb on i830/845
by Daniel Vetter
· 12 years ago
c1f093e
drm/i915: Remove check for conflicting relocation write-domains
by Chris Wilson
· 12 years ago
ca9c46c
drm/i915: Kill i915_gem_execbuffer_wait_for_flips()
by Ville Syrjälä
· 12 years ago
9d773091
drm/i915: Preallocate next seqno before touching the ring
by Chris Wilson
· 12 years ago
be7cb63
drm/i915: Remove bogus test for a present execbuffer
by Chris Wilson
· 12 years ago
e76e9ae
drm/i915: Stop using AGP layer for GEN6+
by Ben Widawsky
· 12 years ago
c2fb791
Merge tag 'v3.7-rc2' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
d7d4eed
drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffers
by Chris Wilson
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4126d5d
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
by David Howells
· 12 years ago
41783ee
drm/i915: Assert that the exec object lookup table is a power-of-two
by Chris Wilson
· 12 years ago
ba7a645
drm/i915: Drop the misleading cast to the wrong user pointer type
by Chris Wilson
· 12 years ago
9da3da6
drm/i915: Replace the array of pages with a scatterlist
by Chris Wilson
· 13 years ago
7788a76
drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbuffer
by Chris Wilson
· 12 years ago
504c726
drm/i915: Use cpu relocations if the object is in the GTT but not mappable
by Chris Wilson
· 12 years ago
86a1ee2
drm/i915: Only pwrite through the GTT if there is space in the aperture
by Chris Wilson
· 12 years ago
Next »