summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nova/nova.rs
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2024-01-16 11:49:46 +1000
committerDave Airlie <airlied@redhat.com>2024-01-16 11:49:46 +1000
commitf6efb996a97abea2954b3bad38f2617712015844 (patch)
tree8f652a005c05797efbcb52e8bb15c22f530bf403 /drivers/gpu/drm/nova/nova.rs
parentb6214aa6152cc7adf23f14d3c12bbd03ae2829d4 (diff)
nova: add a gsp object with fw / radix3wip/fw-loader
The radix3 impl in this needs some scatterlist bindings I expect. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nova/nova.rs')
-rw-r--r--drivers/gpu/drm/nova/nova.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nova/nova.rs b/drivers/gpu/drm/nova/nova.rs
index 0289fce7d2d5..06623fff33f3 100644
--- a/drivers/gpu/drm/nova/nova.rs
+++ b/drivers/gpu/drm/nova/nova.rs
@@ -3,6 +3,7 @@
mod driver;
mod bios;
mod fwsec;
+mod gsp;
mod gpu;
use kernel::prelude::module;