index
:
blackbird-op-linux
master
Blackbird™ 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_debugfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
2011-06-29
1
-6
/
+10
|
\
|
*
drm/i915: Don't call describe_obj on NULL pointers
Ben Widawsky
2011-06-29
1
-6
/
+10
*
|
drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3
Jesse Barnes
2011-06-29
1
-2
/
+2
*
|
drm/i915: load a ring frequency scaling table v3
Jesse Barnes
2011-06-28
1
-0
/
+39
|
/
*
drm/i915: Only print out the actual number of fences for i915_error_state
Daniel Vetter
2011-06-04
1
-1
/
+1
*
drm/i915: add fbc enable flag, but disable by default
Jesse Barnes
2011-05-17
1
-0
/
+3
*
drm/i915: forcewake debugfs fix
Ben Widawsky
2011-05-13
1
-2
/
+2
*
drm/i915: debugfs interface for forcewake reference count
Ben Widawsky
2011-05-10
1
-0
/
+80
*
drm/i915: forcewake struct mutex locking fixes
Ben Widawsky
2011-05-10
1
-2
/
+8
*
drm/i915: reference counted forcewake
Ben Widawsky
2011-05-10
1
-2
/
+2
*
drm/i915: Rename agp_type to cache_level
Chris Wilson
2011-05-10
1
-5
/
+6
*
drm/i915: debugfs for context information
Ben Widawsky
2011-05-10
1
-0
/
+25
*
drm/i915: report correct render clock frequencies on SNB
Jesse Barnes
2011-03-23
1
-4
/
+4
*
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-03-07
1
-2
/
+2
|
\
|
*
drm/i915: Do not overflow the MMADDR write FIFO
Chris Wilson
2011-03-06
1
-2
/
+2
*
|
drm/i915: cleanup per-pipe reg usage
Jesse Barnes
2011-02-07
1
-10
/
+10
*
|
drm/i915: Record all error ringbuffers
Chris Wilson
2011-01-28
1
-9
/
+14
*
|
drm/i915: tune Sandy Bridge DRPS constants
Jesse Barnes
2011-01-19
1
-1
/
+26
*
|
drm/i915: Trivial sparse fixes
Chris Wilson
2011-01-19
1
-4
/
+4
|
/
*
drm/i915/debugfs: Correct format after changing type of err object 'size'
Chris Wilson
2011-01-12
1
-1
/
+1
*
drm/i915/debugfs: Show all objects in the gtt
Chris Wilson
2011-01-11
1
-10
/
+43
*
drm/i915: Record AGP memory type upon error
Chris Wilson
2011-01-11
1
-2
/
+12
*
drm/i915: Record the error batchbuffer on each ring
Chris Wilson
2011-01-11
1
-1
/
+3
*
drm/i915: re-enable rc6 support for Ironlake+
Jesse Barnes
2011-01-11
1
-1
/
+25
*
drm/i915/debugfs: Show the per-ring IMR
Chris Wilson
2011-01-11
1
-1
/
+7
*
drm/i915: dynamic render p-state support for Sandy Bridge
Jesse Barnes
2010-12-18
1
-9
/
+45
*
drm/i915: Add self-refresh support on Sandybridge
Yuanhan Liu
2010-12-15
1
-1
/
+1
*
drm/i915: caps.has_rc6 is no longer used, remove it.
Chris Wilson
2010-12-05
1
-1
/
+0
*
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
Chris Wilson
2010-12-05
1
-45
/
+30
*
drm/i915: Defer accounting until read from debugfs
Chris Wilson
2010-11-25
1
-13
/
+71
*
drm/i915: More accurately track last fence usage by the GPU
Chris Wilson
2010-11-24
1
-1
/
+2
*
drm/i915: Record fence registers on error.
Chris Wilson
2010-11-23
1
-0
/
+3
*
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
2010-11-23
1
-34
/
+30
*
drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffers
Chris Wilson
2010-11-23
1
-3
/
+3
*
drm/i915: Capture interesting display registers on error
Chris Wilson
2010-11-22
1
-0
/
+3
*
drm/i915: Capture pinned buffers on error
Chris Wilson
2010-11-22
1
-24
/
+39
*
drm/i915: Remove the global irq wait queue
Chris Wilson
2010-11-11
1
-7
/
+1
*
drm/i915/debugfs: Report ring in error state
Chris Wilson
2010-11-01
1
-28
/
+34
*
drm/i915: Record BSD engine error state
Chris Wilson
2010-10-29
1
-0
/
+6
*
drm/i915/debugfs: Display the contents of the BLT and BSD status pages
Chris Wilson
2010-10-29
1
-3
/
+13
*
drm/i915: Record BLT engine error state
Chris Wilson
2010-10-29
1
-6
/
+13
*
drm/i915: Only enforce fence limits inside the GTT.
Chris Wilson
2010-10-29
1
-1
/
+2
*
drm/i915: Capture ERROR register on Sandybridge hangs
Chris Wilson
2010-10-27
1
-0
/
+3
*
drm/i915: add accounting for mappable objects in gtt v2
Daniel Vetter
2010-10-27
1
-0
/
+6
*
drm/i915: Remove the confusing global waiting/irq seqno
Chris Wilson
2010-10-27
1
-25
/
+19
*
drm/i915/debugfs: Include info for the other rings
Chris Wilson
2010-10-27
1
-41
/
+93
*
drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface
Chris Wilson
2010-10-27
1
-2
/
+2
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-10-26
1
-69
/
+267
|
\
|
*
drm/i915: IS_IRONLAKE is synonymous with gen == 5
Chris Wilson
2010-10-21
1
-2
/
+1
|
*
drm/i915: Enable SandyBridge blitter ring
Chris Wilson
2010-10-21
1
-0
/
+2
[next]