summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-261-26/+228
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
| |\ \
| | * \ Merge branch 'master' into for-nextJiri Kosina2013-01-291-30/+39
| | |\ \
| | * | | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | | | drm/i915: use simple attribute in debugfs routinesKees Cook2013-03-131-302/+104Star
* | | | | drm/i915: Capture current context on errorBen Widawsky2013-03-051-0/+17
| |_|_|/ |/| | |
* | | | drm/i915: Print the hw context status is debugfsBen Widawsky2013-02-201-1/+10
* | | | drm/i915: add missing \n to UTS_RELEASE in the error_stateJani Nikula2013-02-201-1/+1
* | | | Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie2013-02-081-0/+5
|\| | |
| * | | drm/i915: dump UTS_RELEASE into the error_stateDaniel Vetter2013-01-231-0/+2
| | |/ | |/|
| * | drm/i915: Record DERRMR, FORCEWAKE and RING_CTL in error-stateChris Wilson2013-01-151-0/+3
* | | Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet...Dave Airlie2013-02-081-11/+120
|\ \ \
| * | | drm/i915: Fix CAGF for HSWBen Widawsky2013-01-311-3/+7