index
:
talos-op-linux
master
Talos™ II 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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
atomic: Replace atomic_{set,clear}_mask() usage
Peter Zijlstra
2015-07-27
1
-1
/
+1
*
drm/i915: remove unused has_dma_mapping flag
Imre Deak
2015-07-13
1
-3
/
+0
*
drm/i915: avoid leaking DMA mappings
Imre Deak
2015-07-13
1
-15
/
+16
*
drm/i915: Snapshot seqno of most recently submitted request.
Tomas Elf
2015-07-13
1
-0
/
+1
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-06-26
1
-401
/
+588
|
\
|
*
drm/i915: Don't skip request retirement if the active list is empty
Ville Syrjälä
2015-06-15
1
-3
/
+0
|
*
drm/i915: Use spinlocks for checking when to waitboost
Chris Wilson
2015-05-26
1
-2
/
+2
|
*
drm/i915: Introduce DRM_I915_THROTTLE_JIFFIES
Chris Wilson
2015-05-22
1
-1
/
+1
|
*
drm/i915: Use the correct destructor for freeing requests on error
Chris Wilson
2015-05-22
1
-8
/
+8
|
*
drm/i915: Free RPS boosts for all laggards
Chris Wilson
2015-05-21
1
-1
/
+1
|
*
drm/i915: Convert RPS tracking to a intel_rps_client struct
Chris Wilson
2015-05-21
1
-9
/
+15
|
*
drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts
Chris Wilson
2015-05-21
1
-2
/
+5
|
*
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
2015-05-21
1
-209
/
+331
|
*
drm/i915: s/\<rq\>/req/g
Daniel Vetter
2015-05-21
1
-16
/
+16
|
*
drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()
Chris Wilson
2015-05-20
1
-23
/
+3
|
*
drm/i915: Remove unused variable from i915_gem_mmap_gtt
Daniel Vetter
2015-05-20
1
-1
/
+0
|
*
drm/i915: Reject huge tiled objects
Joonas Lahtinen
2015-05-08
1
-1
/
+3
|
*
drm/i915: Use partial view in mmap fault handler
Joonas Lahtinen
2015-05-08
1
-22
/
+51
|
*
drm/i915: Consider object pinned if any VMA is pinned
Joonas Lahtinen
2015-05-08
1
-5
/
+2
|
*
drm/i915: Do not make assumptions on GGTT VMA sizes
Joonas Lahtinen
2015-05-08
1
-24
/
+50
|
*
drm/i915: Remove locking for get-caching query
Chris Wilson
2015-05-08
1
-13
/
+4
|
*
drm/i915: Clear vma->bound on unbinding
Mika Kuoppala
2015-05-08
1
-0
/
+1
|
*
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
2015-05-08
1
-101
/
+135
|
|
\
|
|
*
drm/i915: Fix up the vma aliasing ppgtt binding
Daniel Vetter
2015-04-23
1
-7
/
+4
|
|
*
drm/i915: Remove misleading comment around bind_to_vm
Daniel Vetter
2015-04-23
1
-4
/
+0
|
|
*
drm/i915: Move vma vfuns to adddress_space
Daniel Vetter
2015-04-20
1
-1
/
+1
|
|
*
drm/i915: Simplify and fix object to display tracking
Tvrtko Ursulin
2015-04-20
1
-24
/
+6
|
|
*
drm/i915: Fix view type in warning message
Tvrtko Ursulin
2015-04-16
1
-1
/
+1
|
|
*
drm/i915: Remove obj->pin_mappable
Chris Wilson
2015-04-13
1
-5
/
+1
|
|
*
drm/i915: Optimistically spin for the request completion
Chris Wilson
2015-04-13
1
-6
/
+38
|
|
*
drm/i915: Move vm page allocation in proper place
Mika Kuoppala
2015-04-10
1
-11
/
+0
|
|
*
drm/i915: Remove request->uniq
Chris Wilson
2015-04-10
1
-1
/
+0
|
|
*
drm/i915: Prefer to check for idleness in worker rather than sync-flush
Chris Wilson
2015-04-10
1
-1
/
+6
|
|
*
drm/i915: Use a separate slab for vmas
Chris Wilson
2015-04-10
1
-1
/
+6
|
|
*
drm/i915: Use a separate slab for requests
Chris Wilson
2015-04-10
1
-17
/
+24
|
|
*
drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlists
Chris Wilson
2015-04-10
1
-1
/
+0
|
|
*
drm/i915: Split batch pool into size buckets
Chris Wilson
2015-04-10
1
-1
/
+1
|
|
*
drm/i915: Free batch pool when idle
Chris Wilson
2015-04-10
1
-1
/
+12
|
|
*
drm/i915: Split the batch pool by engine
Chris Wilson
2015-04-10
1
-2
/
+0
|
|
*
drm/i915: Re-enable RPS wait-boosting for all engines
Chris Wilson
2015-04-10
1
-1
/
+1
|
|
*
drm/i915: Deminish contribution of wait-boosting from clients
Chris Wilson
2015-04-10
1
-27
/
+8
|
|
*
drm/i915: Cache last obj->pages location for i915_gem_object_get_page()
Chris Wilson
2015-04-10
1
-0
/
+4
|
|
*
drm/i915: Move common request allocation code into a common function
John Harrison
2015-04-01
1
-0
/
+37
|
|
*
drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
John Harrison
2015-04-01
1
-2
/
+2
|
|
*
drm/i915: Add i915_gem_request_unreference__unlocked
Chris Wilson
2015-03-30
1
-6
/
+2
*
|
|
Revert "drm/i915: Don't skip request retirement if the active list is empty"
Jani Nikula
2015-06-15
1
-0
/
+3
*
|
|
drm/i915: Always reset vma->ggtt_view.pages cache on unbinding
Chris Wilson
2015-06-15
1
-1
/
+1
*
|
|
drm/i915: Don't skip request retirement if the active list is empty
Ville Syrjälä
2015-06-01
1
-3
/
+0
|
/
/
*
|
drm/i915: Workaround to avoid lite restore with HEAD==TAIL
Michel Thierry
2015-04-23
1
-1
/
+2
|
/
*
Merge tag 'v4.0-rc6' into drm-intel-next
Daniel Vetter
2015-03-30
1
-17
/
+21
|
\
[next]