Home
last modified time | relevance | path

Searched refs:get_active_display_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.h510 static inline uint8_t get_active_display_count(struct mod_hdcp *hdcp) in get_active_display_count() function
H A Dhdcp1_execution.c134 return (get_device_count(hdcp) < get_active_display_count(hdcp)) ? in check_device_count()
H A Dhdcp2_execution.c211 return (get_device_count(hdcp) < get_active_display_count(hdcp)) ? in check_device_count()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.h524 static inline uint8_t get_active_display_count(struct mod_hdcp *hdcp) in get_active_display_count() function
H A Dhdcp1_execution.c143 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()
H A Dhdcp2_execution.c219 return ((1 + get_device_count(hdcp)) < get_active_display_count(hdcp)) ? in check_device_count()

Completed in 7 milliseconds