summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-31/+33
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-38/+110
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-2/+2
2014-04-01drm/i915: don't get/put runtime PM at the debugfs forcewake filePaulo Zanoni1-2/+0
2014-04-01drm/i915: don't read cursor registers on powered down pipesPaulo Zanoni1-6/+7
2014-04-01drm/i915: get runtime PM at i915_display_infoPaulo Zanoni1-0/+3
2014-03-31drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-23/+23
2014-03-20drm/i915: Print how many objects are shared in per-process statsChris Wilson1-2/+8
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson1-9/+40
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky1-13/+13
2014-03-19drm/i915: kill struct i915_package_c8Paulo Zanoni1-2/+0
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni1-1/+1
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni1-1/+0
2014-03-19drm/i915: kill pc8.disable_countPaulo Zanoni1-1/+0
2014-03-19drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni1-2/+0
2014-03-13drm/i915: Remove erronous WARN in the vlv pipe crc codeDaniel Vetter1-2/+0
2014-03-12drm/i915: Show cursor status in debugfs/i915_display_infoChris Wilson1-7/+50
2014-03-07drm/i915: add port power domainsImre Deak1-0/+22
2014-03-05drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe)Damien Lespiau1-7/+7
2014-03-05drm/i915: Don't declare unnecessary shadowing variableDamien Lespiau1-1/+0
2014-03-05drm/i915: Add reason for capture in error stateMika Kuoppala1-3/+2
2014-03-05drm/i915: kill dev_priv->pc8.gpu_idlePaulo Zanoni1-1/+1
2014-03-05drm/i915: get/put runtime PM in more places at i915_debugfs.cPaulo Zanoni1-0/+17
2014-03-05drm/i915: print connector mode list in display_infoJesse Barnes1-0/+4
2014-03-05drm/i915/bdw: Kill ppgtt->num_pt_pagesBen Widawsky1-1/+1
2014-03-04drm/i915: get/put runtime PM without holding rps.hw_lockPaulo Zanoni1-5/+7
2014-02-13drm/i915: don't reference null pointer at i915_sink_crcPaulo Zanoni1-0/+3
2014-02-12drm/i915: add a display info file to debugfs v2Jesse Barnes1-0/+159
2014-02-07drm/i915: Restore rps/rc6 on resetJeff McGee1-8/+41
2014-01-28drm/i915: Add debugfs hooks for messign with watermark latenciesVille Syrjälä1-0/+171
2014-01-27drm/i915: debugfs: Add support for probing DP sink CRC.Rodrigo Vivi1-0/+39
2014-01-25Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter1-5/+35
2014-01-24drm/i915: Kill dev_priv->irq_receivedVille Syrjälä1-2/+0
2014-01-10drm/i915/vlv: Add drpc debugfs support for valleyviewDeepak S1-1/+47
2014-01-10drm/i915: Drop I915_ prefix from HAS_FBCDaniel Vetter1-1/+1
2014-01-08drm/i915/bdw: don't try to check IPS state on BDW v2Jesse Barnes1-1/+1
2014-01-06drm/i915: Fix refcount leak and possible NULL pointerdereference.Tetsuo Handa1-1/+11
2013-12-18drm/i915: Dump all ppgttBen Widawsky1-0/+25
2013-12-18drm/i915: Add PPGTT dumperBen Widawsky1-0/+1
2013-12-18drm/i915: Make pin count per VMABen Widawsky1-5/+9
2013-12-16drm/i915: only build i915_debugfs.c when CONFIG_DEBUG_FS is enabledJani Nikula1-4/+0
2013-12-16drm/i915: fix return value check of debugfs_create_file()Wei Yongjun1-6/+6
2013-12-10drm/i915: add some runtime PM get/put callsPaulo Zanoni1-3/+42
2013-11-28drm/i915: Enabling DebugFS for valleyview forcewake countsDeepak S1-3/+11
2013-11-28drm/i915: Add power well arguments to force wake routines.Deepak S1-4/+4
2013-11-26drm/i915: add a debugfs entry for power domain infoImre Deak1-0/+71
2013-11-26drm/i915: Demote drop_caches_set printBen Widawsky1-1/+1
2013-11-21i915, debugfs: Fix uninitialized warningBorislav Petkov1-1/+1
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter1-14/+99
2013-11-14drm/i915: Reject opening of pipe crc files for invalid pipesDaniel Vetter1-0/+3