Searched refs:wide_fb (Results 1 – 1 of 1) sorted by relevance
2830 struct igt_fb wide_fb, *old_fb; in badstride_subtest() local2841 opt.tiling, t->plane, &wide_fb); in badstride_subtest()2842 igt_assert(wide_fb.strides[0] > 16384); in badstride_subtest()2844 fill_fb(&wide_fb, COLOR_PRIM_BG); in badstride_subtest()2847 params->primary.fb = &wide_fb; in badstride_subtest()2857 params->primary.fb = &wide_fb; in badstride_subtest()2870 rc = drmModePageFlip(drm.fd, drm.display.pipes[params->pipe].crtc_id, wide_fb.fb_id, 0, NULL); in badstride_subtest()2874 igt_remove_fb(drm.fd, &wide_fb); in badstride_subtest()