projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811bbf0
)
drm/i915: Allow p1 divider 2 on VLV
author
Ville Syrjälä
<
[email protected]
>
Tue, 24 Sep 2013 18:26:26 +0000
(21:26 +0300)
committer
Daniel Vetter
<
[email protected]
>
Thu, 10 Oct 2013 10:46:53 +0000
(12:46 +0200)
According to VLV2_DPLL_mphy_hsdpll_frequency_table_ww6_rev1p1.xlsm p1
can be 2-3 always.
Signed-off-by: Ville Syrjälä <
[email protected]
>
Reviewed-by: Mika Kuoppala <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 99c56b8f6462d20a65a02f9de6b2ffc367f1a1b8..c4658e7c3bb68f9d4dfda08466f8d313aa7d2f4e 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-330,7
+330,7
@@
static const intel_limit_t intel_limits_vlv_hdmi = {
.m1 = { .min = 2, .max = 3 },
.m2 = { .min = 11, .max = 156 },
.p = { .min = 10, .max = 30 },
- .p1 = { .min =
3
, .max = 3 },
+ .p1 = { .min =
2
, .max = 3 },
.p2 = { .dot_limit = 270000,
.p2_slow = 2, .p2_fast = 20 },
};