Home
last modified time | relevance | path

Searched refs:get_active_display_count (Results 1 – 3 of 3) sorted by relevance

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