Re: [Intel-gfx] [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is excluded

2020-12-16 Thread Chris Wilson
Quoting Tang, CQ (2020-12-16 21:23:04) > > > > -Original Message- > > From: Chris Wilson > > Sent: Wednesday, December 16, 2020 12:53 PM > > To: intel-gfx@lists.freedesktop.org > > Cc: Chris Wilson ; Tang, CQ > > Subject: [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is exclud

Re: [Intel-gfx] [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is excluded

2020-12-16 Thread Tang, CQ
> -Original Message- > From: Chris Wilson > Sent: Wednesday, December 16, 2020 12:53 PM > To: intel-gfx@lists.freedesktop.org > Cc: Chris Wilson ; Tang, CQ > Subject: [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is excluded > > In order to prevent issues with 32b stateless

[Intel-gfx] [PATCH i-g-t] i915/gem_softpin: Check the last 32b page is excluded

2020-12-16 Thread Chris Wilson
In order to prevent issues with 32b stateless address, the last page under 4G is excluded for non-48b objects. Signed-off-by: Chris Wilson Cc: CQ Tang --- tests/i915/gem_softpin.c | 37 + 1 file changed, 37 insertions(+) diff --git a/tests/i915/gem_softpin.c