Re: [Mesa-dev] [PATCH 1/3] egl/drm: use gbm_dri_device() wrapper

2018-08-13 Thread Daniel Stone
Hi, On Mon, 13 Aug 2018 at 15:46, Emil Velikov wrote: > Remove the explicit cast, using the appropriate wrapper instead. > > Signed-off-by: Emil Velikov I just compile-tested this, and it went OK - still a bunch of random unrelated warnings throughout the build but this didn't add any new

Re: [Mesa-dev] [PATCH 1/3] egl/drm: use gbm_dri_device() wrapper

2018-08-13 Thread Eric Engestrom
On Monday, 2018-08-13 15:42:21 +0100, Emil Velikov wrote: > From: Emil Velikov > > Remove the explicit cast, using the appropriate wrapper instead. > > Signed-off-by: Emil Velikov Series is: Reviewed-by: Eric Engestrom > --- > src/egl/drivers/dri2/platform_drm.c | 2 +- > 1 file changed, 1

[Mesa-dev] [PATCH 1/3] egl/drm: use gbm_dri_device() wrapper

2018-08-13 Thread Emil Velikov
From: Emil Velikov Remove the explicit cast, using the appropriate wrapper instead. Signed-off-by: Emil Velikov --- src/egl/drivers/dri2/platform_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/platform_drm.c