aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)Author
2013-10-16drm/i915: Make switching to the same CRC source a no-opDamien Lespiau
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau
2013-10-16drm/i915: Add a control file for pipe CRCsDaniel Vetter
2013-10-16drm/i915: Expose latest 200 CRC value for pipe through debugfsShuang He
2013-10-11drm/i915: Kconfig option to disable the legacy fbdev supportDaniel Vetter
2013-10-10drm/i915: Finish enabling rps before use by sysfs or debugfsTom O'Rourke
2013-10-10drm/i915: Remove yet another unused defineDamien Lespiau
2013-10-03drm/i915: Simplify PSR debugfsRodrigo Vivi
2013-10-03drm/i915: Fix __wait_seqno to use true infinite timeoutsChris Wilson
2013-10-01drm/i915: Calculate PSR register offsets from base + genBen Widawsky
2013-10-01drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter
2013-09-19drm/i915: Do remaps for all contextsBen Widawsky
2013-09-19drm/i915: Keep a list of all contextsBen Widawsky
2013-09-13drm/i915: Remove extra "ring"Ben Widawsky
2013-09-05drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2Chon Ming Lee
2013-09-03drm/i915: Report requested frequency alongside current frequency in debugfsChris Wilson
2013-08-23drm/i915: Print seqnos as unsigned in debugfsVille Syrjälä
2013-08-23drm/i915: add i915_pc8_status debugfs filePaulo Zanoni
2013-08-23drm/i915: Expose energy counter on SNB+ through debugfsJesse Barnes
2013-08-22drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfsBen Widawsky
2013-08-10drm/i915: Track when an object is pinned for use by the display engineChris Wilson
2013-08-08drm/i915: List objects allocated from stolen memory in debugfsChris Wilson
2013-08-08drm/i915: mm_list is per VMABen Widawsky
2013-08-08drm/i915: Silence a sparse warningVille Syrjälä
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky
2013-08-05drm/i915: Update describe_objBen Widawsky
2013-08-05drm/i915: Rework drop caches for checkpatchBen Widawsky
2013-08-04drm/i915: Squelch repeated reasoning for why FBC cannot be activatedChris Wilson
2013-07-25drm/i915: Convert the register access tracepoint to be conditionalChris Wilson
2013-07-25drm/i915: Colocate all GT access routines in the same fileChris Wilson
2013-07-18drm/intel: add enable_psr module option and disable psr by defaultRodrigo Vivi
2013-07-18drm/i915: Match all PSR mode entry conditions before enabling it.Rodrigo Vivi
2013-07-18drm/i915: Added debugfs support for PSR StatusRodrigo Vivi
2013-07-17drm/i915: Move active/inactive lists to new mmBen Widawsky
2013-07-17drm/i915: Move gtt and ppgtt under address space umbrellaBen Widawsky
2013-07-16drm/i915: debugfs entries for [e]LLCBen Widawsky
2013-07-12drm/i915: move error state to own compilation unitMika Kuoppala
2013-07-08drm/i915: convert debugfs creation/destruction to tableDaniel Vetter
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky
2013-07-01drm/i915: introduce i915_error_state_buf_initMika Kuoppala
2013-07-01drm/i915: export error state ref handlingMika Kuoppala
2013-07-01drm/i915: export error state to string conversionMika Kuoppala
2013-07-01drm/i915: Move fbc members out of lineBen Widawsky
2013-07-01drm/i915: Fix a few style issues found by checkpatch.plDamien Lespiau
2013-07-01drm/i915: Use seq_puts/seq_putc when possibleDamien Lespiau
2013-07-01drm/i915: Fix reason for per-chip disabling of FBCDamien Lespiau
2013-07-01drm/i915: Break up the large vsnprintf() in print_error_buffers()Chris Wilson
2013-07-01drm/i915: s/LFP/LPF in DPIO PLL register namesVille Syrjälä
2013-07-01drm/i915: Introduce an HAS_IPS() macroDamien Lespiau