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
*
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-01-10
1
-294
/
+241
|
\
|
*
drm/i915: Organize Fence registers for future enablement.
Rodrigo Vivi
2014-12-17
1
-11
/
+6
|
*
drm/i915: Use batch pools with the command parser
Brad Volkin
2014-12-16
1
-0
/
+2
|
*
drm/i915: Implement a framework for batch buffer pools
Brad Volkin
2014-12-16
1
-0
/
+1
|
*
drm/i915: Infrastructure for supporting different GGTT views per object
Tvrtko Ursulin
2014-12-15
1
-42
/
+67
|
*
drm/i915: release struct_mutex on the i915_gem_init_hw fail path
Jani Nikula
2014-12-05
1
-9
/
+7
|
*
drm/i915: Stop putting GGTT VMA at the head of the list
Tvrtko Ursulin
2014-12-04
1
-4
/
+6
|
*
drm/i915: Move init_unused_rings to gem_init_hw
Daniel Vetter
2014-12-03
1
-8
/
+8
|
*
drm/i915: Only init engines once
Daniel Vetter
2014-12-03
1
-3
/
+10
|
*
drm/i915: Convert 'trace_irq' to use requests rather than seqnos
John Harrison
2014-12-03
1
-4
/
+3
|
*
drm/i915: Remove the now redundant 'obj->ring'
John Harrison
2014-12-03
1
-12
/
+20
|
*
drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
John Harrison
2014-12-03
1
-18
/
+8
|
*
drm/i915: Connect requests to rings at creation not submission
John Harrison
2014-12-03
1
-1
/
+0
|
*
drm/i915: Convert trace functions from seqno to request
John Harrison
2014-12-03
1
-7
/
+5
|
*
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
2014-12-03
1
-5
/
+2
|
*
drm/i915: Convert __wait_seqno() to __wait_request()
John Harrison
2014-12-03
1
-25
/
+20
|
*
drm/i915: Convert i915_wait_seqno to i915_wait_request
Daniel Vetter
2014-12-03
1
-17
/
+19
|
*
drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno
John Harrison
2014-12-03
1
-17
/
+11
|
*
drm/i915: Remove 'outstanding_lazy_seqno'
John Harrison
2014-12-03
1
-8
/
+5
|
*
drm/i915: Ensure requests stick around during waits
John Harrison
2014-12-03
1
-3
/
+18
|
*
drm/i915: Convert i915_gem_ring_throttle to use requests
John Harrison
2014-12-03
1
-7
/
+6
|
*
drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
John Harrison
2014-12-03
1
-30
/
+41
|
*
drm/i915: Add reference count to request structure
John Harrison
2014-12-03
1
-6
/
+14
|
*
drm/i915: Assert that we successfully downclock the GPU before suspend
Chris Wilson
2014-12-03
1
-0
/
+5
|
*
drm/i915: Remove user pinning code
Daniel Vetter
2014-12-03
1
-103
/
+3
*
|
Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"
Dave Airlie
2014-12-24
1
-23
/
+5
*
|
drm/i915: Handle inaccurate time conversion issues
Daniel Vetter
2014-12-05
1
-0
/
+10
*
|
drm/i915: compute wait_ioctl timeout correctly
Daniel Vetter
2014-12-05
1
-1
/
+2
|
/
*
drm/i915: Fix context object leak for legacy contexts
Thomas Daniel
2014-12-03
1
-4
/
+6
*
drm/i915: Disallow pin ioctl completely for kms drivers
Daniel Vetter
2014-12-03
1
-1
/
+4
*
Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
2014-12-03
1
-195
/
+202
|
\
|
*
drm/i915: Pin tiled objects for L-shaped configs
Daniel Vetter
2014-11-20
1
-0
/
+19
|
*
drm/i915: Can i915_gem_init_ioctl
Daniel Vetter
2014-11-20
1
-27
/
+0
|
*
drm/i915: Sanitize ->lastclose
Daniel Vetter
2014-11-20
1
-13
/
+0
|
*
drm/i915: Ditch dev_priv->ums.mm_suspend
Daniel Vetter
2014-11-20
1
-18
/
+6
|
*
drm/i915: No-Op enter/leave vt gem ioctl
Daniel Vetter
2014-11-19
1
-55
/
+0
|
*
drm/i915: Remove DRI1 ring accessors and API
Chris Wilson
2014-11-19
1
-4
/
+0
|
*
drm/i915/bdw: Pin the context backing objects to GGTT on-demand
Oscar Mateo
2014-11-19
1
-14
/
+25
|
*
drm/i915/bdw: Clean up execlist queue items in retire_work
Thomas Daniel
2014-11-19
1
-0
/
+9
|
*
drm/i915: Make the physical object coherent with GTT
Chris Wilson
2014-11-14
1
-64
/
+143
*
|
drm/gem: Warn on illegal use of the dumb buffer interface v2
Thomas Hellstrom
2014-11-21
1
-5
/
+23
|
/
*
drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqno
Ander Conselvan de Oliveira
2014-11-07
1
-9
/
+11
*
drm/i915: Request PIN_GLOBAL when pinning a vma for GTT relocations
Chris Wilson
2014-11-07
1
-1
/
+4
*
drm/i915: Only mark as map-and-fenceable when bound into the GGTT
Chris Wilson
2014-11-07
1
-14
/
+25
*
drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()
John Harrison
2014-11-07
1
-4
/
+3
*
drm/i915: Move flags describing VMA mappings into the VMA
Tvrtko Ursulin
2014-11-04
1
-2
/
+2
*
drm/i915: Correctly reject invalid flags for wait_ioctl
Daniel Vetter
2014-10-24
1
-0
/
+3
*
drm/i915: Document that mmap forwarding is discouraged
Daniel Vetter
2014-10-24
1
-0
/
+10
*
drm/i915: Suppress no action noise from oom shrinker
Chris Wilson
2014-10-24
1
-2
/
+3
*
drm/i915: Report the current number of bytes freed during oom
Chris Wilson
2014-10-24
1
-4
/
+4
[next]