Searched refs:displayIndex (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp_log.h | 45 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument 48 hdcp->config.index, displayIndex) 49 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument 52 hdcp->config.index, displayIndex) 53 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument 56 hdcp->config.index, displayIndex) 57 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument 60 hdcp->config.index, displayIndex) 63 #define HDCP_REMOVE_DISPLAY_TRACE(hdcp, displayIndex) \ argument 66 hdcp->config.index, displayIndex)
|