diff options
| author | Leo Li <[email protected]> | 2022-01-27 14:29:31 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-17 15:46:04 -0500 |
| commit | 868f4357ed0d1e2f96bbd67d4ac862aa6335effe (patch) | |
| tree | e1190498ae4634a95c7de379f0944ce601a6413f /drivers/gpu/drm/amd/display/dmub/dmub_srv.h | |
| parent | de7cc1b48fde1abf13324e800cecc0aad5078ade (diff) | |
drm/amd/display: Add DMUB support for DCN316
Initialize DMUB for DCN316. Use same funcs as DCN31 for
DCN316.
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Prike Liang <[email protected]>
Signed-off-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/dmub_srv.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h index 83855b8a32e9..821d3fb1f824 100644 --- a/drivers/gpu/drm/amd/display/dmub/dmub_srv.h +++ b/drivers/gpu/drm/amd/display/dmub/dmub_srv.h @@ -98,6 +98,7 @@ enum dmub_asic { DMUB_ASIC_DCN303, DMUB_ASIC_DCN31, DMUB_ASIC_DCN31B, + DMUB_ASIC_DCN316, DMUB_ASIC_MAX, }; |