summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_debugfs.c
AgeCommit message (Expand)Author
2014-06-24drm/i915: Hold the table lock whilst walking the file's idr and counting the ...Chris Wilson
2014-06-05drm/i915: Always apply cursor width changesChris Wilson
2014-06-05drm/i915: Add fifo underrun reporting state to debugfsDaniel Vetter
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter
2014-06-04drm/i915: replace drm_get_encoder_name() with direct name field useJani Nikula
2014-06-04drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula
2014-05-22drm/i915: Kill private_default_ctx offOscar Mateo
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo
2014-05-20drm/i915/chv: Add cursor pipe offsetsVille Syrjälä
2014-05-14drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcsDamien Lespiau
2014-05-13drm/i915: Use ilk_wm_max_level() in latency debugfs filesDamien Lespiau
2014-05-13drm/i915: Don't cast void* pointersDamien Lespiau
2014-05-12drm/i915/chv: Add Cherryview interrupt registers into debugfsVille Syrjälä
2014-05-05drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_infoChris Wilson
2014-05-05drm/i915: get a runtime PM ref for debugfs entries where neededImre Deak
2014-05-05drm/i915: remove the i915_dpio debugfs entryImre Deak
2014-05-05drm/i915: vlv: add RC6 residency countersImre Deak
2014-04-09Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter
2014-04-05Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-04-03drm/i915: Fix debugfs PDP register dumpVille Syrjälä
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-04-02drm/i915: Allow i915_pc8_status debug info on BDWZhenyu Wang
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-04-01drm/i915: Match debugfs interface name to new RPS namingDeepak S
2014-04-01drm/i915: Add PM interrupt details and RPS thresholds to debugfsChris Wilson
2014-04-01drm/i915: don't get/put runtime PM at the debugfs forcewake filePaulo Zanoni
2014-04-01drm/i915: don't read cursor registers on powered down pipesPaulo Zanoni
2014-04-01drm/i915: get runtime PM at i915_display_infoPaulo Zanoni
2014-03-31drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-20drm/i915: Print how many objects are shared in per-process statsChris Wilson
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky
2014-03-19drm/i915: kill struct i915_package_c8Paulo Zanoni
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni
2014-03-19drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni
2014-03-19drm/i915: kill pc8.disable_countPaulo Zanoni
2014-03-19drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni
2014-03-13drm/i915: Remove erronous WARN in the vlv pipe crc codeDaniel Vetter
2014-03-12drm/i915: Show cursor status in debugfs/i915_display_infoChris Wilson
2014-03-07drm/i915: add port power domainsImre Deak
2014-03-05drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe)Damien Lespiau
2014-03-05drm/i915: Don't declare unnecessary shadowing variableDamien Lespiau
2014-03-05drm/i915: Add reason for capture in error stateMika Kuoppala
2014-03-05drm/i915: kill dev_priv->pc8.gpu_idlePaulo Zanoni
2014-03-05drm/i915: get/put runtime PM in more places at i915_debugfs.cPaulo Zanoni
2014-03-05drm/i915: print connector mode list in display_infoJesse Barnes
2014-03-05drm/i915/bdw: Kill ppgtt->num_pt_pagesBen Widawsky
2014-03-04drm/i915: get/put runtime PM without holding rps.hw_lockPaulo Zanoni
2014-02-13drm/i915: don't reference null pointer at i915_sink_crcPaulo Zanoni