Home
last modified time | relevance | path

Searched refs:HPD_LOST (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_reg.h272 #define HPD_LOST (0x1 << 1) macro
Danalogix_dp_reg.c23 #define COMMON_INT_MASK_4 (HOTPLUG_CHG | HPD_LOST | PLUG)
399 reg = HOTPLUG_CHG | HPD_LOST | PLUG; in analogix_dp_clear_hotplug_interrupts()
446 if (reg & HPD_LOST) in analogix_dp_get_irq_type()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch9289 -#define COMMON_INT_MASK_4 (HOTPLUG_CHG | HPD_LOST | PLUG)
9736 reg = HOTPLUG_CHG | HPD_LOST | PLUG;
9797 - if (reg & HPD_LOST)