index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Always use kref tracking for all contexts.
Chris Wilson
2014-04-11
1
-1
/
+1
*
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2014-04-05
1
-23
/
+23
|
\
|
*
drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_t
Jani Nikula
2014-03-31
1
-23
/
+23
*
|
drm: Add support for two-ended allocation, v3
Lauri Kasanen
2014-04-04
1
-1
/
+2
|
/
*
drm/i915: Fix unsafe loop iteration over vma whilst unbinding them
Chris Wilson
2014-03-21
1
-2
/
+2
*
drm/i915: move pc8.irqs_disabled to pm.irqs_disabled
Paulo Zanoni
2014-03-19
1
-1
/
+1
*
Merge branch 'topic/dp-aux-rework' into drm-intel-next-queued
Daniel Vetter
2014-03-19
1
-1
/
+2
|
\
|
*
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
2014-03-18
1
-1
/
+2
|
|
\
|
|
*
drm: use anon-inode instead of relying on cdevs
David Herrmann
2014-03-16
1
-1
/
+2
*
|
|
drm/i915: Unbind all vmas whose new cache_level doesn't agree with the neighb...
Ville Syrjälä
2014-03-13
1
-2
/
+0
*
|
|
drm/i915: Do not force non-caching copies for pwrite along shmem path
Chris Wilson
2014-03-08
1
-3
/
+2
*
|
|
drm/i915: Process page flags once rather than per pwrite/pread
Chris Wilson
2014-03-08
1
-7
/
+2
|
/
/
*
|
drm/i915: Refactor shmem pread setup
Brad Volkin
2014-03-07
1
-14
/
+37
*
|
drm/i915: Make i915_gem_retire_requests_ring() static
Damien Lespiau
2014-03-05
1
-1
/
+2
*
|
drm/i915: Record pid/comm of hanging task
Chris Wilson
2014-03-05
1
-0
/
+1
*
|
drm/i915: Rely on accurate request tracking for finding hung batches
Chris Wilson
2014-03-05
1
-4
/
+6
*
|
drm/i915: Reset vma->mm_list after unbinding
Chris Wilson
2014-03-05
1
-1
/
+1
*
|
drm/i915: Don't ban default context when stop_rings!=0
Ville Syrjälä
2014-03-05
1
-6
/
+5
*
|
drm/i915: Accurately track when we mark the hardware as idle/busy
Chris Wilson
2014-03-05
1
-9
/
+5
|
/
*
drm/i915: Only bind each object rather than for every execbuffer
Daniel Vetter
2014-02-14
1
-8
/
+12
*
drm/i915: Directly return the vma from bind_to_vm
Daniel Vetter
2014-02-14
1
-12
/
+11
*
drm/i915: Simplify i915_gem_object_ggtt_unpin
Daniel Vetter
2014-02-14
1
-20
/
+0
*
drm/i915: split PIN_GLOBAL out from PIN_MAPPABLE
Daniel Vetter
2014-02-14
1
-2
/
+2
*
drm/i915: Consolidate binding parameters into flags
Daniel Vetter
2014-02-14
1
-37
/
+25
*
drm/i915: Flush GPU rendering with a lockless wait during a pagefault
Chris Wilson
2014-02-12
1
-3
/
+14
*
drm/i915: Downgrade *ERROR* message for invalid user input
Chris Wilson
2014-02-12
1
-7
/
+7
*
drm/i915: Always use INTEL_INFO() to access the device_info structure
Damien Lespiau
2014-02-12
1
-2
/
+3
*
drm/i915: Treat using a purged buffer as a source of EFAULT
Chris Wilson
2014-02-04
1
-3
/
+3
*
drm/i915: Convert EFAULT into a silent SIGBUS
Chris Wilson
2014-02-04
1
-0
/
+1
*
drm/i915: release mutex in i915_gem_init()'s error path
Mika Kuoppala
2014-02-04
1
-1
/
+3
*
drm/i915: Get rid of acthd based guilty batch search
Mika Kuoppala
2014-02-04
1
-91
/
+6
*
drm/i915: Use hangcheck score to find guilty context
Mika Kuoppala
2014-02-04
1
-13
/
+29
*
drm/i915: Tune down debug output when context is banned
Mika Kuoppala
2014-01-30
1
-1
/
+7
*
drm/i915: Use i915_hw_context to set reset stats
Mika Kuoppala
2014-01-30
1
-21
/
+23
*
drm/i915: GEN7_MSG_CONTROL is ivb-only
Daniel Vetter
2014-01-27
1
-3
/
+9
*
drm/i915: move module parameters into a struct, in a new file
Jani Nikula
2014-01-27
1
-2
/
+2
*
Merge branch 'topic/ppgtt' into drm-intel-next-queued
Daniel Vetter
2014-01-25
1
-131
/
+105
|
\
|
*
drm/i915: Place the Global GTT VM first in the list of VM
Chris Wilson
2014-01-25
1
-1
/
+1
|
*
drm/i915: Free requests after object release when retiring requests
Chris Wilson
2014-01-10
1
-26
/
+21
|
*
Revert "drm/i915: Do not allow buffers at offset 0"
Daniel Vetter
2013-12-18
1
-3
/
+1
|
*
drm/i915: Reject the pin ioctl on gen6+
Daniel Vetter
2013-12-18
1
-0
/
+3
|
*
drm/i915: Use multiple VMs -- the point of no return
Ben Widawsky
2013-12-18
1
-14
/
+8
|
*
Merge commit drm-intel-fixes into topic/ppgtt
Daniel Vetter
2013-12-18
1
-4
/
+3
|
|
\
|
*
|
drm/i915: Do not allow buffers at offset 0
Ben Widawsky
2013-12-18
1
-1
/
+3
|
*
|
drm/i915: Defer request freeing
Ben Widawsky
2013-12-18
1
-3
/
+10
|
*
|
drm/i915: Get context early in execbuf
Ben Widawsky
2013-12-18
1
-1
/
+1
|
*
|
drm/i915: Piggy back hangstats off of contexts
Ben Widawsky
2013-12-18
1
-1
/
+1
|
*
|
drm/i915: Do aliasing PPGTT init with contexts
Ben Widawsky
2013-12-18
1
-12
/
+1
|
*
|
drm/i915: PPGTT vfuncs should take a ppgtt argument
Ben Widawsky
2013-12-18
1
-1
/
+3
|
*
|
drm/i915: Split context enabling from init
Ben Widawsky
2013-12-18
1
-6
/
+18
[next]