Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c677 struct crtc_position position1, position2; in optc1_is_counter_moving() local
679 optc->funcs->get_position(optc, &position1); in optc1_is_counter_moving()
682 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()
683 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.c1402 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local
1404 tg->funcs->get_position(tg, &position1); in dce110_timing_generator_is_counter_moving()
1407 if (position1.horizontal_count == position2.horizontal_count && in dce110_timing_generator_is_counter_moving()
1408 position1.vertical_count == position2.vertical_count) in dce110_timing_generator_is_counter_moving()