On pe, 2017-02-24 at 06:01 -0800, Oscar Mateo wrote: > This vma contains much more than just the additional data struct (ads) > and since we were already using the word "addon" as an object in > guc_addon_create, make it the preffered one. No need for the vma suffix > either, as that dependency is given by the type. > > while at it, add an explanation of what things go inside the addon object. > > Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@xxxxxxxxx> > Cc: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> > Signed-off-by: Oscar Mateo <oscar.mateo@xxxxxxxxx> <SNIP> > @@ -834,9 +834,13 @@ static int guc_addon_create(struct intel_guc *guc) > struct page *page; > u32 size; > > - GEM_BUG_ON(guc->ads_vma); > + GEM_BUG_ON(guc->addon); > > - /* The ads obj includes the struct itself and buffers passed to GuC */ > + /* The additional data struct (ADS) has pointers for different buffers > + * used by the GuC. The addon object contains the ADS itself (guc_ads), > + * the scheduling policies (guc_policies), a structure describing > + * a collection of register sets (guc_mmio_reg_state) and some extra > + * pages for the GuC to save its internal state for sleep */ Put this comment in the header and this is; Reviewed-by: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> > size = sizeof(struct guc_ads) + sizeof(struct guc_policies) + > sizeof(struct guc_mmio_reg_state) + > GUC_S3_SAVE_SPACE_PAGES * PAGE_SIZE; -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx