Re: [Intel-gfx] [PATCH 1/3] drm/i915: Create a blitter context for GGTT updates

2023-08-24 Thread Zeng, Oak
ts.freedesktop.org; Shyti, Andi ; > > chris.p.wil...@linux.intel.com; Das, Nirmoy > > Subject: Re: [Intel-gfx] [PATCH 1/3] drm/i915: Create a blitter context for > > GGTT > > updates > > > > On Tue, Aug 22, 2023 at 11:28:57AM -0400, Oak Zeng wrote: > > > From: N

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Create a blitter context for GGTT updates

2023-08-24 Thread Zeng, Oak
Thanks, Oak > -Original Message- > From: Roper, Matthew D > Sent: August 24, 2023 11:52 AM > To: Zeng, Oak > Cc: intel-gfx@lists.freedesktop.org; Shyti, Andi ; > chris.p.wil...@linux.intel.com; Das, Nirmoy > Subject: Re: [Intel-gfx] [PATCH 1/3] drm/i915: Create

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Create a blitter context for GGTT updates

2023-08-24 Thread Matt Roper
On Tue, Aug 22, 2023 at 11:28:57AM -0400, Oak Zeng wrote: > From: Nirmoy Das > > Create a separate blitter context if a platform requires > GGTT updates using MI_UPDATE_GTT blitter command. > > Subsequent patch will introduce methods to update > GGTT using this blitter context and MI_UPDATE_GTT

[Intel-gfx] [PATCH 1/3] drm/i915: Create a blitter context for GGTT updates

2023-08-22 Thread Oak Zeng
From: Nirmoy Das Create a separate blitter context if a platform requires GGTT updates using MI_UPDATE_GTT blitter command. Subsequent patch will introduce methods to update GGTT using this blitter context and MI_UPDATE_GTT blitter command. v2: Fix a typo in comment. (Oak) Signed-off-by: Nirmo

[Intel-gfx] [PATCH 1/3] drm/i915: Create a blitter context for GGTT updates

2023-08-18 Thread Andi Shyti
From: Nirmoy Das Create a separate blitter context if a platform requires GGTT updates using MI_UPDATE_GTT blitter command. Subsequent patch will introduce methods to update GGTT using this blitter context and MI_UPDATE_GTT blitter command. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/i915/g