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)
commit19c656a173db57a2a1dee342fe667603ccc6dac5
treea631e8cbe2f3f1591d78f09e8e6204bfd09c633b
parent60a5ca015ffd2aacfe5674b5a401cd2a37159e07
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