index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-401
/
+588
2015-06-15
Revert "drm/i915: Don't skip request retirement if the active list is empty"
Jani Nikula
1
-0
/
+3
2015-06-15
drm/i915: Don't skip request retirement if the active list is empty
Ville Syrjälä
1
-3
/
+0
2015-06-15
drm/i915: Always reset vma->ggtt_view.pages cache on unbinding
Chris Wilson
1
-1
/
+1
2015-06-01
drm/i915: Don't skip request retirement if the active list is empty
Ville Syrjälä
1
-3
/
+0
2015-05-26
drm/i915: Use spinlocks for checking when to waitboost
Chris Wilson
1
-2
/
+2
2015-05-22
drm/i915: Introduce DRM_I915_THROTTLE_JIFFIES
Chris Wilson
1
-1
/
+1
2015-05-22
drm/i915: Use the correct destructor for freeing requests on error
Chris Wilson
1
-8
/
+8
2015-05-21
drm/i915: Free RPS boosts for all laggards
Chris Wilson
1
-1
/
+1
2015-05-21
drm/i915: Convert RPS tracking to a intel_rps_client struct
Chris Wilson
1
-9
/
+15
2015-05-21
drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts
Chris Wilson
1
-2
/
+5
2015-05-21
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
1
-209
/
+331
2015-05-21
drm/i915: s/\<rq\>/req/g
Daniel Vetter
1
-16
/
+16
2015-05-20
drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()
Chris Wilson
1
-23
/
+3
2015-05-20
drm/i915: Remove unused variable from i915_gem_mmap_gtt
Daniel Vetter
1
-1
/
+0
2015-05-08
drm/i915: Reject huge tiled objects
Joonas Lahtinen
1
-1
/
+3
2015-05-08
drm/i915: Use partial view in mmap fault handler
Joonas Lahtinen
1
-22
/
+51
2015-05-08
drm/i915: Consider object pinned if any VMA is pinned
Joonas Lahtinen
1
-5
/
+2
2015-05-08
drm/i915: Do not make assumptions on GGTT VMA sizes
Joonas Lahtinen
1
-24
/
+50
2015-05-08
drm/i915: Remove locking for get-caching query
Chris Wilson
1
-13
/
+4
2015-05-08
drm/i915: Clear vma->bound on unbinding
Mika Kuoppala
1
-0
/
+1
2015-05-08
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
1
-101
/
+135
2015-04-23
drm/i915: Workaround to avoid lite restore with HEAD==TAIL
Michel Thierry
1
-1
/
+2
2015-04-23
drm/i915: Fix up the vma aliasing ppgtt binding
Daniel Vetter
1
-7
/
+4
2015-04-23
drm/i915: Remove misleading comment around bind_to_vm
Daniel Vetter
1
-4
/
+0
2015-04-20
drm/i915: Move vma vfuns to adddress_space
Daniel Vetter
1
-1
/
+1
2015-04-20
drm/i915: Simplify and fix object to display tracking
Tvrtko Ursulin
1
-24
/
+6
2015-04-16
drm/i915: Fix view type in warning message
Tvrtko Ursulin
1
-1
/
+1
2015-04-13
drm/i915: Remove obj->pin_mappable
Chris Wilson
1
-5
/
+1
2015-04-13
drm/i915: Optimistically spin for the request completion
Chris Wilson
1
-6
/
+38
2015-04-10
drm/i915: Move vm page allocation in proper place
Mika Kuoppala
1
-11
/
+0
2015-04-10
drm/i915: Remove request->uniq
Chris Wilson
1
-1
/
+0
2015-04-10
drm/i915: Prefer to check for idleness in worker rather than sync-flush
Chris Wilson
1
-1
/
+6
2015-04-10
drm/i915: Use a separate slab for vmas
Chris Wilson
1
-1
/
+6
2015-04-10
drm/i915: Use a separate slab for requests
Chris Wilson
1
-17
/
+24
2015-04-10
drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlists
Chris Wilson
1
-1
/
+0
2015-04-10
drm/i915: Split batch pool into size buckets
Chris Wilson
1
-1
/
+1
2015-04-10
drm/i915: Free batch pool when idle
Chris Wilson
1
-1
/
+12
2015-04-10
drm/i915: Split the batch pool by engine
Chris Wilson
1
-2
/
+0
2015-04-10
drm/i915: Re-enable RPS wait-boosting for all engines
Chris Wilson
1
-1
/
+1
2015-04-10
drm/i915: Deminish contribution of wait-boosting from clients
Chris Wilson
1
-27
/
+8
2015-04-10
drm/i915: Cache last obj->pages location for i915_gem_object_get_page()
Chris Wilson
1
-0
/
+4
2015-04-01
drm/i915: Move common request allocation code into a common function
John Harrison
1
-0
/
+37
2015-04-01
drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
John Harrison
1
-2
/
+2
2015-03-30
drm/i915: Add i915_gem_request_unreference__unlocked
Chris Wilson
1
-6
/
+2
2015-03-30
Merge tag 'v4.0-rc6' into drm-intel-next
Daniel Vetter
1
-17
/
+21
2015-03-27
drm/i915: Compare GGTT view structs instead of types
Joonas Lahtinen
1
-7
/
+9
2015-03-27
drm/i915: Add dynamic page trace events
Michel Thierry
1
-0
/
+2
2015-03-26
drm/i915: Keep ring->active_list and ring->requests_list consistent
Chris Wilson
1
-17
/
+21
2015-03-23
drm/i915/skl: Support secondary (rotated) frame buffer mapping
Tvrtko Ursulin
1
-1
/
+3
[next]