[PATCH] drm: make mode_valid callback optional

2014-04-02 Thread Daniel Vetter
On Wed, Apr 02, 2014 at 10:34:04AM +0200, Andrzej Hajda wrote: > Many drm connectors do not need mode validation. > The patch makes this callback optional and removes dumb implementations. > > Signed-off-by: Andrzej Hajda > --- > Hi, > > This patch is based on the latest drm-next. > I have remov

[PATCH] drm: make mode_valid callback optional

2014-04-02 Thread Andrzej Hajda
Many drm connectors do not need mode validation. The patch makes this callback optional and removes dumb implementations. Signed-off-by: Andrzej Hajda --- Hi, This patch is based on the latest drm-next. I have removed all dumb implementations except for qxl_display.c, which is not entirely dumb