projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143b307
)
drm/i915: Restrict hsw_dp_set_ddi_pll_sel() to HSW/BDW
author
Damien Lespiau
<damien.lespiau@intel.com>
Tue, 29 Jul 2014 17:06:20 +0000
(18:06 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 8 Aug 2014 15:43:36 +0000
(17:43 +0200)
Future platform will use config->ddi_pll_sel in a different way.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c
index
0aa219d
..
16fcfc6
100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-964,7
+964,7
@@
found:
&pipe_config->dp_m2_n2);
}
- if (
HAS_DDI
(dev))
+ if (
IS_HASWELL(dev) || IS_BROADWELL
(dev))
hsw_dp_set_ddi_pll_sel(pipe_config, intel_dp->link_bw);
else
intel_dp_set_clock(encoder, pipe_config, intel_dp->link_bw);