commit | 2f3f4763c1ba9348984ed67aa60a16c86a9dab1c | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 18 21:52:57 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Dec 15 14:55:30 2016 +0200 |
tree | 72a152ffc765eda91f400b9b85ccb2b7d0ef38e3 | |
parent | e14c23c647abfc1fed96a55ba376cd9675a54098 [diff] |
drm/i915: Populate fb->format early for inherited fbs Make sure the framebuffer format info is available as early as possible for fbs we inherit from the BIOS. This will allow us to use the fb as if it was fully formed before we register it. Cc: intel-gfx@lists.freedesktop.org Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1479498793-31021-22-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>