Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_optc.c703 struct crtc_position position1, position2; in optc1_is_counter_moving() local
706 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()
708 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()
709 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator.c1397 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local
1400 tg->funcs->get_position(tg, &position2); in dce110_timing_generator_is_counter_moving()
1402 if (position1.horizontal_count == position2.horizontal_count && in dce110_timing_generator_is_counter_moving()
1403 position1.vertical_count == position2.vertical_count) in dce110_timing_generator_is_counter_moving()

Completed in 9 milliseconds