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:
b5dada8
)
drm/i915/skl: handle port E in cpt_digital_port_connected
author
Jani Nikula
<
[email protected]
>
Fri, 18 Sep 2015 12:54:50 +0000
(15:54 +0300)
committer
Jani Nikula
<
[email protected]
>
Mon, 21 Sep 2015 09:36:04 +0000
(12:36 +0300)
SKL port E handling was added in
commit
26951caf55d73ceb1967b0bf12f6d0b96853508e
Author: Xiong Zhang <
[email protected]
>
Date: Mon Aug 17 15:55:50 2015 +0800
drm/i915/skl: enable DDI-E hotplug
but the whole function was moved in a another branch in
commit
b93433ccf64846820b9448f5ff5dd4348b58a8ed
Author: Jani Nikula <
[email protected]
>
Date: Thu Aug 20 10:47:36 2015 +0300
drm/i915: move ibx_digital_port_connected to intel_dp.c
and the addition was lost at some backmerge that I was unable to
identify. Put it back in.
Tested-by: Tomi Sarvela <
[email protected]
>
Reviewed-by: Mika Kuoppala <
[email protected]
>
Signed-off-by: Jani Nikula <
[email protected]
>
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 b8c4fc5a92f1f4286d1a7f0c2316c75c719963a1..9700f774dc6c0fd3ff38960d94f560b89afea592 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-4582,6
+4582,9
@@
static bool cpt_digital_port_connected(struct drm_i915_private *dev_priv,
case PORT_D:
bit = SDE_PORTD_HOTPLUG_CPT;
break;
+ case PORT_E:
+ bit = SDE_PORTE_HOTPLUG_SPT;
+ break;
default:
MISSING_CASE(port->port);
return false;