Extend drm_bus_flags? [Was: [PATCH v3 2/3] drm: Add bus flag for Sharp-specific signals]

2019-05-27 Thread Sam Ravnborg
Hi all. Please see mail below - is it OK to extend drm_bus_flags to represent "SHARP signals"? Paul (and I) could not find any better way to let the panel tell the display driver that it requires the special SHARP signals. This has been pending almost a month now and it would only be fair to eit

Re: [PATCH v3 2/3] drm: Add bus flag for Sharp-specific signals

2019-04-26 Thread Sam Ravnborg
Hi Paul On Fri, Apr 26, 2019 at 01:18:53AM +0200, Paul Cercueil wrote: > Add the DRM_BUS_FLAG_SHARP_SIGNALS to the drm_bus_flags enum. > > This flags can be used when the display must be driven with the > Sharp-specific signals SPL, CLS, REV, PS. > > Signed-off-by: Paul Cercueil > --- > > Note

[PATCH v3 2/3] drm: Add bus flag for Sharp-specific signals

2019-04-26 Thread Paul Cercueil
Add the DRM_BUS_FLAG_SHARP_SIGNALS to the drm_bus_flags enum. This flags can be used when the display must be driven with the Sharp-specific signals SPL, CLS, REV, PS. Signed-off-by: Paul Cercueil --- Notes: v3: New patch include/drm/drm_connector.h | 3 +++ 1 file changed, 3 insertions(+