Re: [PATCH 1/1] drm/mgag200: Expose version string

2017-10-06 Thread Daniel Vetter
On Thu, Oct 5, 2017 at 9:18 PM, Mathieu Larouche wrote: > I would like to know if anyone had the time to look at this patch and when I > could expect to have it accepted. MODULE_VERSION is kinda considered uncool in drm. For KMS drivers (which mga200g is one) there's really no reason, for render/

Re: [PATCH 1/1] drm/mgag200: Expose version string

2017-10-06 Thread Mathieu Larouche
I would like to know if anyone had the time to look at this patch and when I could expect to have it accepted. Thank you, Mathieu On 18/08/2017 4:24 PM, mathieu.larou...@matrox.com wrote: From: Mathieu Larouche OEMs started distributing this module out of the box so adding the version in mo

[PATCH 1/1] drm/mgag200: Expose version string

2017-08-21 Thread mathieu . larouche
From: Mathieu Larouche OEMs started distributing this module out of the box so adding the version in modinfo output for this module may be a good idea. Signed-off-by: Mathieu Larouche --- drivers/gpu/drm/mgag200/mgag200_drv.c | 3 +++ drivers/gpu/drm/mgag200/mgag200_drv.h | 2 +- 2 files chang