From: Robert Foss <[email protected]> The VC4 DRM currently uses 10 planes which is more than any other DRM, let's allocate space for the worst case scenario.
Signed-off-by: Robert Foss <[email protected]> --- lib/igt_kms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_kms.h b/lib/igt_kms.h index 2c189ed..3edfc3d 100644 --- a/lib/igt_kms.h +++ b/lib/igt_kms.h @@ -267,7 +267,7 @@ struct igt_pipe { igt_display_t *display; enum pipe pipe; bool enabled; -#define IGT_MAX_PLANES 4 +#define IGT_MAX_PLANES 10 int n_planes; igt_plane_t planes[IGT_MAX_PLANES]; uint64_t background; /* Background color MSB BGR 16bpc LSB */ -- 2.5.0 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
