commit | 3a7f2f6a9e43f2c5ce45d4ca19c43bf61df3f0dd | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu May 24 21:08:56 2012 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 05 13:27:58 2012 +0200 |
tree | 98bc9d0c635eeaed48b32be9fcfff2cb4b6bae29 | |
parent | de2b998552c1534e87bfbc51ec5734b02bc89020 [diff] |
drm/i915: Zero initialize mode_cmd Zero initialize the mode_cmd structure when creating the kernel framebuffer. Avoids having uninitialized data in offsets[0] for instance. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>