Quoting Tvrtko Ursulin (2017-07-27 10:05:03) > From: Tvrtko Ursulin <[email protected]> > > Drivers like i915 benefit from being able to control the maxium > size of the sg coallesced segment while building the scatter- > gather list. > > Introduce and export the __sg_alloc_table_from_pages function > which will allow it that control. > > v2: Reorder parameters. (Chris Wilson) > v3: Fix incomplete reordering in v2. > v4: max_segment needs to be page aligned. > v5: Rebase. > v6: Rebase. > > Signed-off-by: Tvrtko Ursulin <[email protected]> > Cc: Masahiro Yamada <[email protected]> > Cc: [email protected] > Cc: Chris Wilson <[email protected]> > Reviewed-by: Chris Wilson <[email protected]> (v2) > Cc: Joonas Lahtinen <[email protected]>
Sill happy and checked the external user, Reviewed-by: Chris Wilson <[email protected]> -Chris

