diff options
author | Charlene Liu <charlene.liu@amd.com> | 2017-08-01 13:23:56 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:16:15 -0400 |
commit | 746e082fdd1c7650322ba4c08652245fcdf83adb (patch) | |
tree | 802cdca56eb59e115854416d028c73d098027363 /drivers/gpu/drm/amd/display/include/dal_asic_id.h | |
parent | a7b06724eeb4ecca0c64e8f734e8ef27001670ca (diff) | |
download | linux-746e082fdd1c7650322ba4c08652245fcdf83adb.tar.gz linux-746e082fdd1c7650322ba4c08652245fcdf83adb.tar.bz2 linux-746e082fdd1c7650322ba4c08652245fcdf83adb.zip |
drm/amd/display: update predefined latency for Rv1_F0
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/dal_asic_id.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/include/dal_asic_id.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/dal_asic_id.h b/drivers/gpu/drm/amd/display/include/dal_asic_id.h index af9fa66b32b8..14e3146a0cb2 100644 --- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h +++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h @@ -115,6 +115,9 @@ #define RAVEN_UNKNOWN 0xFF #define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN) +#define RAVEN1_F0 0xF0 +#define ASICREV_IS_RV1_F0(eChipRev) ((eChipRev >= RAVEN1_F0) && (eChipRev < RAVEN_UNKNOWN)) + #define FAMILY_RV 142 /* DCN 1*/ |