; 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
@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
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:
>
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
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