Searched refs:displayIndex (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp_log.h | 43 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument 46 hdcp->config.index, displayIndex) 47 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument 50 hdcp->config.index, displayIndex) 51 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument 54 hdcp->config.index, displayIndex) 55 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument 58 hdcp->config.index, displayIndex) 61 #define HDCP_REMOVE_DISPLAY_TRACE(hdcp, displayIndex) \ argument 64 hdcp->config.index, displayIndex)
|