summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Expose energy counter on SNB+ through debugfsJesse Barnes2013-08-231-0/+23
* drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfsBen Widawsky2013-08-221-6/+6
* drm/i915: Track when an object is pinned for use by the display engineChris Wilson2013-08-101-0/+2
* drm/i915: List objects allocated from stolen memory in debugfsChris Wilson2013-08-081-0/+63
* drm/i915: mm_list is per VMABen Widawsky2013-08-081-19/+35
* drm/i915: Silence a sparse warningVille Syrjälä2013-08-081-1/+1
* drm/i915: plumb VM into bind/unbind codeBen Widawsky2013-08-081-1/+1
* drm/i915: Update describe_objBen Widawsky2013-08-051-4/+16
* drm/i915: Rework drop caches for checkpatchBen Widawsky2013-08-051-6/+8
* drm/i915: Squelch repeated reasoning for why FBC cannot be activatedChris Wilson2013-08-041-0/+6
* drm/i915: Convert the register access tracepoint to be conditionalChris Wilson2013-07-251-1/+1
* drm/i915: Colocate all GT access routines in the same fileChris Wilson2013-07-251-6/+6
* drm/intel: add enable_psr module option and disable psr by defaultRodrigo Vivi2013-07-181-0/+3
* drm/i915: Match all PSR mode entry conditions before enabling it.Rodrigo Vivi2013-07-181-5/+37
* drm/i915: Added debugfs support for PSR StatusRodrigo Vivi2013-07-181-0/+95
* drm/i915: Move active/inactive lists to new mmBen Widawsky2013-07-171-6/+10
* drm/i915: Move gtt and ppgtt under address space umbrellaBen Widawsky2013-07-171-2/+2
* drm/i915: debugfs entries for [e]LLCBen Widawsky2013-07-161-0/+14
* drm/i915: move error state to own compilation unitMika Kuoppala2013-07-121-414/+1Star
* drm/i915: convert debugfs creation/destruction to tableDaniel Vetter2013-07-081-64/+30Star
* drm/i915: Getter/setter for object attributesBen Widawsky2013-07-081-12/+14
* drm/i915: introduce i915_error_state_buf_initMika Kuoppala2013-07-011-20/+30
* drm/i915: export error state ref handlingMika Kuoppala2013-07-011-9/+22
* drm/i915: export error state to string conversionMika Kuoppala2013-07-011-16/+8Star
* drm/i915: Move fbc members out of lineBen Widawsky2013-07-011-1/+1
* drm/i915: Fix a few style issues found by checkpatch.plDamien Lespiau2013-07-011-5/+4Star
* drm/i915: Use seq_puts/seq_putc when possibleDamien Lespiau2013-07-011-55/+55
* drm/i915: Fix reason for per-chip disabling of FBCDamien Lespiau2013-07-011-0/+3
* drm/i915: Break up the large vsnprintf() in print_error_buffers()Chris Wilson2013-07-011-30/+79
* drm/i915: s/LFP/LPF in DPIO PLL register namesVille Syrjälä2013-07-011-4/+4
* drm/i915: Introduce an HAS_IPS() macroDamien Lespiau2013-07-011-1/+1
* drm/i915: Track clients and print their object usage in debugfsChris Wilson2013-06-061-0/+42
* drm/i915: Rename the gtt_list to global_listBen Widawsky2013-06-031-5/+6
* drm/i915: add i915_ips_status debugfs entryPaulo Zanoni2013-05-311-0/+20
* drm/i915: add VEBOX into debugfsXiang, Haihao2013-05-311-0/+2
* drm/i915: change VLV IOSF sideband accessors to not return error codeJani Nikula2013-05-231-4/+3Star
* drm/i915: rename VLV IOSF sideband functions logicallyJani Nikula2013-05-231-12/+12
* drm/i915: avoid big kmallocs on reading error stateMika Kuoppala2013-05-231-59/+183
* drm/i915: Turn DEV_INFO_FLAGS into a foreach style macroDamien Lespiau2013-04-231-5/+5
* drm/i915: fix locking around punit access in cur_delayinfo for VLVJesse Barnes2013-04-231-0/+2
* drm/i915: turbo & RC6 support for VLV v7Jesse Barnes2013-04-181-9/+49
* drm/i915: Scale ring, rather than ia, frequency on HaswellChris Wilson2013-04-181-2/+5
* drm/i915: shorten debugfs output simple attributesMika Kuoppala2013-04-181-4/+4
* drm/i915: Better overclock supportBen Widawsky2013-04-181-0/+3
* Merge tag 'v3.9-rc5' into drm-intel-next-queuedDaniel Vetter2013-04-031-1/+1
|\
| * drm/i915: restrict kernel address leak in debugfsKees Cook2013-03-131-1/+1
* | Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter2013-03-191-1/+1
|\|