RE: [PATCH v21 3/5] drm/xe/uapi: Define drm_xe_vm_get_property

2025-04-23 Thread Lin, Shuicheng
On Wed, April 23, 2025 7:15 PM Brost, Matthew wrote: > On Wed, Apr 23, 2025 at 07:57:10PM -0600, Lin, Shuicheng wrote: > > On Wed, April 23, 2025 1:19 PM Cavitt, Jonathan wrote: > > > Add initial declarations for the drm_xe_vm_get_property ioctl. > > > > > > v2: > > > - Expand kernel docs for drm_x

Re: [PATCH v21 3/5] drm/xe/uapi: Define drm_xe_vm_get_property

2025-04-23 Thread Matthew Brost
On Wed, Apr 23, 2025 at 07:57:10PM -0600, Lin, Shuicheng wrote: > On Wed, April 23, 2025 1:19 PM Cavitt, Jonathan wrote: > > Add initial declarations for the drm_xe_vm_get_property ioctl. > > > > v2: > > - Expand kernel docs for drm_xe_vm_get_property (Jianxun) > > > > v3: > > - Remove address ty

RE: [PATCH v21 3/5] drm/xe/uapi: Define drm_xe_vm_get_property

2025-04-23 Thread Lin, Shuicheng
On Wed, April 23, 2025 1:19 PM Cavitt, Jonathan wrote: > Add initial declarations for the drm_xe_vm_get_property ioctl. > > v2: > - Expand kernel docs for drm_xe_vm_get_property (Jianxun) > > v3: > - Remove address type external definitions (Jianxun) > - Add fault type to xe_drm_fault struct (Jia