Home
last modified time | relevance | path

Searched refs:position2 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c682 struct crtc_position position1, position2; in optc1_is_counter_moving() local
685 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()
687 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()
688 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c707 struct crtc_position position1, position2; in optc1_is_counter_moving() local
710 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()
712 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()
713 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1402 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local
1405 tg->funcs->get_position(tg, &position2); 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H 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