summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Always apply cursor width changesChris Wilson2014-06-051-1/+1
* drm/i915: Add fifo underrun reporting state to debugfsDaniel Vetter2014-06-051-0/+4
* drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter2014-06-041-2/+2
* drm/i915: replace drm_get_encoder_name() with direct name field useJani Nikula2014-06-041-1/+1
* drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-041-2/+2
* drm/i915: Kill private_default_ctx offOscar Mateo2014-05-221-3/+4
* drm/i915: s/i915_hw_context/intel_contextOscar Mateo2014-05-221-3/+3
* drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-221-8/+8
* drm/i915/chv: Add cursor pipe offsetsVille Syrjälä2014-05-201-7/+2
* drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcsDamien Lespiau2014-05-141-2/+2
* drm/i915: Use ilk_wm_max_level() in latency debugfs filesDamien Lespiau2014-05-131-2/+2
* drm/i915: Don't cast void* pointersDamien Lespiau2014-05-131-37/+37
* drm/i915/chv: Add Cherryview interrupt registers into debugfsVille Syrjälä2014-05-121-1/+41
* drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_infoChris Wilson2014-05-051-0/+3
* drm/i915: get a runtime PM ref for debugfs entries where neededImre Deak2014-05-051-0/+10
* drm/i915: remove the i915_dpio debugfs entryImre Deak2014-05-051-48/+0
* drm/i915: vlv: add RC6 residency countersImre Deak2014-05-051-0/+5
* Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2014-04-091-2/+2
|\
| * Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-051-31/+33
| |\
| * \ Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-04-031-38/+110
| |\ \
| * | | drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-2/+2
* | | | drm/i915: Fix debugfs PDP register dumpVille Syrjälä2014-04-031-2/+1
* | | | drm/i915: Allow i915_pc8_status debug info on BDWZhenyu Wang2014-04-021-1/+1
* | | | drm/i915: Match debugfs interface name to new RPS namingDeepak S2014-04-011-2/+2
* | | | drm/i915: Add PM interrupt details and RPS thresholds to debugfsChris Wilson2014-04-011-1/+15
| |_|/ |/| |
* | | drm/i915: don't get/put runtime PM at the debugfs forcewake filePaulo Zanoni2014-04-011-2/+0
* | | drm/i915: don't read cursor registers on powered down pipesPaulo Zanoni2014-04-011-6/+7
* | | drm/i915: get runtime PM at i915_display_infoPaulo Zanoni2014-04-011-0/+3
* | | drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-23/+23
| |/ |/|
* | drm/i915: Print how many objects are shared in per-process statsChris Wilson2014-03-201-2/+8
* | drm/i915: Per-process stats work better when evaluated per-processChris Wilson2014-03-201-9/+40
* | drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky2014-03-201-13/+13
* | drm/i915: kill struct i915_package_c8Paulo Zanoni2014-03-191-2/+0
* | drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni2014-03-191-1/+1
* | drm/i915: remove dev_priv->pc8.enabledPaulo Zanoni2014-03-191-1/+0
* | drm/i915: kill pc8.disable_countPaulo Zanoni2014-03-191-1/+0
* | drm/i915: remove dev_priv->pc8.requirements_metPaulo Zanoni2014-03-191-2/+0
* | drm/i915: Remove erronous WARN in the vlv pipe crc codeDaniel Vetter2014-03-131-2/+0
* | drm/i915: Show cursor status in debugfs/i915_display_infoChris Wilson2014-03-121-7/+50
|/
* 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
OpenPOWER on IntegriCloud