[PATCH 27/37] drm/nouveau: Use fb->format rather than drm_format_info()

2016-11-30 Thread Daniel Vetter
On Fri, Nov 18, 2016 at 09:53:03PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Let's use the pointer to the format information cached under > drm_framebuffer rather than look it up manually. > > Cc: Ben Skeggs > Signed-off-by: Ville Syrjälä > --- > drivers/gp

[PATCH 27/37] drm/nouveau: Use fb->format rather than drm_format_info()

2016-11-18 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Let's use the pointer to the format information cached under drm_framebuffer rather than look it up manually. Cc: Ben Skeggs Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/nouveau/nv50_display.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff