Home
last modified time | relevance | path

Searched refs:clock_source_ref_count (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h237 uint8_t clock_source_ref_count[MAX_CLOCK_SOURCES]; member
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c291 res_ctx->clock_source_ref_count[i]--; in resource_unreference_clock_source()
305 res_ctx->clock_source_ref_count[i]++; in resource_reference_clock_source()
319 return res_ctx->clock_source_ref_count[i]; in resource_get_clock_source_reference()
2663 if (res_ctx->clock_source_ref_count[i] == 0) in dc_resource_find_first_free_pll()