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

/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c707 struct crtc_position position1, position2; local
709 optc->funcs->get_position(optc, &position1);
712 if (position1.horizontal_count == position2.horizontal_count &&
713 position1.vertical_count == position2.vertical_count)
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1397 struct crtc_position position1, position2; local
1399 tg->funcs->get_position(tg, &position1);
1402 if (position1.horizontal_count == position2.horizontal_count &&
1403 position1.vertical_count == position2.vertical_count)

Completed in 204 milliseconds