[Intel-gfx] [PATCH 1/2] drm: Make the connector mode_valid() vfunc return a drm_mode_status enum

2013-11-28 Thread Daniel Vetter
On Thu, Nov 28, 2013 at 03:29:17PM +, Damien Lespiau wrote: > To make it clear what exactly mode_valid() should return. > > Signed-off-by: Damien Lespiau Reviewed-by: Daniel Vetter > --- > include/drm/drm_crtc_helper.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[PATCH 1/2] drm: Make the connector mode_valid() vfunc return a drm_mode_status enum

2013-11-28 Thread Damien Lespiau
To make it clear what exactly mode_valid() should return. Signed-off-by: Damien Lespiau --- include/drm/drm_crtc_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index ef6ad3a..b1388b5 100644 ---