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

/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn31.c474 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; local
475 return should_detect;
H A Ddmub_srv.c273 funcs->should_detect = dmub_dcn31_should_detect;
360 funcs->should_detect = dmub_dcn35_should_detect;
1057 if (!dmub->hw_init || !dmub->hw_funcs.should_detect)
1060 return dmub->hw_funcs.should_detect(dmub);
H A Ddmub_dcn35.c536 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; local
537 return should_detect;
/linux-master/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h437 bool (*should_detect)(struct dmub_srv *dmub); member in struct:dmub_srv_hw_funcs

Completed in 146 milliseconds