Commit f3cade5c authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Dave Airlie

drm: Bring PLL limits in sync with DDX values.

Signed-off-by: default avatarKristian Høgsberg <krh@redhat.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 7f9872e0
...@@ -90,12 +90,12 @@ typedef struct { ...@@ -90,12 +90,12 @@ typedef struct {
#define I9XX_DOT_MAX 400000 #define I9XX_DOT_MAX 400000
#define I9XX_VCO_MIN 1400000 #define I9XX_VCO_MIN 1400000
#define I9XX_VCO_MAX 2800000 #define I9XX_VCO_MAX 2800000
#define I9XX_N_MIN 3 #define I9XX_N_MIN 1
#define I9XX_N_MAX 8 #define I9XX_N_MAX 6
#define I9XX_M_MIN 70 #define I9XX_M_MIN 70
#define I9XX_M_MAX 120 #define I9XX_M_MAX 120
#define I9XX_M1_MIN 10 #define I9XX_M1_MIN 10
#define I9XX_M1_MAX 20 #define I9XX_M1_MAX 22
#define I9XX_M2_MIN 5 #define I9XX_M2_MIN 5
#define I9XX_M2_MAX 9 #define I9XX_M2_MAX 9
#define I9XX_P_SDVO_DAC_MIN 5 #define I9XX_P_SDVO_DAC_MIN 5
......
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