projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a60b7
)
rk hdmi: parse hdmi edid when uboot show logo
author
hjc
<hjc@rock-chips.com>
Tue, 7 Oct 2014 10:09:12 +0000
(18:09 +0800)
committer
hjc
<hjc@rock-chips.com>
Tue, 7 Oct 2014 10:09:12 +0000
(18:09 +0800)
drivers/video/rockchip/hdmi/rk_hdmi_task.c
patch
|
blob
|
history
diff --git
a/drivers/video/rockchip/hdmi/rk_hdmi_task.c
b/drivers/video/rockchip/hdmi/rk_hdmi_task.c
index dcb4edf0906c811c44514a50b026e89248cadcd9..2cfe9f2f31bdfa6a10a9c9252121bfcf46f5779b 100755
(executable)
--- a/
drivers/video/rockchip/hdmi/rk_hdmi_task.c
+++ b/
drivers/video/rockchip/hdmi/rk_hdmi_task.c
@@
-220,7
+220,13
@@
void hdmi_work(struct work_struct *work)
hdmi->hotplug = hotplug;
} else if (hotplug == HDMI_HPD_REMOVED) {
hdmi_sys_sleep(hdmi);
- }
+ }else if (hotplug == HDMI_HPD_ACTIVED) {
+ if (hdmi->uboot_logo) {
+ if (hdmi->insert)
+ hdmi->insert(hdmi);
+ hdmi->state = READ_PARSE_EDID;
+ }
+ }
do {
hdmi_sys_show_state(hdmi);