diff options
| author | Dmytro Laktyushkin <[email protected]> | 2019-10-02 15:59:23 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-10-17 16:28:37 -0400 |
| commit | 234fa04ea202a455e864226600aec8152ba162da (patch) | |
| tree | 7b415366754b7948af1733400def2ef9022bf4a4 | |
| parent | 02981b28cde7d0e71978c9bd530067855841ffc8 (diff) | |
drm/amd/display: correct dcn21 NUM_VMID to 16
1 vmid limitation only exists for HOSTVM which is a custom
use case anyway.
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Bhawanpreet Lakha <[email protected]>
Reviewed-by: Roman Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c b/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c index 44f64a8e33f1..aeb5de6f4530 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c +++ b/drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c @@ -52,7 +52,7 @@ #ifdef NUM_VMID #undef NUM_VMID #endif -#define NUM_VMID 1 +#define NUM_VMID 16 static uint32_t convert_and_clamp( uint32_t wm_ns, |