Commit 2f062fda authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie

drm/radeon/kms: add new family id for AMD Ontario APUs

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 603a9da3
...@@ -1269,6 +1269,7 @@ void r100_pll_errata_after_index(struct radeon_device *rdev); ...@@ -1269,6 +1269,7 @@ void r100_pll_errata_after_index(struct radeon_device *rdev);
#define ASIC_IS_DCE3(rdev) ((rdev->family >= CHIP_RV620)) #define ASIC_IS_DCE3(rdev) ((rdev->family >= CHIP_RV620))
#define ASIC_IS_DCE32(rdev) ((rdev->family >= CHIP_RV730)) #define ASIC_IS_DCE32(rdev) ((rdev->family >= CHIP_RV730))
#define ASIC_IS_DCE4(rdev) ((rdev->family >= CHIP_CEDAR)) #define ASIC_IS_DCE4(rdev) ((rdev->family >= CHIP_CEDAR))
#define ASIC_IS_DCE41(rdev) ((rdev->family >= CHIP_PALM))
/* /*
* BIOS helpers. * BIOS helpers.
......
...@@ -80,6 +80,7 @@ enum radeon_family { ...@@ -80,6 +80,7 @@ enum radeon_family {
CHIP_JUNIPER, CHIP_JUNIPER,
CHIP_CYPRESS, CHIP_CYPRESS,
CHIP_HEMLOCK, CHIP_HEMLOCK,
CHIP_PALM,
CHIP_LAST, 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