index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
drm/i915: Always apply cursor width changes
Chris Wilson
1
-1
/
+1
2014-06-05
drm/i915: Add fifo underrun reporting state to debugfs
Daniel Vetter
1
-0
/
+4
2014-06-04
drm: Split connection_mutex out of mode_config.mutex (v3)
Daniel Vetter
1
-2
/
+2
2014-06-04
drm/i915: replace drm_get_encoder_name() with direct name field use
Jani Nikula
1
-1
/
+1
2014-06-04
drm/i915: replace drm_get_connector_name() with direct name field use
Jani Nikula
1
-2
/
+2
2014-05-22
drm/i915: Kill private_default_ctx off
drm-intel-next-2014-05-23
Oscar Mateo
1
-3
/
+4
2014-05-22
drm/i915: s/i915_hw_context/intel_context
Oscar Mateo
1
-3
/
+3
2014-05-22
drm/i915: s/intel_ring_buffer/intel_engine_cs
Oscar Mateo
1
-8
/
+8
2014-05-20
drm/i915/chv: Add cursor pipe offsets
Ville Syrjälä
1
-7
/
+2
2014-05-14
drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcs
Damien Lespiau
1
-2
/
+2
2014-05-13
drm/i915: Use ilk_wm_max_level() in latency debugfs files
Damien Lespiau
1
-2
/
+2
2014-05-13
drm/i915: Don't cast void* pointers
Damien Lespiau
1
-37
/
+37
2014-05-12
drm/i915/chv: Add Cherryview interrupt registers into debugfs
Ville Syrjälä
1
-1
/
+41
2014-05-05
drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_info
Chris Wilson
1
-0
/
+3
2014-05-05
drm/i915: get a runtime PM ref for debugfs entries where needed
Imre Deak
1
-0
/
+10
2014-05-05
drm/i915: remove the i915_dpio debugfs entry
Imre Deak
1
-48
/
+0
2014-05-05
drm/i915: vlv: add RC6 residency counters
Imre Deak
1
-0
/
+5
2014-04-09
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
1
-2
/
+2
2014-04-05
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
1
-31
/
+33
2014-04-03
drm/i915: Fix debugfs PDP register dump
Ville Syrjälä
1
-2
/
+1
2014-04-03
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-38
/
+110
2014-04-02
drm/i915: Allow i915_pc8_status debug info on BDW
Zhenyu Wang
1
-1
/
+1
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-2
/
+2
2014-04-01
drm/i915: Match debugfs interface name to new RPS naming
Deepak S
1
-2
/
+2
2014-04-01
drm/i915: Add PM interrupt details and RPS thresholds to debugfs
Chris Wilson
1
-1
/
+15
2014-04-01
drm/i915: don't get/put runtime PM at the debugfs forcewake file
Paulo Zanoni
1
-2
/
+0
2014-04-01
drm/i915: don't read cursor registers on powered down pipes
Paulo Zanoni
1
-6
/
+7
2014-04-01
drm/i915: get runtime PM at i915_display_info
Paulo Zanoni
1
-0
/
+3
2014-03-31
drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_t
Jani Nikula
1
-23
/
+23
2014-03-20
drm/i915: Print how many objects are shared in per-process stats
Chris Wilson
1
-2
/
+8
2014-03-20
drm/i915: Per-process stats work better when evaluated per-process
Chris Wilson
1
-9
/
+40
2014-03-20
drm/i915: Rename and comment all the RPS *stuff*
Ben Widawsky
1
-13
/
+13
2014-03-19
drm/i915: kill struct i915_package_c8
Paulo Zanoni
1
-2
/
+0
2014-03-19
drm/i915: move pc8.irqs_disabled to pm.irqs_disabled
Paulo Zanoni
1
-1
/
+1
2014-03-19
drm/i915: remove dev_priv->pc8.enabled
Paulo Zanoni
1
-1
/
+0
2014-03-19
drm/i915: kill pc8.disable_count
Paulo Zanoni
1
-1
/
+0
2014-03-19
drm/i915: remove dev_priv->pc8.requirements_met
Paulo Zanoni
1
-2
/
+0
2014-03-13
drm/i915: Remove erronous WARN in the vlv pipe crc code
Daniel Vetter
1
-2
/
+0
2014-03-12
drm/i915: Show cursor status in debugfs/i915_display_info
Chris Wilson
1
-7
/
+50
2014-03-07
drm/i915: add port power domains
Imre Deak
1
-0
/
+22
2014-03-05
drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe)
Damien Lespiau
1
-7
/
+7
2014-03-05
drm/i915: Don't declare unnecessary shadowing variable
Damien Lespiau
1
-1
/
+0
2014-03-05
drm/i915: Add reason for capture in error state
Mika Kuoppala
1
-3
/
+2
2014-03-05
drm/i915: kill dev_priv->pc8.gpu_idle
Paulo Zanoni
1
-1
/
+1
2014-03-05
drm/i915: get/put runtime PM in more places at i915_debugfs.c
Paulo Zanoni
1
-0
/
+17
2014-03-05
drm/i915: print connector mode list in display_info
Jesse Barnes
1
-0
/
+4
2014-03-05
drm/i915/bdw: Kill ppgtt->num_pt_pages
Ben Widawsky
1
-1
/
+1
2014-03-04
drm/i915: get/put runtime PM without holding rps.hw_lock
Paulo Zanoni
1
-5
/
+7
2014-02-13
drm/i915: don't reference null pointer at i915_sink_crc
Paulo Zanoni
1
-0
/
+3
2014-02-12
drm/i915: add a display info file to debugfs v2
Jesse Barnes
1
-0
/
+159
[next]