Searched refs:should_detect (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_dcn31.c473 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; local
474 return should_detect;
H A Ddmub_srv.c267 funcs->should_detect = dmub_dcn31_should_detect;
973 if (!dmub->hw_init || !dmub->hw_funcs.should_detect)
976 return dmub->hw_funcs.should_detect(dmub);
/openbsd-current/sys/dev/pci/drm/amd/display/dmub/
H A Ddmub_srv.h407 bool (*should_detect)(struct dmub_srv *dmub); member in struct:dmub_srv_hw_funcs

Completed in 177 milliseconds