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 <Dmytro.Laktyushkin@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Dmytro Laktyushkin 2019-10-02 15:59:23 -04:00 committed by Alex Deucher
parent 02981b28cd
commit 234fa04ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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,