From: Emil Velikov <[email protected]> It's the current maximum supported by the kernel. Stay consistent with the rest of Mesa and use the same number.
Signed-off-by: Emil Velikov <[email protected]> --- src/egl/drivers/dri2/platform_android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index 7e1d61052db..5b530f2ba73 100644 --- a/src/egl/drivers/dri2/platform_android.c +++ b/src/egl/drivers/dri2/platform_android.c @@ -1457,7 +1457,7 @@ droid_probe_device(_EGLDisplay *disp) static EGLBoolean droid_open_device(_EGLDisplay *disp) { -#define MAX_DRM_DEVICES 32 +#define MAX_DRM_DEVICES 64 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); drmDevicePtr device, devices[MAX_DRM_DEVICES] = { NULL }; int num_devices; -- 2.20.1 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
