drm/amd/display: Add DCN2 and NV ASIC ID

DCN2.0 (Display Core Next) is the display block in Navi10.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Harry Wentland 2019-02-22 10:11:16 -05:00 committed by Alex Deucher
parent 76b743f45d
commit 9793014570
2 changed files with 9 additions and 0 deletions

View File

@ -147,6 +147,12 @@
#define FAMILY_RV 142 /* DCN 1*/
#if defined(CONFIG_DRM_AMD_DC_DCN2_0)
#define FAMILY_NV 143 /* DCN 2*/
#endif
/*
* ASIC chip ID
*/

View File

@ -46,6 +46,9 @@ enum dce_version {
DCE_VERSION_MAX,
DCN_VERSION_1_0,
DCN_VERSION_1_01,
#if defined(CONFIG_DRM_AMD_DC_DCN2_0)
DCN_VERSION_2_0,
#endif
DCN_VERSION_MAX
};