summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | drm/i915: clear up wedged transitionsDaniel Vetter2013-01-201-1/+1
| * | | drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter2013-01-201-1/+1
| * | | drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter2013-01-201-5/+5
| * | | drm/i915: Remove use of gtt_mappable_entriesBen Widawsky2013-01-201-1/+1
| * | | drm/i915: Create a gtt structureBen Widawsky2013-01-171-2/+2
| * | | drm/i915: Remove gtt_mappable_totalBen Widawsky2013-01-171-1/+2
| * | | drm/i915: Add a debug interface to forcibly evict and shrink our object cachesChris Wilson2013-01-171-0/+104
* | | | Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-01-201-6/+9
|\ \ \ \ | |/ / / |/| | |
| * | | drm/i915: dump refcount into framebuffer debugfs fileDaniel Vetter2013-01-201-4/+6
| * | | drm: revamp locking around fb creation/destructionDaniel Vetter2013-01-201-2/+3
| |/ /
* | | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-171-7/+88
|\ \ \ | |/ / |/| |
| * | drm/i915: Make next_seqno debugs entry to use i915_gem_set_seqnoMika Kuoppala2012-12-191-10/+1Star
| * | drm/i915: rework locking for intel_dpio|sbi_read|writeDaniel Vetter2012-12-121-2/+2
| * | drm/i915: Fix debugfs seqno info print to use uintMika Kuoppala2012-12-051-1/+1
| * | drm/i915: Add debugfs entry to read/write next_seqnoMika Kuoppala2012-12-051-0/+88
| * | drm/i915: fixup sparse warningsDaniel Vetter2012-12-031-2/+2
| * | drm/i915: Allow objects to be created with no backing pages, but stolen spaceChris Wilson2012-11-301-0/+2
| * | drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domainsChris Wilson2012-11-291-2/+2
* | | drm/i915: Close race between processing unpin task and queueing the flipChris Wilson2012-12-061-2/+2
|/ /
* | drm/i915: Include the last semaphore sync point in the error-stateChris Wilson2012-11-291-4/+6
* | drm/i915: Missed lock change with rps lockBen Widawsky2012-11-111-1/+3
* | drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes2012-11-111-10/+10
* | drm/i915: move pwrctx/renderctx to the other ilk power stateDaniel Vetter2012-11-111-4/+4
* | Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter2012-10-221-3/+2Star
|\|
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-115/+136
| |\
| * | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
| * | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* | | drm/i915: Add rc6vids to debugfsBen Widawsky2012-10-161-1/+8