Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c194 funcs->get_outbox0_wptr = dmub_dcn20_get_outbox0_wptr; in dmub_srv_hw_setup()
267 funcs->get_outbox0_wptr = dmub_dcn31_get_outbox0_wptr; in dmub_srv_hw_setup()
308 funcs->get_outbox0_wptr = dmub_dcn32_get_outbox0_wptr; in dmub_srv_hw_setup()
348 funcs->get_outbox0_wptr = dmub_dcn35_get_outbox0_wptr; in dmub_srv_hw_setup()
393 funcs->get_outbox0_wptr = dmub_dcn401_get_outbox0_wptr; in dmub_srv_hw_setup()
1097 dmub->outbox0_rb.wrpt = dmub->hw_funcs.get_outbox0_wptr(dmub); in dmub_srv_get_outbox0_msg()
/linux-6.15/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h419 uint32_t (*get_outbox0_wptr)(struct dmub_srv *dmub); member