Searched refs:displayIndex (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp_log.h | 44 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument 47 hdcp->config.index, displayIndex) 48 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument 51 hdcp->config.index, displayIndex) 52 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument 55 hdcp->config.index, displayIndex) 56 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument 59 hdcp->config.index, displayIndex) 62 #define HDCP_REMOVE_DISPLAY_TRACE(hdcp, displayIndex) \ argument 65 hdcp->config.index, displayIndex)
|