Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/bridge/cadence/
A Dcdns-mhdp8546-core.h407 struct work_struct modeset_retry_work; member
A Dcdns-mhdp8546-core.c2053 schedule_work(&mhdp->modeset_retry_work); in cdns_mhdp_atomic_enable()
2336 mhdp = container_of(work, typeof(*mhdp), modeset_retry_work); in cdns_mhdp_modeset_retry_fn()
2417 schedule_work(&mhdp->modeset_retry_work); in cdns_mhdp_hpd_work()
2542 INIT_WORK(&mhdp->modeset_retry_work, cdns_mhdp_modeset_retry_fn); in cdns_mhdp_probe()
2606 cancel_work_sync(&mhdp->modeset_retry_work); in cdns_mhdp_remove()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_display_types.h611 struct work_struct modeset_retry_work; member
A Dintel_dp_link_training.c1126 schedule_work(&intel_connector->modeset_retry_work); in intel_dp_schedule_fallback_link_training()
A Dintel_dp.c5367 modeset_retry_work); in intel_dp_modeset_retry_work_fn()
5398 INIT_WORK(&intel_connector->modeset_retry_work, in intel_dp_init_connector()
A Dintel_display.c8936 if (connector->modeset_retry_work.func) in intel_hpd_poll_fini()
8937 cancel_work_sync(&connector->modeset_retry_work); in intel_hpd_poll_fini()

Completed in 46 milliseconds