diff options
author | Reza Amini <Reza.Amini@amd.com> | 2018-05-09 15:41:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 12:20:27 -0500 |
commit | 8de94233f4cdcd5b3065fa9b9af3edc10874a120 (patch) | |
tree | 638d2346d0a233dbb257588ba67732be2e779712 /drivers/gpu/drm/amd/display/include/fixed31_32.h | |
parent | e0d4234982b3e9ce7eaa6c1726ceb04efd0b800f (diff) | |
download | linux-8de94233f4cdcd5b3065fa9b9af3edc10874a120.tar.gz linux-8de94233f4cdcd5b3065fa9b9af3edc10874a120.tar.bz2 linux-8de94233f4cdcd5b3065fa9b9af3edc10874a120.zip |
drm/amd/display: Prefix TIMING_STANDARD entries with DC_
Signed-off-by: Reza Amini <Reza.Amini@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@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/fixed31_32.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/include/fixed31_32.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/fixed31_32.h b/drivers/gpu/drm/amd/display/include/fixed31_32.h index a981b3e99ab3..52a73332befb 100644 --- a/drivers/gpu/drm/amd/display/include/fixed31_32.h +++ b/drivers/gpu/drm/amd/display/include/fixed31_32.h @@ -26,6 +26,13 @@ #ifndef __DAL_FIXED31_32_H__ #define __DAL_FIXED31_32_H__ +#ifndef LLONG_MAX +#define LLONG_MAX 9223372036854775807ll +#endif +#ifndef LLONG_MIN +#define LLONG_MIN (-LLONG_MAX - 1ll) +#endif + #define FIXED31_32_BITS_PER_FRACTIONAL_PART 32 #ifndef LLONG_MIN #define LLONG_MIN (1LL<<63) |