Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c63 dmub->outbox1_rb.wrpt = dmub->hw_funcs.get_outbox1_wptr(dmub); in dmub_srv_stat_get_notification()
H A Ddmub_srv.c185 funcs->get_outbox1_wptr = dmub_dcn20_get_outbox1_wptr; in dmub_srv_hw_setup()
249 funcs->get_outbox1_wptr = dmub_dcn31_get_outbox1_wptr; in dmub_srv_hw_setup()
289 funcs->get_outbox1_wptr = dmub_dcn32_get_outbox1_wptr; in dmub_srv_hw_setup()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h359 uint32_t (*get_outbox1_wptr)(struct dmub_srv *dmub); member