summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2020-06-03 03:37:56 +0200
committerBen Skeggs <bskeggs@redhat.com>2020-06-04 06:23:20 +0200
commit6f8dbcf1c9cec3ec5efcf4c17b29a5b1732d1491 (patch)
tree4ccadbbd37bcea06297a0049e9cfed212fe557a6 /drivers/gpu/drm/nouveau/include
parentdrm/nouveau/kms/gt215-: fix race with audio driver runpm (diff)
downloadlinux-6f8dbcf1c9cec3ec5efcf4c17b29a5b1732d1491.tar.xz
linux-6f8dbcf1c9cec3ec5efcf4c17b29a5b1732d1491.zip
drm/nouveau/disp: provide hint to OR allocation about HDA requirements
Will be used by a subsequent commit to influence SOR allocation policy. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvif/cl5070.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/cl5070.h b/drivers/gpu/drm/nouveau/include/nvif/cl5070.h
index 38bf4f38e869..53800fb46582 100644
--- a/drivers/gpu/drm/nouveau/include/nvif/cl5070.h
+++ b/drivers/gpu/drm/nouveau/include/nvif/cl5070.h
@@ -46,7 +46,8 @@ struct nv50_disp_acquire_v0 {
__u8 version;
__u8 or;
__u8 link;
- __u8 pad03[5];
+ __u8 hda;
+ __u8 pad04[4];
};
struct nv50_disp_dac_load_v0 {