[Intel-xe] ✓ CI.Patch_applied: success for Unit tests for rtp and GT wa/tuning
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Mon Apr 3 06:08:47 UTC 2023
On 3/31/23 17:14, Lucas De Marchi wrote:
> On Tue, Mar 21, 2023 at 10:08:34PM -0000, Patchwork wrote:
>> == Series Details ==
>>
>> Series: Unit tests for rtp and GT wa/tuning
>> URL : https://patchwork.freedesktop.org/series/115463/
>> State : success
>>
>> == Summary ==
>>
>> === Applying kernel patches on branch 'drm-xe-next' with base: ===
>> commit 1ae4dd9e82429e075aa7121404b06ce170da5848
>> Author: Matthew Auld <matthew.auld at intel.com>
>> AuthorDate: Tue Mar 21 11:44:07 2023 +0000
>> Commit: Matthew Auld <matthew.auld at intel.com>
>> CommitDate: Tue Mar 21 14:03:29 2023 +0000
>>
>> drm/xe/buddy: add compatible and intersects hooks
>>
>> Copy this from i915. We need .compatible for vram -> vram
>> transfers, so
>> they don't just get nooped by ttm, if need to move something from
>> mappable to non-mappble or vice versa. The .intersects is needed for
>> eviction, to determine if a victim resource is worth eviction. e.g
>> if we
>> need mappable space there is no point in evicting a resource that has
>> zero mappable pages.
>>
>> Signed-off-by: Matthew Auld <matthew.auld at intel.com>
>> Cc: Lucas De Marchi <lucas.demarchi at intel.com>
>> Reviewed-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
>> Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
>
> we will probably need to change this format a little bit. Now `b4 am` is
> complaining:
>
> ! Trailer: Commit: Matthew Auld <matthew.auld at intel.com>
> Msg From: Patchwork <patchwork at emeril.freedesktop.org>
> ! Trailer: Signed-off-by: Matthew Auld <matthew.auld at intel.com>
> Msg From: Patchwork <patchwork at emeril.freedesktop.org>
> ! Trailer: Reviewed-by: Maarten Lankhorst
> <maarten.lankhorst at linux.intel.com>
> Msg From: Patchwork <patchwork at emeril.freedesktop.org>
> ! Trailer: Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
> Msg From: Patchwork <patchwork at emeril.freedesktop.org>
>
> ( it would have been worse if it would add the r-b/a-b )
Well, b4 will complain if the format is not the one provided by:
$ git log --pretty=email
or:
$ git log --pretty=mboxrd
Regards,
Mauro
More information about the Intel-xe
mailing list