[Intel-gfx] [PATCH 3/6] drm/i915: Zero initialize mode_cmd

2012-07-05 Thread Daniel Vetter
On Thu, May 24, 2012 at 09:08:56PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > 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? Queued for

Re: [Intel-gfx] [PATCH 3/6] drm/i915: Zero initialize mode_cmd

2012-07-05 Thread Daniel Vetter
On Thu, May 24, 2012 at 09:08:56PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > 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ä Queued for -nex

[PATCH 3/6] drm/i915: Zero initialize mode_cmd

2012-05-24 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? 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? --- drivers/gpu/drm/i915/intel_fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 3/6] drm/i915: Zero initialize mode_cmd

2012-05-24 Thread ville . syrjala
From: Ville Syrjälä 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ä --- drivers/gpu/drm/i915/intel_fb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git