diff options
Diffstat (limited to 'drivers/gpu/nova-core/gsp/regs.rs')
| -rw-r--r-- | drivers/gpu/nova-core/gsp/regs.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/nova-core/gsp/regs.rs b/drivers/gpu/nova-core/gsp/regs.rs new file mode 100644 index 000000000000..a76dea3c3ab0 --- /dev/null +++ b/drivers/gpu/nova-core/gsp/regs.rs @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 + +use kernel::io::register; + +// PGSP + +register! { + pub(super) NV_PGSP_QUEUE_HEAD(u32) @ 0x00110c00 { + 31:0 address; + } +} |
