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.

Reviewed-by: Joonas Lahtinen <joonas.lahti...@linux.intel.com>

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to