HomeSort by relevance Sort by last modified time
    Searched refs:test_crtc (Results 1 - 2 of 2) sorted by null

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

Completed in 427 milliseconds