Commit 3bf599e8 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: add Hawaii chip family

Hawaii is a new CI-based dGPU.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1cd73ff7
......@@ -98,6 +98,7 @@ static const char radeon_family_name[][16] = {
"BONAIRE",
"KAVERI",
"KABINI",
"HAWAII",
"LAST",
};
......
......@@ -96,6 +96,7 @@ enum radeon_family {
CHIP_BONAIRE,
CHIP_KAVERI,
CHIP_KABINI,
CHIP_HAWAII,
CHIP_LAST,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment