summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add port power domainsImre Deak2014-03-071-0/+22
* drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe)Damien Lespiau2014-03-051-7/+7
* drm/i915: Don't declare unnecessary shadowing variableDamien Lespiau2014-03-051-1/+0
* drm/i915: Add reason for capture in error stateMika Kuoppala2014-03-051-3/+2
* drm/i915: kill dev_priv->pc8.gpu_idlePaulo Zanoni2014-03-051-1/+1
* drm/i915: get/put runtime PM in more places at i915_debugfs.cPaulo Zanoni2014-03-051-0/+17
* drm/i915: print connector mode list in display_infoJesse Barnes2014-03-051-0/+4
* drm/i915/bdw: Kill ppgtt->num_pt_pagesBen Widawsky2014-03-051-1/+1
* drm/i915: get/put runtime PM without holding rps.hw_lockPaulo Zanoni2014-03-041-5/+7
* drm/i915: don't reference null pointer at i915_sink_crcPaulo Zanoni2014-02-131-0/+3
* drm/i915: add a display info file to debugfs v2Jesse Barnes2014-02-121-0/+159
* drm/i915: Restore rps/rc6 on resetJeff McGee2014-02-071-8/+41
* drm/i915: Add debugfs hooks for messign with watermark latenciesVille Syrjälä2014-01-281-0/+171
* drm/i915: debugfs: Add support for probing DP sink CRC.Rodrigo Vivi2014-01-271-0/+39
* Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter2014-01-251-5/+35
|\
| * drm/i915: Dump all ppgttBen Widawsky2013-12-181-0/+25
| * drm/i915: Add PPGTT dumperBen Widawsky2013-12-181-0/+1
| * drm/i915: Make pin count per VMABen Widawsky2013-12-181-5/+9
* | drm/i915: Kill dev_priv->irq_receivedVille Syrjälä2014-01-241-2/+0
* | drm/i915/vlv: Add drpc debugfs support for valleyviewDeepak S2014-01-101-1/+47
* | drm/i915: Drop I915_ prefix from HAS_FBCDaniel Vetter2014-01-101-1/+1
* | drm/i915/bdw: don't try to check IPS state on BDW v2Jesse Barnes2014-01-081-1/+1
* | drm/i915: Fix refcount leak and possible NULL pointerdereference.Tetsuo Handa2014-01-061-1/+11
* | drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabledJani Nikula2013-12-161-4/+0
* | drm/i915: fix return value check of debugfs_create_file()Wei Yongjun2013-12-161-6/+6
* | drm/i915: add some runtime PM get/put callsPaulo Zanoni2013-12-101-3/+42
|/
* drm/i915: Enabling DebugFS for valleyview forcewake countsDeepak S2013-11-281-3/+11
* drm/i915: Add power well arguments to force wake routines.Deepak S2013-11-281-4/+4
* drm/i915: add a debugfs entry for power domain infoImre Deak2013-11-261-0/+71
* drm/i915: Demote drop_caches_set printBen Widawsky2013-11-261-1/+1
* i915, debugfs: Fix uninitialized warningBorislav Petkov2013-11-211-1/+1
* Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter2013-11-151-14/+99
|\
| * 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: Make the debugfs structures constLespiau, Damien2013-11-061-2/+2
* | | drm/i915: Reject opening of pipe crc files for invalid pipesDaniel Vetter2013-11-141-0/+3
* | | drm/i915: Use for_each_pipe in intel_display_crc_initDaniel Vetter2013-11-141-3/+3
* | | drm/i915/vlv: Rename VLV DPIO register to be more structure to match configdb...Chon Ming Lee2013-11-081-20/+20
* | | drm/i915: Initialise min/max frequencies before updating RPS registersChris Wilson2013-11-071-1/+1
* | | drm/i915/vlv: For i915_cur_delayinfo, the max frequency reporting wrong value.Chon Ming Lee2013-11-071-2/+2
* | | drm/i915: Pass dev_priv to vlv_gpu_freq() and vlv_freq_opcode()Ville Syrjälä2013-11-061-10/+7
| |/ |/|
* | 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
OpenPOWER on IntegriCloud