mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
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 <tvrtko.ursulin@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
committed by
Damien Lespiau
parent
672e88acb7
commit
e36091d1c7
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user