[Intel-gfx] [PATCH 2/2] drm/i915: add a display info file to debugfs v2

2014-02-07 Thread Jesse Barnes
Can be expanded up on to include all sorts of things (HDMI infoframe data, more DP status, etc). Should be useful for bug reports to get a baseline on the display config and info. v2: use seq_putc (Rodrigo) describe mode field names (Rodrigo) Reviewed-by: Rodrigo Vivi Signed-off-by: Jesse B

Re: [Intel-gfx] [PATCH 2/2] drm/i915: add a display info file to debugfs

2014-02-05 Thread Jesse Barnes
On Thu, 30 Jan 2014 19:58:43 -0200 Rodrigo Vivi wrote: > > + seq_printf(m, ", mode:\n"); > > + seq_printf(m, "\t\t%d:\"%s\" %d %d %d %d %d %d %d > > %d %d %d 0x%x 0x%x\n", > > + mode->base.id, mode->name, > > +

Re: [Intel-gfx] [PATCH 2/2] drm/i915: add a display info file to debugfs

2014-01-30 Thread Rodrigo Vivi
On Mon, Jan 20, 2014 at 9:55 PM, Jesse Barnes wrote: > Can be expanded up on to include all sorts of things (HDMI infoframe > data, more DP status, etc). Should be useful for bug reports to get a > baseline on the display config and info. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/

[Intel-gfx] [PATCH 2/2] drm/i915: add a display info file to debugfs

2014-01-20 Thread Jesse Barnes
Can be expanded up on to include all sorts of things (HDMI infoframe data, more DP status, etc). Should be useful for bug reports to get a baseline on the display config and info. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_debugfs.c | 155 dri