[Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Add checks to load huc from a previous platform
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 20 23:51:53 UTC 2023
== Series Details ==
Series: series starting with [1/2] drm/xe: Add checks to load huc from a previous platform
URL : https://patchwork.freedesktop.org/series/115427/
State : success
== Summary ==
=== Applying kernel patches on branch 'drm-xe-next' with base: ===
commit 561a3604029e464bfd9aa6d5e55abea160800bae
Author: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
AuthorDate: Fri Mar 17 21:05:31 2023 +0530
Commit: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
CommitDate: Mon Mar 20 22:20:17 2023 +0530
drm/xe: Skip XY_FAST_COLOR instruction on link copy engines
Link copy engines doesn't support the XY_FAST_COLOR instruction.
Currently this instruction is used only at one place to clear a ttm
resource while migrating a BO.
A new device_info member is created to know if a platform has link copy
engine. If it supports, then instead of using XY_FAST_COLOR instruction,
MEM_SET is used which is available both in main and link copy engines.
BSpec: 68433
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
=== git am output follows ===
Applying: drm/xe: Add checks to load huc from a previous platform
Applying: drm/xe/huc: Macro support for loading unversiond HuC
More information about the Intel-xe
mailing list