summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2015-12-11 16:35:25 +0900
committerAlexandre Courbot <acourbot@nvidia.com>2015-12-11 17:56:11 +0900
commitdae537fdb39e4ee7ca81fe5a1ad21247ad81f56c (patch)
treee38f45e79124d828791ab859c89d183ebdc5e1ae
parent0daf819128fe6d1f36d37b413eb5ae1d00474485 (diff)
downloadnouveau-dae537fdb39e4ee7ca81fe5a1ad21247ad81f56c.tar.gz
sb: complete HS falcon desc structure
There are unused for now, but for the sake of completeness...
-rw-r--r--drm/nouveau/nvkm/core/secure_boot.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/drm/nouveau/nvkm/core/secure_boot.c b/drm/nouveau/nvkm/core/secure_boot.c
index 69529d040..8eebe0758 100644
--- a/drm/nouveau/nvkm/core/secure_boot.c
+++ b/drm/nouveau/nvkm/core/secure_boot.c
@@ -1090,7 +1090,13 @@ struct hsflcn_acr_desc {
} region_props[FLCN_ACR_MAX_REGIONS];
} regions;
u32 nonwpr_ucode_blob_size;
- u64 nonwpr_ucode_blob_start;
+ u64 nonwpr_ucode_blob_start __attribute__ ((aligned (8)));
+ struct {
+ u32 vpr_enabled;
+ u32 vpr_start;
+ u32 vpr_end;
+ u32 hdcp_policies;
+ } vpr_desc;
};
/**