Re: [Mesa-dev] [PATCH 3/3] dri: fixup driver names if needed

2016-11-07 Thread Christian Gmeiner
2016-11-04 12:59 GMT+01:00 Eric Engestrom : > On Thursday, 2016-11-03 15:25:22 +0100, Christian Gmeiner wrote: >> This makes it possible to 'use' the imx-drm driver. Remeber that it >> is not possible to have sysmbol names in C/C++ with a '-' in it. >> >> Signed-off-by: Christian Gmeiner >> --- >>

Re: [Mesa-dev] [PATCH 3/3] dri: fixup driver names if needed

2016-11-04 Thread Eric Engestrom
On Thursday, 2016-11-03 15:25:22 +0100, Christian Gmeiner wrote: > This makes it possible to 'use' the imx-drm driver. Remeber that it > is not possible to have sysmbol names in C/C++ with a '-' in it. > > Signed-off-by: Christian Gmeiner > --- > include/GL/internal/dri_interface.h | 7 +++ >

[Mesa-dev] [PATCH 3/3] dri: fixup driver names if needed

2016-11-03 Thread Christian Gmeiner
This makes it possible to 'use' the imx-drm driver. Remeber that it is not possible to have sysmbol names in C/C++ with a '-' in it. Signed-off-by: Christian Gmeiner --- include/GL/internal/dri_interface.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/GL/internal/dri_interfa