projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d850742
)
drm/xe/ccs_mode: Convert register access to use xe_mmio
author
Matt Roper
<matthew.d.roper@intel.com>
Tue, 10 Sep 2024 23:48:02 +0000
(16:48 -0700)
committer
Matt Roper
<matthew.d.roper@intel.com>
Wed, 11 Sep 2024 22:32:51 +0000
(15:32 -0700)
Stop using GT pointers for register access.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240910234719.3335472-87-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
b/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
index
d2e4dc3
..
9360ac4
100644
(file)
--- a/
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
+++ b/
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
@@
-68,7
+68,7
@@
static void __xe_gt_apply_ccs_mode(struct xe_gt *gt, u32 num_engines)
}
}
- xe_mmio_write32(
gt
, CCS_MODE, mode);
+ xe_mmio_write32(
>->mmio
, CCS_MODE, mode);
xe_gt_dbg(gt, "CCS_MODE=%x config:%08x, num_engines:%d, num_slices:%d\n",
mode, config, num_engines, num_slices);