mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
rkfb:use macro HDMI_HPD_ACTIVED to judge HDMI plug or not
This commit is contained in:
parent
6378d30555
commit
a0132e447e
|
|
@ -217,7 +217,7 @@ static int rk_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
|
|||
|
||||
#if defined(CONFIG_HDMI_RK30)
|
||||
#if defined(CONFIG_DUAL_DISP_IN_KERNEL)
|
||||
if(hdmi_get_hotplug())
|
||||
if(hdmi_get_hotplug() == HDMI_HPD_ACTIVED)
|
||||
{
|
||||
if(inf->num_fb >= 2)
|
||||
{
|
||||
|
|
@ -370,7 +370,7 @@ static int rk_fb_set_par(struct fb_info *info)
|
|||
|
||||
#if defined(CONFIG_HDMI_RK30)
|
||||
#if defined(CONFIG_DUAL_DISP_IN_KERNEL)
|
||||
if(hdmi_get_hotplug())
|
||||
if(hdmi_get_hotplug() == HDMI_HPD_ACTIVED)
|
||||
{
|
||||
if(inf->num_fb >= 2)
|
||||
{
|
||||
|
|
@ -481,7 +481,7 @@ static int rk_fb_set_par(struct fb_info *info)
|
|||
|
||||
#if defined(CONFIG_HDMI_RK30)
|
||||
#if defined(CONFIG_DUAL_DISP_IN_KERNEL)
|
||||
if(hdmi_get_hotplug())
|
||||
if(hdmi_get_hotplug() == HDMI_HPD_ACTIVED)
|
||||
{
|
||||
if(info != info2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user