[PATCH] drm/crtc: constify drm_crtc_mask parameter

2016-10-17 Thread Daniel Vetter
On Thu, Oct 13, 2016 at 03:17:34PM +0300, Jani Nikula wrote: > On Thu, 13 Oct 2016, Maarten Lankhorst > wrote: > > Now that drm_crtc_index takes a const, the same can be done for > > drm_crtc_mask. > > > > Signed-off-by: Maarten Lankhorst > > Reviewed-by: Jani Nikula Applied to drm-misc, tha

[PATCH] drm/crtc: constify drm_crtc_mask parameter

2016-10-13 Thread Jani Nikula
On Thu, 13 Oct 2016, Maarten Lankhorst wrote: > Now that drm_crtc_index takes a const, the same can be done for drm_crtc_mask. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Jani Nikula > --- > diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h > index 0aa292526567..98ec40713921

[PATCH] drm/crtc: constify drm_crtc_mask parameter

2016-10-13 Thread Maarten Lankhorst
Now that drm_crtc_index takes a const, the same can be done for drm_crtc_mask. Signed-off-by: Maarten Lankhorst --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 0aa292526567..98ec40713921 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -1354,7 +1354,7 @@