diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2026-03-27 14:32:57 +0100 |
|---|---|---|
| committer | Thomas Zimmermann <tzimmermann@suse.de> | 2026-04-08 11:04:48 +0200 |
| commit | 06c076cb300b9eabb016e4898d5743e5fad959bb (patch) | |
| tree | e64b6f9cf66ac01da6b4997e1875358e1e9f098f /kernel/fail_function.c | |
| parent | 392993767d940fd3d0db35e64b5fcf4e00f2ea49 (diff) | |
drm/ast: Use constants for SCU registers
SCU is the System Control Unit. SCU registers are located in the memory
range at [0x1e6e2000, 0x1e6e2fff]. Refer to them with constants named
AST_REG_SCU<n>, where <n> is the byte offset into the range.
Replacing the magic values in the ast driver was done with grep and sed
as shown below
git grep -l \,\ 0x1e6e2 | xargs sed -i -e 's/, 0x1e6e2/, AST_REG_SCU/g'
git grep -l \,\ 0x1E6E2 | xargs sed -i -e 's/, 0x1E6E2/, AST_REG_SCU/g'
plus some manual fixes.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patch.msgid.link/20260327133532.79696-6-tzimmermann@suse.de
Diffstat (limited to 'kernel/fail_function.c')
0 files changed, 0 insertions, 0 deletions
