mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
kms_fence_pin_leak: Use I915_TILING_X to create fbs
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
66d31332dd
commit
3a930273a0
@ -127,12 +127,12 @@ static bool run_single_test(data_t *data, enum pipe pipe, igt_output_t *output)
|
|||||||
|
|
||||||
igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
|
igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
|
||||||
DRM_FORMAT_XRGB8888,
|
DRM_FORMAT_XRGB8888,
|
||||||
true, /* need a fence so must be tiled */
|
I915_TILING_X, /* need a fence so must be tiled */
|
||||||
0.0, 0.0, 0.0,
|
0.0, 0.0, 0.0,
|
||||||
&fb[0]);
|
&fb[0]);
|
||||||
igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
|
igt_create_color_fb(data->drm_fd, mode->hdisplay, mode->vdisplay,
|
||||||
DRM_FORMAT_XRGB8888,
|
DRM_FORMAT_XRGB8888,
|
||||||
true, /* need a fence so must be tiled */
|
I915_TILING_X, /* need a fence so must be tiled */
|
||||||
0.0, 0.0, 0.0,
|
0.0, 0.0, 0.0,
|
||||||
&fb[1]);
|
&fb[1]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user