index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
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
*
Merge tag 'v4.0-rc6' into drm-intel-next
Daniel Vetter
2015-03-30
1
-17
/
+21
|
\
|
*
drm/i915: Keep ring->active_list and ring->requests_list consistent
Chris Wilson
2015-03-26
1
-17
/
+21
*
|
drm/i915: Compare GGTT view structs instead of types
Joonas Lahtinen
2015-03-27
1
-7
/
+9
*
|
drm/i915: Add dynamic page trace events
Michel Thierry
2015-03-27
1
-0
/
+2
*
|
drm/i915/skl: Support secondary (rotated) frame buffer mapping
Tvrtko Ursulin
2015-03-23
1
-1
/
+3
*
|
drm/i915: Use GGTT view when (un)pinning objects to planes
Tvrtko Ursulin
2015-03-23
1
-9
/
+13
*
|
drm/i915: Track page table reload need
Ben Widawsky
2015-03-20
1
-0
/
+4
*
|
drm/i915: Track GEN6 page table usage
Ben Widawsky
2015-03-20
1
-0
/
+9
*
|
drm/i915: Extract i915_gem_shrinker.c
Daniel Vetter
2015-03-20
1
-271
/
+3
*
|
drm/i915: Turn on PIN_GLOBAL in i915_gem_object_ggtt_pin
Tvrtko Ursulin
2015-03-20
1
-1
/
+1
*
|
drm/i915: Do not use ggtt_view with (aliasing) PPGTT
Joonas Lahtinen
2015-03-20
1
-39
/
+135
*
|
Merge tag 'drm-intel-fixes-2015-03-19' into drm-intel-next
Daniel Vetter
2015-03-20
1
-5
/
+20
|
\
\
|
|
/
|
*
drm/i915: Prevent TLB error on first execution on SNB
Chris Wilson
2015-03-10
1
-2
/
+16
|
*
drm/i915: Make WAIT_IOCTL negative timeouts be indefinite again
Chris Wilson
2015-03-10
1
-3
/
+4
*
|
drm/i915: also do frontbuffer tracking on pwrites
Paulo Zanoni
2015-03-17
1
-5
/
+18
*
|
drm/i915: pass which operation triggered the frontbuffer tracking
Paulo Zanoni
2015-03-17
1
-2
/
+2
*
|
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
2015-03-09
1
-2
/
+1
|
\
\
|
|
/
|
*
drm/i915: Fix a use after free, and unbalanced refcounting
Nick Hoath
2015-02-24
1
-2
/
+1
*
|
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-03-09
1
-28
/
+2
|
\
\
|
*
|
drm/i915: Clarify obj->map_and_fenceable
Chris Wilson
2015-02-27
1
-1
/
+1
|
*
|
drm/i915: Remove DRIVER_MODESET checks from gem code
Daniel Vetter
2015-02-27
1
-14
/
+0
|
*
|
drm/i915: Cache ringbuf pointer in request structure
John Harrison
2015-02-25
1
-13
/
+1
*
|
|
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-03-05
1
-0
/
+9
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
drm/i915: Add process identifier to requests
Mika Kuoppala
2015-02-13
1
-0
/
+4
|
*
drm/i915: Partition the fence registers for vGPU in i915 driver
Yu Zhang
2015-02-13
1
-0
/
+5
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-02-16
1
-361
/
+311
|
\
\
|
|
/
|
*
Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"
Chris Wilson
2015-01-28
1
-1
/
+1
|
*
drm/i915: Convert hangcheck from a timer into a delayed work item
Chris Wilson
2015-01-28
1
-1
/
+1
|
*
drm/i915: Simplify flush_cpu_write_domain
Daniel Vetter
2015-01-27
1
-8
/
+6
|
*
drm/i915: Performed deferred clflush inside set-cache-level
Chris Wilson
2015-01-27
1
-22
/
+9
|
*
drm/i915: Balance context pinning on reset cleanup
Mika Kuoppala
2015-01-27
1
-0
/
+4
|
*
drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request
Nick Hoath
2015-01-27
1
-6
/
+6
|
*
drm/i915: Remove FIXME_lrc_ctx backpointer
Nick Hoath
2015-01-27
1
-3
/
+2
[next]