commit | 9857ecbe516954fb563f15f5353937796c8cfb53 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 18 21:53:03 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Dec 15 14:55:32 2016 +0200 |
tree | 88fdb9e9950ebc6f1dad6f9a501c8ef3a1a09e93 | |
parent | ca984a998ad3a3b6bf8bf0d89861a6537551aaf2 [diff] |
drm/nouveau: Use fb->format rather than drm_format_info() Let's use the pointer to the format information cached under drm_framebuffer rather than look it up manually. Cc: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1479498793-31021-28-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>