[Intel-gfx] [PATCH 16/18] drm/i915: Remove duplicate golden render state init from execlists

Chris Wilson chris at chris-wilson.co.uk
Thu Jul 21 16:27:06 UTC 2016


On Thu, Jul 21, 2016 at 05:18:17PM +0300, Joonas Lahtinen wrote:
> On ke, 2016-07-20 at 14:12 +0100, Chris Wilson wrote:
> >  static const struct intel_renderstate_rodata *
> >  render_state_get_rodata(const int gen)
> >  {
> > @@ -51,6 +60,7 @@ static int render_state_init(struct render_state *so,
> >  	int ret;
> >  
> >  	so->gen = INTEL_GEN(dev_priv);
> > +	so->ggtt_offset = 0;
> 
> Previousy not done, does it address a bug? It's going to get
> overwritten or the render_state has failed to initialize and is
> forgotten, no? If it fixes bug, I think the site fondling uninitialized
> object should be fixed.

No, nothing is using it indeed. I can't remember why I added it.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list