Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_stat.c63 notify->type == DMUB_NOTIFICATION_HPD_IRQ || in dc_stat_get_dmub_notification()
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_srv_stat.c84 notify->type = DMUB_NOTIFICATION_HPD_IRQ; in dmub_srv_stat_get_notification()
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/
Ddmub_srv.h137 DMUB_NOTIFICATION_HPD_IRQ, enumerator
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c793 else if (notify->type == DMUB_NOTIFICATION_HPD_IRQ) in dmub_hpd_callback()
810 } else if (notify->type == DMUB_NOTIFICATION_HPD_IRQ) { in dmub_hpd_callback()
3844 if (!register_dmub_notify_callback(adev, DMUB_NOTIFICATION_HPD_IRQ, in register_hpd_handlers()