]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Print PCI revision in i915_dump_device_info()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Jun 2014 12:39:56 +0000 (15:39 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Jun 2014 15:45:29 +0000 (17:45 +0200)
commit1867795a1a7a93b4e974d14877ba4256380a397c
treea631e8cbe2f3f1591d78f09e8e6204bfd09c633b
parent32a524e0fa5455945c038760e99631b8e10ee375
drm/i915: Print PCI revision in i915_dump_device_info()

Knowing the device stepping may be crucial in analyzing problems. Since
we always ask bug reporters for dmegs with drm.debug=0xe (or something)
it would be nice if the PCI revision is already included in the dump.
Avoids having to ask for lspci output as well.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c