| Предыдущий | Следующий |
| STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS | STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST |
STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED
Что означает STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED
STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED — драйвер дисплея не поддерживает GUID DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING и DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING.
Что проверить
Зафиксируйте вызов D3DKMT, адаптер/видеовыход и объект, на котором появился STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED.
- Проверьте текущую VidPN/топологию, возможности драйвера и монитора, состояние выделения памяти/устройства и события Display/DxgKrnl.
- Если был TDR/сброс или смена режима, отделите первичный отказ драйвера/устройства от последующих ошибок уже потерянного графического контекста.
- Сверьте поддерживаемые версии, возможности и режимы для конкретного API/устройства, возвращающего STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED. Если возможность отсутствует, выбирайте поддерживаемый режим или API вместо повторных попыток.
Исходная формулировка
The requested OPM signaling operation is unsupported.
OPM protection does not only set a single on/off flag. It can involve connector-specific signaling, protection levels, and status information for digital and analog outputs. This status means the requested signaling operation is outside what the output path and driver support.
Keep this distinct from HDCP resource exhaustion or invalid request format. A well-formed request can still be unsupported because the connector, display mode, driver, or physical output does not implement the signaling mechanism being requested.
Log the connector type, requested signaling/protection GUID, and current display mode.
Compare the driver-reported supported protections with the attempted operation.
Технические ссылки
- Microsoft: Supporting Output Protection Manager
- Microsoft: Handling protection levels with OPM
- Microsoft: OPM and display modes
- Microsoft: Configuring a protected output
- Microsoft: MS-ERREF NTSTATUS values
Нужно найти другой код? Найти другой код состояния или ошибки.
