summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie2013-11-101-12/+97
|\
| * drm/i915/bdw: ppgtt info in debugfsBen Widawsky2013-11-081-7/+42
| * drm/i915/bdw: debugfs updatesBen Widawsky2013-11-081-3/+7
| * drm/i915/bdw: Add interrupt info to debugfsBen Widawsky2013-11-081-2/+48
* | Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-081-36/+321
|\|
| * drm/i915: Enable DP port CRC for the "auto" source on g4x/vlvDaniel Vetter2013-11-011-2/+17
| * drm/i915: scramble reset support for DP port CRC on vlvDaniel Vetter2013-11-011-0/+46
| * drm/i915: scramble reset support for DP port CRC on g4xDaniel Vetter2013-11-011-0/+52
| * drm/i916: add "auto" pipe CRC sourceDaniel Vetter2013-11-011-15/+76
| * drm/i915: Use a spin lock to protect the pipe crc structDamien Lespiau2013-10-221-20/+46
| * drm/i915: Wire up CRC for vlvDaniel Vetter2013-10-211-3/+25
| * drm/i915: Wire up gen2 CRC supportDaniel Vetter2013-10-211-2/+21
| * drm/i915: Wire up CRC support for gen3/4Daniel Vetter2013-10-211-2/+42
| * drm/i915: Add new CRC sourcesDaniel Vetter2013-10-211-6/+10
* | drm/i915: Make the debugfs structures constLespiau, Damien2013-11-061-2/+2
|/
* drm/i915: crc support for hswDaniel Vetter2013-10-181-1/+1
* drm/i915: fix CRC debugfs setupDaniel Vetter2013-10-181-2/+1
* drm/i915: wait one vblank when disabling CRCsDaniel Vetter2013-10-181-0/+2
* drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter2013-10-181-17/+57
* drm/i915: don't Oops in debugfs for I915_FBDEV=nDaniel Vetter2013-10-181-1/+1
* drm/i915: constify harderDaniel Vetter2013-10-161-2/+2
* drm/i915: Enable pipe CRCsDamien Lespiau2013-10-161-3/+0
* drm/i915: Only one open() allowed on pipe CRC result filesDamien Lespiau2013-10-161-0/+16
* drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau2013-10-161-19/+145
* drm/i915: Move drm_add_fake_info_node() higher in the fileDamien Lespiau2013-10-161-26/+26
* drm/i915: Add log messages when CRCs collection is started/stoppedDamien Lespiau2013-10-161-0/+6
* drm/i915: Rename i915_pipe_crc_ctl to i915_display_crc_ctlDamien Lespiau2013-10-161-21/+21
* drm/i915: Generalize the CRC command format for future workDamien Lespiau2013-10-161-13/+43
* drm/i915: Dynamically allocate the CRC circular bufferDamien Lespiau2013-10-161-0/+12
* drm/i915: Empty the circular buffer when asked for a new sourceDamien Lespiau2013-10-161-0/+6
* drm/i915: Enforce going back to none before changing CRC sourceDamien Lespiau2013-10-161-0/+4
* drm/i915: Make switching to the same CRC source a no-opDamien Lespiau2013-10-161-1/+5
* drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau2013-10-161-2/+2
* drm/i915: Keep the CRC values into a circular bufferDamien Lespiau2013-10-161-8/+12
* drm/i915: Add a control file for pipe CRCsDaniel Vetter2013-10-161-2/+215
* drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He2013-10-161-0/+33
* drm/i915: Kconfig option to disable the legacy fbdev supportDaniel Vetter2013-10-111-4/+5
* drm/i915: Finish enabling rps before use by sysfs or debugfsTom O'Rourke2013-10-101-0/+12
* drm/i915: Remove yet another unused defineDamien Lespiau2013-10-101-3/+0
* drm/i915: Simplify PSR debugfsRodrigo Vivi2013-10-031-118/+11
* drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson2013-10-031-0/+68
* drm/i915: Calculate PSR register offsets from base + genBen Widawsky2013-10-011-4/+5
* drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-011-1/+1
* drm/i915: Do remaps for all contextsBen Widawsky2013-09-191-0/+8
* drm/i915: Keep a list of all contextsBen Widawsky2013-09-191-6/+9
* drm/i915: Remove extra "ring"Ben Widawsky2013-09-131-1/+1
* drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2Chon Ming Lee2013-09-051-9/+9
* drm/i915: Report requested frequency alongside current frequency in debugfsChris Wilson2013-09-031-1/+10
* drm/i915: Print seqnos as unsigned in debugfsVille Syrjälä2013-08-231-1/+1
* drm/i915: add i915_pc8_status debugfs filePaulo Zanoni2013-08-231-0/+26