index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_execbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
2017-03-02
1
-4
/
+10
*
drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
Kenneth Graunke
2017-02-24
1
-48
/
+2
*
drm/i915: Perform object clflushing asynchronously
Chris Wilson
2017-02-22
1
-3
/
+6
*
drm/i915: Remove change_domain tracepoint
Chris Wilson
2017-02-22
1
-3
/
+0
*
drm/i915/tracepoints: Adjust i915_gem_ring_dispatch
Tvrtko Ursulin
2017-02-21
1
-2
/
+2
*
drm/i915: Use reservation_object_lock()
Chris Wilson
2017-02-21
1
-2
/
+2
*
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-14
1
-21
/
+19
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2017-02-10
1
-3
/
+2
|
\
|
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-3
/
+2
*
|
drm/i915: Always convert incoming exec offsets to non-canonical
Michał Winiarski
2017-02-08
1
-6
/
+6
*
|
drm/i915: fix pm refcounting on fence error in execbuf
Daniele Ceraolo Spurio
2017-02-04
1
-6
/
+4
*
|
drm/i915: Support explicit fencing for execbuf
Chris Wilson
2017-01-27
1
-5
/
+49
*
|
drm/i915: Enable userspace to opt-out of implicit fencing
Chris Wilson
2017-01-27
1
-0
/
+3
|
/
*
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-19
1
-1
/
+1
*
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-10
1
-3
/
+2
*
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
2016-12-31
1
-1
/
+1
*
drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex
Chris Wilson
2016-12-18
1
-0
/
+1
*
drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
Chris Wilson
2016-12-05
1
-0
/
+1
*
drm/i915: Mark all non-vma being inserted into the address spaces
Chris Wilson
2016-12-05
1
-1
/
+1
*
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
2016-11-24
1
-1
/
+1
*
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
2016-11-21
1
-3
/
+1
*
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-18
1
-3
/
+2
*
drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.c
Tvrtko Ursulin
2016-11-17
1
-1
/
+1
*
drm/i915: Further assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-1
/
+1
*
drm/i915: Assorted dev_priv cleanups
Tvrtko Ursulin
2016-11-11
1
-2
/
+2
*
drm/i915: Mark CPU cache as dirty when used for rendering
Chris Wilson
2016-11-07
1
-0
/
+8
*
drm/i915: Introduce HAS_64BIT_RELOC
Joonas Lahtinen
2016-11-03
1
-1
/
+2
*
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
1
-44
/
+11
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Defer active reference until required
Chris Wilson
2016-10-28
1
-2
/
+0
*
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
2016-10-28
1
-1
/
+2
*
drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()
Chris Wilson
2016-10-28
1
-9
/
+1
*
Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-10-25
1
-45
/
+43
|
\
|
*
drm/i915: Restrict pagefault disabling to just around copy_from_user()
Chris Wilson
2016-10-18
1
-36
/
+35
|
*
drm/i915: Remove unused "valid" parameter from pte_encode
Michał Winiarski
2016-10-14
1
-2
/
+1
|
*
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
|
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-3
/
+3
|
*
drm/i915: Force relocations via cpu if we run out of idle aperture
Chris Wilson
2016-10-07
1
-2
/
+2
|
*
drm/i915: silence io mapping/unmapping sparse warnings on different address s...
Jani Nikula
2016-10-04
1
-2
/
+2
*
|
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-10-11
1
-347
/
+558
|
\
\
|
*
|
drm/i915: Force relocations via cpu if we run out of idle aperture
Chris Wilson
2016-10-10
1
-2
/
+2
|
|
/
|
*
drm/i915: Serialise execbuf operation after a dma-buf reservation object
Chris Wilson
2016-09-09
1
-0
/
+11
|
*
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
2016-09-09
1
-1
/
+2
|
*
drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index
Joonas Lahtinen
2016-09-01
1
-7
/
+3
|
*
drm/i915: Allow the user to pass a context to any ring
Chris Wilson
2016-08-26
1
-4
/
+1
|
*
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
2016-08-19
1
-1
/
+1
|
*
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
2016-08-18
1
-1
/
+7
|
*
drm/i915: Move fence tracking from object to vma
Chris Wilson
2016-08-18
1
-14
/
+6
|
*
drm/i915: Rename fence.lru_list to link
Chris Wilson
2016-08-18
1
-1
/
+1
|
*
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
2016-08-18
1
-2
/
+2
[next]