Home
last modified time | relevance | path

Searched refs:MAX_NUM_OF_DISPLAYS (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp.h204 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS];
515 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_active_display_count()
527 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_first_active_display()
541 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_active_display_at_index()
556 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in get_empty_display_container()
Dhdcp.c54 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in is_cp_desired_hdcp1()
75 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in is_cp_desired_hdcp2()
Dhdcp_psp.c189 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in mod_hdcp_hdcp1_destroy_session()
322 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in mod_hdcp_hdcp1_enable_dp_stream_encryption()
454 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) in mod_hdcp_hdcp2_destroy_session()
817 for (i = 0; i < MAX_NUM_OF_DISPLAYS; i++) { in mod_hdcp_hdcp2_enable_dp_stream_encryption()
/drivers/gpu/drm/amd/display/modules/inc/
Dmod_hdcp.h35 #define MAX_NUM_OF_DISPLAYS 6 macro