mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 12:56:18 +07:00
drm/radeon: add DCE8 macro for CIK
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
6eac752ec6
commit
e282917ca3
@ -1841,6 +1841,7 @@ void r100_pll_errata_after_index(struct radeon_device *rdev);
|
||||
(rdev->flags & RADEON_IS_IGP))
|
||||
#define ASIC_IS_DCE64(rdev) ((rdev->family == CHIP_OLAND))
|
||||
#define ASIC_IS_NODCE(rdev) ((rdev->family == CHIP_HAINAN))
|
||||
#define ASIC_IS_DCE8(rdev) ((rdev->family >= CHIP_BONAIRE))
|
||||
|
||||
/*
|
||||
* BIOS helpers.
|
||||
|
Loading…
Reference in New Issue
Block a user