mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
drm/xe: Mark VF accessible global registers
Only selected registers are available for Virtual Functions. Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240314173130.1177-5-michal.wajdeczko@intel.com Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
This commit is contained in:
parent
cfe7267ef1
commit
50707fdb6e
|
|
@ -57,7 +57,7 @@
|
|||
#define DG1_MSTR_IRQ REG_BIT(31)
|
||||
#define DG1_MSTR_TILE(t) REG_BIT(t)
|
||||
|
||||
#define GFX_MSTR_IRQ XE_REG(0x190010)
|
||||
#define GFX_MSTR_IRQ XE_REG(0x190010, XE_REG_OPTION_VF)
|
||||
#define MASTER_IRQ REG_BIT(31)
|
||||
#define GU_MISC_IRQ REG_BIT(29)
|
||||
#define DISPLAY_IRQ REG_BIT(16)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user