Re: [PATCH 6.18.y] drm/xe/guc_ads: allocate UM queues in VRAM on dGFX
Sasha Levin <[email protected]>
| Newsgroups | org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 24, 2026 at 08:10:49AM +0200, Greg KH wrote: > Ah, it needed to be applied after a different one? Can you send these 3 > patches as a patch series, as that will tell us what order to apply them > in. Same for the 6.12 versions. Jia Yao, on top of the series formatting there is a second problem: the set as sent does not build on either branch. Patch 1 calls xe_guc_using_main_gamctrl_queues(), which has no definition on 6.18 or 6.12 - it only exists on 7.1. On 6.12 the same patch also uses XE_BO_FLAG_PINNED_NORESTORE, which is undefined there. -- Thanks, Sasha