summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2020-05-04 15:34:30 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-05-21 12:48:43 -0400
commitfdcf62fbfb288f4cb050c02c5ab9bc58fc53a872 (patch)
tree0bf1cfe7a8b7276ad49e2f7368f938ade3578cc3 /drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h
parentb6dbb8ff9dbfdf55ee88e668099d9d7517f109a5 (diff)
downloadlinux-stable-fdcf62fbfb288f4cb050c02c5ab9bc58fc53a872.tar.gz
linux-stable-fdcf62fbfb288f4cb050c02c5ab9bc58fc53a872.tar.bz2
linux-stable-fdcf62fbfb288f4cb050c02c5ab9bc58fc53a872.zip
drm/amd/display: correct rn NUM_VMID
Save the correct num vmid during resource creation and fix RN gpuvm level from 1 to 16 vmid entries. Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Eric Bernstein <Eric.Bernstein@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h
index 501532dd523a..c478213ba7ad 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h
+++ b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.h
@@ -80,6 +80,7 @@ struct dcn20_hubbub {
const struct dcn_hubbub_mask *masks;
unsigned int debug_test_index_pstate;
struct dcn_watermark_set watermarks;
+ int num_vmid;
struct dcn20_vmid vmid[16];
unsigned int detile_buf_size;
};