RE: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-12 Thread Cavitt, Jonathan
: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults > > Sorry if my reply is still in a wrong format. I have set plain text in the > web-based outlook this time but don't know if it really works. > > Refer to my inline comment, thanks. >

Re: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-12 Thread Zhang, Jianxun
tthew; Zhang, Jianxun Cc: intel...@lists.freedesktop.org; Gupta, saurabhg; Zuo, Alex; joonas.lahti...@linux.intel.com; Lin, Shuicheng; dri-devel@lists.freedesktop.org; Cavitt, Jonathan Subject: RE: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults -Original Message- From: Brost, Ma

Re: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-11 Thread Zhang, Jianxun
: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults On Mon, Mar 10, 2025 at 05:18:32PM +, Jonathan Cavitt wrote: > Add initial declarations for the drm_xe_vm_get_faults ioctl. > > Signed-off-by: Jonathan Cavitt > --- > include/uapi/dr

Re: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-11 Thread Matthew Brost
On Mon, Mar 10, 2025 at 05:18:32PM +, Jonathan Cavitt wrote: > Add initial declarations for the drm_xe_vm_get_faults ioctl. > > Signed-off-by: Jonathan Cavitt > --- > include/uapi/drm/xe_drm.h | 49 +++ > 1 file changed, 49 insertions(+) > > diff --git a/

RE: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-11 Thread Cavitt, Jonathan
v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults > > On Mon, Mar 10, 2025 at 05:18:32PM +, Jonathan Cavitt wrote: > > Add initial declarations for the drm_xe_vm_get_faults ioctl. > > > > Signed-off-by: Jonathan Cavitt > > --- >

Re: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-10 Thread Zhang, Jianxun
@lists.freedesktop.org Subject: [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults Add initial declarations for the drm_xe_vm_get_faults ioctl. Signed-off-by: Jonathan Cavitt --- include/uapi/drm/xe_drm.h | 49 +++ 1 file changed, 49 insertions(+) diff --git a

[PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

2025-03-10 Thread Jonathan Cavitt
Add initial declarations for the drm_xe_vm_get_faults ioctl. Signed-off-by: Jonathan Cavitt --- include/uapi/drm/xe_drm.h | 49 +++ 1 file changed, 49 insertions(+) diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h index 616916985e3f..90c2fcd