RE: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header

2025-03-19 Thread Cavitt, Jonathan
; Mrozek, Michal ; Roper, Matthew D Subject: Re: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header > > On 18.03.2025 21:12, Cavitt, Jonathan wrote: > > -Original Message- > > From: Wajdeczko, Michal > > Sent: Tuesday, March 18, 2025 11:38 AM

RE: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header

2025-03-18 Thread Cavitt, Jonathan
@lists.freedesktop.org; Mrozek, Michal Subject: Re: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header > > On 18.03.2025 18:11, Jonathan Cavitt wrote: > > Move the pagefault struct from xe_gt_pagefault.c to the > > xe_gt_pagefault_types.h header file, along w

Re: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header

2025-03-18 Thread Michal Wajdeczko
ti...@linux.intel.com; Brost, Matthew > ; Zhang, Jianxun ; Lin, > Shuicheng ; dri-devel@lists.freedesktop.org; Mrozek, > Michal > Subject: Re: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to > header >> >> On 18.03.2025 18:11, Jonathan Cavitt wrote: >

Re: [PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header

2025-03-18 Thread Michal Wajdeczko
On 18.03.2025 18:11, Jonathan Cavitt wrote: > Move the pagefault struct from xe_gt_pagefault.c to the > xe_gt_pagefault_types.h header file, along with the associated enum values. > > v2: > - Normalize names for common header (Matt Brost) > > v3: > - s/Migrate/Move (Michal W) > - s/xe_pagefaul

[PATCH v9 2/6] drm/xe/xe_gt_pagefault: Move pagefault struct to header

2025-03-18 Thread Jonathan Cavitt
Move the pagefault struct from xe_gt_pagefault.c to the xe_gt_pagefault_types.h header file, along with the associated enum values. v2: - Normalize names for common header (Matt Brost) v3: - s/Migrate/Move (Michal W) - s/xe_pagefault/xe_gt_pagefault (Michal W) - Create new header file, xe_gt_page