index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_debugfs.c
Age
Commit message (
Expand
)
Author
2010-08-09
drm/i915: Capture the overlay status upon a GPU hang.
Chris Wilson
2010-07-26
drm/i915: disable FBC when more than one pipe is active
Jesse Barnes
2010-07-01
drm/i915: don't access FW_BLC_SELF on 965G
Jesse Barnes
2010-05-26
drm/i915: Clean up leftover bits from hws move to ring structure.
Eric Anholt
2010-05-26
drm/i915: add power monitoring support
Jesse Barnes
2010-05-26
drm/i915: convert some gem structures to per-ring V2
Zou Nan hai
2010-05-26
drm/i915: introduce intel_ring_buffer structure (V2)
Zou Nan hai
2010-05-26
drm/i915: Rename dev_priv->ring to dev_priv->render_ring.
Eric Anholt
2010-05-07
drm/i915: Make fbc control wrapper functions
Adam Jackson
2010-04-20
drm/i915: drop pointer to drm_gem_object
Daniel Vetter
2010-04-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-25
drm/i915: introduce to_intel_bo helper
Daniel Vetter
2010-02-26
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
Eric Anholt
2010-02-22
drm/i915: Record batch buffer following GPU error
Chris Wilson
2010-02-22
drm/i915: provide self-refresh status in debugfs
Jesse Barnes
2010-02-22
drm/i915: provide FBC status in debugfs
Jesse Barnes
2010-02-22
drm/i915: add dynamic performance control support for Ironlake
Jesse Barnes
2010-01-27
drm/i915: Selectively enable self-reclaim
Chris Wilson
2010-01-06
drm/i915: remove full registers dump debug
Zhenyu Wang
2009-12-15
drm/i915: In the debugfs interface, unmap our address instead of the page's.
Eric Anholt
2009-12-07
drm/i915: Report purgeable status in buffer lists.
Chris Wilson
2009-12-07
drm/i915: Fix product names and #defines
Adam Jackson
2009-11-30
drm/i915: Unregister i915_wedged debugfs entry using the right key
Kristian Høgsberg
2009-11-05
drm/i915: debugfs interface to manually reset the GPU
Chris Wilson
2009-11-05
drm/i915: Avoid potential sleep whilst holding spinlock
Chris Wilson
2009-09-17
drm/i915: Include buffer size and dirty state in debugfs lists
Chris Wilson
2009-09-06
drm/i915: Pad ringbuffer with NOOPs before wrapping
Chris Wilson
2009-09-04
drm/i915: update debugfs interrupt info on IGDNG
Zhenyu Wang
2009-09-04
drm/i915: Add i915 register dumping debugfs file
Ben Gamari
2009-09-04
drm/i915: Move i915_gem_debugfs.c to i915_debugfs.c
Ben Gamari