Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn31.c479 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn31_should_detect()
H A Ddmub_dcn35.c542 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn35_should_detect()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h634DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED = (1 << 6), /**< 1 if detection need to be triggered by… enumerator