Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.h407 struct work_struct modeset_retry_work; member
H A Dcdns-mhdp8546-core.c2072 schedule_work(&mhdp->modeset_retry_work); in cdns_mhdp_atomic_enable()
2367 mhdp = container_of(work, typeof(*mhdp), modeset_retry_work); in cdns_mhdp_modeset_retry_fn()
2448 schedule_work(&mhdp->modeset_retry_work); in cdns_mhdp_hpd_work()
2571 INIT_WORK(&mhdp->modeset_retry_work, cdns_mhdp_modeset_retry_fn); in cdns_mhdp_probe()
2635 cancel_work_sync(&mhdp->modeset_retry_work); in cdns_mhdp_remove()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_link_training.c1137 queue_work(i915->unordered_wq, &intel_connector->modeset_retry_work); in intel_dp_schedule_fallback_link_training()
H A Dintel_display_types.h624 struct work_struct modeset_retry_work; member
H A Dintel_dp.c5637 modeset_retry_work); in intel_dp_modeset_retry_work_fn()
5668 INIT_WORK(&intel_connector->modeset_retry_work, in intel_dp_init_connector()
H A Dintel_display.c8025 if (connector->modeset_retry_work.func) in intel_hpd_poll_fini()
8026 cancel_work_sync(&connector->modeset_retry_work); in intel_hpd_poll_fini()