]> www.infradead.org Git - users/willy/xarray.git/commit
drm/xe: Separate number of registers from MI_LRI opcode
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 16 Oct 2023 16:34:52 +0000 (09:34 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:00 +0000 (11:43 -0500)
commite12a64881e97a78694012646cabd211399db8753
tree8d833c37958a332cd33dbd478f2f816106d7f08a
parentde54bb81d9d43d0b66a63d839963e9d359e0467d
drm/xe: Separate number of registers from MI_LRI opcode

Keeping the number of registers to be loaded as a separate macro from
the instruction opcode will simplify some upcoming LRC parsing code.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20231016163449.1300701-10-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/regs/xe_gpu_commands.h
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_lrc.c
drivers/gpu/drm/xe/xe_ring_ops.c