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: Align "unfenced" tiled access on gen2, early gen3
Chris Wilson
2017-03-29
1
-1
/
+3
*
drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
Kenneth Graunke
2017-03-14
1
-50
/
+2
*
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
2017-02-23
1
-6
/
+6
|
\
|
*
drm/i915: Always convert incoming exec offsets to non-canonical
Michał Winiarski
2017-02-08
1
-6
/
+6
*
|
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-3
/
+2
*
|
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
|
*
drm/i915: Disallow direct CPU access to stolen pages for relocations
Chris Wilson
2016-08-18
1
-0
/
+3
|
*
drm/i915: Fallback to single page GTT mmappings for relocations
Chris Wilson
2016-08-18
1
-11
/
+51
|
*
drm/i915: Refactor execbuffer relocation writing
Chris Wilson
2016-08-18
1
-139
/
+152
|
*
drm/i915: Cache kmap between relocations
Chris Wilson
2016-08-18
1
-54
/
+111
|
*
drm/i915: Unconditionally flush any chipset buffers before execbuf
Chris Wilson
2016-08-18
1
-10
/
+3
|
*
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
1
-30
/
+35
|
*
drm/i915: Add convenience wrappers for vma's object get/put
Chris Wilson
2016-08-15
1
-2
/
+2
|
*
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
2016-08-10
1
-1
/
+9
[next]