Re: [PATCH] drm: Turn bus flags macros into an enum

2019-03-05 Thread Sam Ravnborg
Hi Laurent. > > > + * @DRM_BUS_FLAG_DE_LOW: The Data Enable signal is active low > > > + * @DRM_BUS_FLAG_DE_HIGH:The Data Enable signal is > > > active high > > > + * @DRM_BUS_FLAG_PIXDATA_POSEDGE:Legacy value, do not use > > > + * @DRM_BUS_FLAG_PIXDATA_NEGEDGE:

Re: [PATCH] drm: Turn bus flags macros into an enum

2019-03-05 Thread Laurent Pinchart
Hi Sam, On Sat, Jan 12, 2019 at 01:41:11PM +0100, Sam Ravnborg wrote: > On Sat, Jan 12, 2019 at 03:10:51AM +0200, Laurent Pinchart wrote: > > This allows nicer kerneldoc with an easy way to reference the enum and > > the values. > > > > Signed-off-by: Laurent Pinchart > > --- > > include/drm/dr

Re: [PATCH] drm: Turn bus flags macros into an enum

2019-01-12 Thread Sam Ravnborg
Hi Laurent On Sat, Jan 12, 2019 at 03:10:51AM +0200, Laurent Pinchart wrote: > This allows nicer kerneldoc with an easy way to reference the enum and > the values. > > Signed-off-by: Laurent Pinchart > --- > include/drm/drm_connector.h | 108 +--- > 1 file change

Re: [PATCH] drm: Turn bus flags macros into an enum

2019-01-12 Thread Daniel Vetter
On Sat, Jan 12, 2019 at 03:10:51AM +0200, Laurent Pinchart wrote: > This allows nicer kerneldoc with an easy way to reference the enum and > the values. > > Signed-off-by: Laurent Pinchart > --- > include/drm/drm_connector.h | 108 +--- > 1 file changed, 64 insert

[PATCH] drm: Turn bus flags macros into an enum

2019-01-11 Thread Laurent Pinchart
This allows nicer kerneldoc with an easy way to reference the enum and the values. Signed-off-by: Laurent Pinchart --- include/drm/drm_connector.h | 108 +--- 1 file changed, 64 insertions(+), 44 deletions(-) diff --git a/include/drm/drm_connector.h b/include/drm