]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/pcode: Convert register access to use xe_mmio
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 10 Sep 2024 23:47:31 +0000 (16:47 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Sep 2024 22:17:43 +0000 (15:17 -0700)
commita3e7fcef52ea737902f32281e271f03ee0a2afa2
treeb5f62b4ce95aea26eaeb94e170fbd1d931bf6225
parenta7945ef770dbabea7bac270872391907174c17a9
drm/xe/pcode: Convert register access to use xe_mmio

Stop using GT pointers for register access.  Although some of the pcode
mailboxes are related to GTs, pcode itself (and the register interface
to access it) are outside the GT and should be accessed through the
tile's MMIO.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240910234719.3335472-56-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_pcode.c