Re: [PATCH] drm/xe/lnl: Offload system clear page activity to GPU

2024-06-21 Thread Ghimiray, Himal Prasad
On 20-06-2024 19:16, Nirmoy Das wrote: On LNL because flat CCS, driver will create a migrate job to clear CCS meta data. Extend that to also clear pages using GPU with new ttm pool flag which allows offloading page clear activity to GP This gives very nice improvement for large buffer:

Re: [PATCH v2 3/4] drm/xe: Extract xe_gt_idle() helper

2024-04-22 Thread Ghimiray, Himal Prasad
On 19-04-2024 14:28, Aravind Iddamsetty wrote: This would be used in other places outside of gt_reset path. v2: 1. Add kernel doc for xe_gt_idle (Michal) 2. fix return as no actual error is reported by xe_uc_stop (Himal) Cc: Lucas De Marchi Cc: Michal Wajdeczko Cc: Himal Prasad Ghimiray

RE: [PATCH v7 3/3] fault-inject: Include linux/types.h by default.

2023-07-25 Thread Ghimiray, Himal Prasad
> -Original Message- > From: Ghimiray, Himal Prasad > Sent: 25 July 2023 20:40 > To: intel...@lists.freedesktop.org > Cc: Ghimiray, Himal Prasad ; De Marchi, > Lucas ; Vivi, Rodrigo ; > Nilawar, Badal > Subject: [PATCH v7 3/3] fault-inject: Include