diff options
| author | Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> | 2026-05-11 18:07:50 +0530 |
|---|---|---|
| committer | Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> | 2026-05-13 12:21:12 +0530 |
| commit | 66cbb3c856bc67be893f81961e1b671dc102f19b (patch) | |
| tree | 0b6309d5179bc4eb362e9b1b2d5ebf14d4e643df /include/linux | |
| parent | 65be72013baf9c9bbaa859b659269b31deccc8c9 (diff) | |
drm/xe: Refactor emit_xy_fast_copy and emit_mem_copy functions
To perform copy, based on whether the platform supports service copy
engines, either MEM_COPY or XY_FAST_COPY_BLT instruction is used.
Length of both the instructions is same today and so they use a common
define EMIT_COPY_DW.
This is not true for the future platforms. Implement separate functions
which return the length of the instruction to help in preparing for it.
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260511123746.616662-8-balasubramani.vivekanandan@intel.com
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
