[Intel-xe] ✗ CI.Patch_applied: failure for drm/xe: Reinstate render / compute cache invalidation in ring ops

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 22 00:24:34 UTC 2023


== Series Details ==

Series: drm/xe: Reinstate render / compute cache invalidation in ring ops
URL   : https://patchwork.freedesktop.org/series/115472/
State : failure

== 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>
=== git am output follows ===
error: patch failed: drivers/gpu/drm/xe/regs/xe_gpu_commands.h:57
error: drivers/gpu/drm/xe/regs/xe_gpu_commands.h: patch does not apply
hint: Use 'git am --show-current-patch' to see the failed patch
Applying: drm/xe: Reinstate render / compute cache invalidation in ring ops
Patch failed at 0001 drm/xe: Reinstate render / compute cache invalidation in ring ops
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".




More information about the Intel-xe mailing list