Searched refs:planeconfigs (Results 1 – 1 of 1) sorted by relevance
536 } planeconfigs[] = { in test_multi_plane_rotation() local569 for (i = 0; i < ARRAY_SIZE(planeconfigs); i++) { in test_multi_plane_rotation()571 p[0].width = (uint64_t)(planeconfigs[i].width * mode->hdisplay); in test_multi_plane_rotation()572 p[0].height = (uint64_t)(planeconfigs[i].height * mode->vdisplay); in test_multi_plane_rotation()573 p[0].tiling = planeconfigs[i].tiling; in test_multi_plane_rotation()579 for (j = 0; j < ARRAY_SIZE(planeconfigs); j++) { in test_multi_plane_rotation()581 p[1].width = (uint64_t)(planeconfigs[j].width * mode->hdisplay); in test_multi_plane_rotation()582 p[1].height = (uint64_t)(planeconfigs[j].height * mode->vdisplay); in test_multi_plane_rotation()583 p[1].tiling = planeconfigs[j].tiling; in test_multi_plane_rotation()595 (planeconfigs[i].rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_multi_plane_rotation()[all …]