Searched refs:position1 (Results 1 – 2 of 2) sorted by relevance
654 struct crtc_position position1, position2; in optc1_is_counter_moving() local656 optc->funcs->get_position(optc, &position1); in optc1_is_counter_moving()659 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()660 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
1397 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local1399 tg->funcs->get_position(tg, &position1); 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()