Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_dmcu.c286 unsigned int wait_loop_number) in dce_psr_wait_loop() argument
291 if (dmcu->cached_wait_loop_number == wait_loop_number) in dce_psr_wait_loop()
302 masterCmdData1.bits.wait_loop = wait_loop_number; in dce_psr_wait_loop()
303 dmcu->cached_wait_loop_number = wait_loop_number; in dce_psr_wait_loop()
693 unsigned int wait_loop_number) in dcn10_psr_wait_loop() argument
702 if (wait_loop_number != 0) { in dcn10_psr_wait_loop()
707 masterCmdData1.bits.wait_loop = wait_loop_number; in dcn10_psr_wait_loop()
708 dmcu->cached_wait_loop_number = wait_loop_number; in dcn10_psr_wait_loop()
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Ddmcu.h56 unsigned int wait_loop_number);