From e36091d1c7010e825897dc4487f9985ab353973b Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Tue, 3 Mar 2015 14:11:01 +0000 Subject: tiling: Convert framebuffer helpers to use fb modifiers This converts the IGT API only, underneath legacy set_tiling is still used. v2: One got away in kms_flip. Signed-off-by: Tvrtko Ursulin Signed-off-by: Damien Lespiau --- tests/kms_3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_3d.c') diff --git a/tests/kms_3d.c b/tests/kms_3d.c index 6588d9d2..fdc05b1f 100644 --- a/tests/kms_3d.c +++ b/tests/kms_3d.c @@ -103,7 +103,7 @@ igt_simple_main /* create stereo framebuffer */ fb_id = igt_create_stereo_fb(drm_fd, &connector->modes[i], igt_bpp_depth_to_drm_format(32, 32), - I915_TILING_NONE); + LOCAL_DRM_FORMAT_MOD_NONE); ret = drmModeSetCrtc(drm_fd, config.crtc->crtc_id, fb_id, 0, 0, &connector->connector_id, 1, -- cgit v1.2.3