Home
last modified time | relevance | path

Searched refs:get_outbox0_wptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c190 funcs->get_outbox0_wptr = dmub_dcn20_get_outbox0_wptr; in dmub_srv_hw_setup()
263 funcs->get_outbox0_wptr = dmub_dcn31_get_outbox0_wptr; in dmub_srv_hw_setup()
303 funcs->get_outbox0_wptr = dmub_dcn32_get_outbox0_wptr; in dmub_srv_hw_setup()
958 dmub->outbox0_rb.wrpt = dmub->hw_funcs.get_outbox0_wptr(dmub); in dmub_srv_get_outbox0_msg()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h366 uint32_t (*get_outbox0_wptr)(struct dmub_srv *dmub); member