Home
last modified time | relevance | path

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

/external/libdrm/tests/planetest/
Dplanetest.c42 struct sp_crtc *test_crtc; in main() local
65 test_crtc = &dev->crtcs[crtc]; in main()
74 num_test_planes = test_crtc->num_planes; in main()
76 plane[i] = get_sp_plane(dev, test_crtc); in main()
94 test_crtc->crtc->mode.hdisplay - plane_w); in main()
95 incrementor(&y_inc, &y, 5, 0, test_crtc->crtc->mode.vdisplay - in main()
99 ret = set_sp_plane(dev, plane[j], test_crtc, in main()
Datomictest.c48 struct sp_crtc *test_crtc; in main() local
77 test_crtc = &dev->crtcs[crtc]; in main()
86 num_test_planes = test_crtc->num_planes; in main()
88 plane[i] = get_sp_plane(dev, test_crtc); in main()
114 test_crtc->crtc->mode.hdisplay - plane_w); in main()
115 incrementor(&y_inc, &y, 5, 0, test_crtc->crtc->mode.vdisplay - in main()
119 ret = set_sp_plane_pset(dev, plane[j], pset, test_crtc, in main()