Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/dp/
Ddp_display.c48 ST_MAINLINK_READY, enumerator
525 dp->hpd_state = ST_MAINLINK_READY; in dp_display_handle_port_ststus_changed()
594 if (state == ST_MAINLINK_READY || state == ST_CONNECTED) { in dp_hpd_plug_handle()
610 dp->hpd_state = ST_MAINLINK_READY; in dp_hpd_plug_handle()
660 } else if (state == ST_MAINLINK_READY) { in dp_hpd_unplug_handle()
708 if (state == ST_MAINLINK_READY || state == ST_DISCONNECT_PENDING) { in dp_irq_hpd_handle()
1609 if (state != ST_DISPLAY_OFF && state != ST_MAINLINK_READY) { in dp_bridge_atomic_enable()