Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_dcn31.c378 uint32_t is_dmub_enabled, is_soft_reset, is_sec_reset; in dmub_dcn31_get_diagnostic_data() local
423 REG_GET(DMCUB_SEC_CNTL, DMCUB_SEC_RESET_STATUS, &is_sec_reset); in dmub_dcn31_get_diagnostic_data()
424 diag_data->is_dmcub_secure_reset = is_sec_reset; in dmub_dcn31_get_diagnostic_data()
Ddmub_dcn20.c413 uint32_t is_dmub_enabled, is_soft_reset, is_sec_reset; in dmub_dcn20_get_diagnostic_data() local
458 REG_GET(DMCUB_SEC_CNTL, DMCUB_SEC_RESET_STATUS, &is_sec_reset); in dmub_dcn20_get_diagnostic_data()
459 diag_data->is_dmcub_secure_reset = is_sec_reset; in dmub_dcn20_get_diagnostic_data()