Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_display.c208 msm_dp_priv->event_pndx, msm_dp_priv->event_gndx); in msm_dp_add_event()
212 todo = &msm_dp_priv->event_list[msm_dp_priv->event_pndx++]; in msm_dp_add_event()
230 if (msm_dp_priv->event_pndx == msm_dp_priv->event_gndx) { in msm_dp_del_event()
1064 (msm_dp_priv->event_pndx == msm_dp_priv->event_gndx) || in hpd_event_thread()
1068 (msm_dp_priv->event_pndx != msm_dp_priv->event_gndx) || in hpd_event_thread()
1076 todo = &msm_dp_priv->event_list[msm_dp_priv->event_gndx]; in hpd_event_thread()
1080 msm_dp_priv->event_gndx++; in hpd_event_thread()
1084 todo_next = &msm_dp_priv->event_list[msm_dp_priv->event_pndx++]; in hpd_event_thread()
1101 if (msm_dp_priv->event_pndx == msm_dp_priv->event_gndx) { in hpd_event_thread()
1106 msm_dp_priv->event_gndx++; in hpd_event_thread()
[all …]