diff options
Diffstat (limited to 'drivers/gpu/nova-core/gsp.rs')
| -rw-r--r-- | drivers/gpu/nova-core/gsp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nova-core/gsp.rs b/drivers/gpu/nova-core/gsp.rs index 609f8e5f2dcc..e40354c47608 100644 --- a/drivers/gpu/nova-core/gsp.rs +++ b/drivers/gpu/nova-core/gsp.rs @@ -15,6 +15,7 @@ use kernel::{ }; pub(crate) mod cmdq; +pub(crate) mod commands; mod fw; pub(crate) use fw::{ |