Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dmub/src/
A Ddmub_dcn31.c455 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn31_should_detect() local
456 return should_detect; in dmub_dcn31_should_detect()
A Ddmub_srv.c260 funcs->should_detect = dmub_dcn31_should_detect; in dmub_srv_hw_setup()
918 if (!dmub->hw_init || !dmub->hw_funcs.should_detect) in dmub_srv_should_detect()
921 return dmub->hw_funcs.should_detect(dmub); in dmub_srv_should_detect()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dmub/
A Ddmub_srv.h394 bool (*should_detect)(struct dmub_srv *dmub); member

Completed in 9 milliseconds