Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c154 funcs->is_gpint_acked = dmub_dcn20_is_gpint_acked; in dmub_srv_hw_setup()
594 if (!dmub->hw_funcs.is_gpint_acked) in dmub_srv_send_gpint_command()
604 if (dmub->hw_funcs.is_gpint_acked(dmub, reg)) in dmub_srv_send_gpint_command()
H A Ddmub_dcn20.c109 if (dmub->hw_funcs.is_gpint_acked(dmub, cmd)) in dmub_dcn20_reset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h274 bool (*is_gpint_acked)(struct dmub_srv *dmub, member