drm/xe/xe_sysctrl: Add ABI and mailbox interface headers
authorAnoop Vijay <anoop.c.vijay@intel.com>
Fri, 27 Mar 2026 13:18:40 +0000 (06:18 -0700)
committerUmesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Mon, 30 Mar 2026 17:06:55 +0000 (10:06 -0700)
commit37ace5254a2b1520753762527365ecad7fad797a
tree2ca10eb26d77aabbeaff5d2ea5f9dabe50081c64
parent281a79f78dfedf10f6c7de4334434c38eb5459dd
drm/xe/xe_sysctrl: Add ABI and mailbox interface headers

Add ABI definitions, mailbox API, and command data structures required
for System Controller communication.

No functional changes. This patch introduces definitions for mailbox
communication.

Signed-off-by: Anoop Vijay <anoop.c.vijay@intel.com>
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Link: https://patch.msgid.link/20260327131837.2192929-12-anoop.c.vijay@intel.com
drivers/gpu/drm/xe/abi/xe_sysctrl_abi.h [new file with mode: 0644]
drivers/gpu/drm/xe/xe_sysctrl_mailbox.h [new file with mode: 0644]
drivers/gpu/drm/xe/xe_sysctrl_mailbox_types.h [new file with mode: 0644]