[PATCH v2 33/37] drm: Nuke fb->pixel_format

2016-11-19 Thread Laurent Pinchart
Hi Ville, Thank you for the patch. On Friday 18 Nov 2016 21:53:09 ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Replace uses of fb->pixel_format with fb->format->format. > Less duplicated information is a good thing. > > Note that coccinelle failed to eliminate the > "/*

[PATCH v2 33/37] drm: Nuke fb->pixel_format

2016-11-18 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Replace uses of fb->pixel_format with fb->format->format. Less duplicated information is a good thing. Note that coccinelle failed to eliminate the "/* fourcc format */" comment from drm_framebuffer.h, so I had to do that part manually. @@ struct drm_framebuffer *fb; expre