Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c185 funcs->get_current_time = dmub_dcn20_get_current_time; in dmub_srv_hw_setup()
272 funcs->get_current_time = dmub_dcn31_get_current_time; in dmub_srv_hw_setup()
310 funcs->get_current_time = dmub_dcn32_get_current_time; in dmub_srv_hw_setup()
351 funcs->get_current_time = dmub_dcn35_get_current_time; in dmub_srv_hw_setup()
396 funcs->get_current_time = dmub_dcn401_get_current_time; in dmub_srv_hw_setup()
/linux-6.15/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h457 uint32_t (*get_current_time)(struct dmub_srv *dmub); member