[PULL] drm-xe-next-fixes

2024-01-16 Thread Thomas Hellström
Hi Maintainers, Various fixes for the Xe driver, as described below, for -rc1. Thanks, Thomas The following changes since commit 315acff5196f4e2f84a2a2d093000e0c6b0b4d1c: drm/xe: Fix warning on impossible condition (2023-12-26 12:53:26 -0500) are available in the Git repository at: https

[PULL] drm-xe-next-fixes

2024-03-04 Thread Lucas De Marchi
Hi Dave and Sima, A few xe fixes for 6.9. drm-xe-next-fixes-2024-03-04: Driver Changes: - Fix kunit link failure with built-in xe - Fix one more 32-bit build failure with ARM compiler - Fix initialization order of topology struct - Cleanup unused fields in struct xe_vm - Fix xe_vm leak when han

[PULL] drm-xe-next-fixes

2024-03-14 Thread Lucas De Marchi
Hi Dave and Sima, Here are the drm-xe fixes for the 6.9 cycle. Just 3 fixes: one trivial fix for error path handling, one to avoid pinning all VMAs in drm_gpuvm_exec_lock() when num_batch_buffer passed to xe_exec is 0 and the other to allow userspace to free userptr while still having bindings.

[PULL] drm-xe-next-fixes

2024-07-09 Thread Rodrigo Vivi
Hi Dave and Sima, Here goes a very early drm-xe-next-fixes with 2 important fixes that are going to impact user space. 1. The first one is the rename of the OA stuff from the bad 'perf' name to the xe_observation. Although the rename in the uapi header is likely inoffensive because our UMDs

[PULL] drm-xe-next-fixes

2024-07-18 Thread Rodrigo Vivi
Hi Dave and Sima, It is worth to mention that although there's a fix on xe_exec ioctl, that should not cause any uapi change. It would only fix a potential crash in the case that xe_ioctl failed with a bad sync array as input. Thanks, Rodrigo. drm-xe-next-fixes-2024-07-18: - Xe_exec ioctl minor

[PULL] drm-xe-next-fixes

2024-05-02 Thread Thomas Hellstrom
Dave, Sima This week's small set of fixes for drm-next. drm-xe-next-fixes-2024-05-02: Driver Changes: - Fix for a backmerge going slightly wrong. - An UAF fix - Avoid a WA error on LNL. Thanks, Thomas The following changes since commit 4a56c0ed5aa0bcbe1f5f7d755fb1fe1ebf48ae9c: Merge tag 'amd

[PULL] drm-xe-next-fixes

2024-05-09 Thread Thomas Hellstrom
Hi, Dave & Sima This weeks -next-fixes. Two fixes breifly described below. Driver Changes: - Use ordered WQ for G2H handler. (Matthew Brost) - Use flexible-array rather than zero-sized (Lucas De Marchi) Thanks, Thomas The following changes since commit 3bc8848bb7f7478e6806e4522b06b63f40a53e1e:

Re: [PULL] drm-xe-next-fixes

2024-07-10 Thread Lucas De Marchi
On Tue, Jul 09, 2024 at 05:31:39PM GMT, Rodrigo Vivi wrote: Hi Dave and Sima, Here goes a very early drm-xe-next-fixes with 2 important fixes that are going to impact user space. 1. The first one is the rename of the OA stuff from the bad 'perf' name to the xe_observation. Although the rename i

Re: [PULL] drm-xe-next-fixes

2024-07-10 Thread Rodrigo Vivi
On Wed, Jul 10, 2024 at 02:42:38PM -0500, Lucas De Marchi wrote: > On Tue, Jul 09, 2024 at 05:31:39PM GMT, Rodrigo Vivi wrote: > > Hi Dave and Sima, > > > > Here goes a very early drm-xe-next-fixes with 2 important fixes > > that are going to impact user space. > > > > 1. The first one is the ren

[PULL] drm-xe-next-fixes v2

2024-07-11 Thread Rodrigo Vivi
Hi Dave and Sima, This is a v2 of https://lore.kernel.org/intel-xe/zo2so4t32dxqy...@intel.com/ v2 - Removed Thomas' write-back caching mode patch since Lucas will propagete that through drm-xe-fixes towards 6.10. So we remove the amount of patch duplication. Again, it is important to highlight t

Re: [PULL] drm-xe-next-fixes v2

2024-07-11 Thread Jordan Justen
On 2024-07-11 08:18:18, Rodrigo Vivi wrote: > Hi Dave and Sima, > > This is a v2 of https://lore.kernel.org/intel-xe/zo2so4t32dxqy...@intel.com/ > > v2 - Removed Thomas' write-back caching mode patch since Lucas will propagete > that through drm-xe-fixes towards 6.10. So we remove the amount of p

Re: [PULL] drm-xe-next-fixes v2

2024-07-11 Thread Rodrigo Vivi
On Thu, Jul 11, 2024 at 02:29:04PM -0700, Jordan Justen wrote: > On 2024-07-11 08:18:18, Rodrigo Vivi wrote: > > Hi Dave and Sima, > > > > This is a v2 of https://lore.kernel.org/intel-xe/zo2so4t32dxqy...@intel.com/ > > > > v2 - Removed Thomas' write-back caching mode patch since Lucas will > >