summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter1-2/+2
2014-06-04drm/i915: replace drm_get_encoder_name() with direct name field useJani Nikula1-1/+1
2014-06-04drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula1-2/+2
2014-05-22drm/i915: Kill private_default_ctx offOscar Mateo1-3/+4
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo1-3/+3
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo1-8/+8
2014-05-20drm/i915/chv: Add cursor pipe offsetsVille Syrjälä1-7/+2
2014-05-14drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcsDamien Lespiau1-2/+2
2014-05-13drm/i915: Use ilk_wm_max_level() in latency debugfs filesDamien Lespiau1-2/+2
2014-05-13drm/i915: Don't cast void* pointersDamien Lespiau1-37/+37
2014-05-12drm/i915/chv: Add Cherryview interrupt registers into debugfsVille Syrjälä1-1/+41
2014-05-05drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_infoChris Wilson1-0/+3
2014-05-05drm/i915: get a runtime PM ref for debugfs entries where neededImre Deak1-0/+10
2014-05-05drm/i915: remove the i915_dpio debugfs entryImre Deak1-48/+0
2014-05-05drm/i915: vlv: add RC6 residency countersImre Deak1-0/+5
2014-04-09Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-2/+2
2014-04-05Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-31/+33
2014-04-03drm/i915: Fix debugfs PDP register dumpVille Syrjälä1-2/+1
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-38/+110
2014-04-02drm/i915: Allow i915_pc8_status debug info on BDWZhenyu Wang1-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-2/+2
2014-04-01drm/i915: Match debugfs interface name to new RPS namingDeepak S1-2/+2
2014-04-01drm/i915: Add PM interrupt details and RPS thresholds to debugfsChris Wilson1-1/+15
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