Searched refs:rxsense (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/bridge/ |
D | dw_hdmi.h | 122 bool force, bool disabled, bool rxsense); 193 bool force, bool disabled, bool rxsense);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 187 bool rxsense; /* rxsense state */ member 1576 bool force, bool disabled, bool rxsense) in dw_hdmi_phy_update_hpd() argument 1580 if (force || disabled || !rxsense) in dw_hdmi_phy_update_hpd() 2299 if (hdmi->rxsense) in dw_hdmi_update_power() 2331 hdmi->rxsense); in dw_hdmi_update_phy_mask() 2965 hdmi->rxsense = false; in dw_hdmi_setup_rx_sense() 2974 hdmi->rxsense = true; in dw_hdmi_setup_rx_sense() 3217 hdmi->rxsense = true; in dw_hdmi_probe()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | include.patch | 121 + bool force, bool disabled, bool rxsense); 229 bool force, bool disabled, bool rxsense);
|
D | drivers.patch | 12056 + hdmi->rxsense = false; 12058 + hdmi->rxsense = true; 13502 * clear the software rxsense status.
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 942 bool force, bool disabled, bool rxsense);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 9872 hdmi->rxsense = true;
|