[Intel-gfx] [PATCH] drm/i915: set the right SDVO transcoder for CPT
Chris Wilson
chris at chris-wilson.co.uk
Thu Oct 13 22:39:44 CEST 2011
On Thu, 13 Oct 2011 14:41:38 -0300, przanoni at gmail.com wrote:
> From: Paulo Zanoni <paulo.r.zanoni at intel.com>
>
> Fixes fd.o #41272
I prefer
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41272
and would think Rafel's script do as well ;-)
Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
Can I talk you into submitting a patch to add
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_deb
index 3c395a5..58e4909 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -61,6 +61,7 @@ static int i915_capabilities(struct seq_file *m, void *data)
const struct intel_device_info *info = INTEL_INFO(dev);
seq_printf(m, "gen: %d\n", info->gen);
+ seq_printf(m, "pch: %d\n", INTEL_PCH_TYPE(dev));
#define B(x) seq_printf(m, #x ": %s\n", yesno(info->x))
B(is_mobile);
B(is_i85x);
as well?
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list