mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 09:32:36 -04:00
drm/crtc: constify drm_crtc_mask parameter
Now that drm_crtc_index takes a const, the same can be done for drm_crtc_mask. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/6e32d013-6fee-34ad-f8d2-59139f3dc4c1@linux.intel.com
This commit is contained in:
committed by
Daniel Vetter
parent
d807ed1c55
commit
1dfdb0ed34
@@ -189,7 +189,7 @@ static inline unsigned int drm_encoder_index(struct drm_encoder *encoder)
|
||||
}
|
||||
|
||||
/* FIXME: We have an include file mess still, drm_crtc.h needs untangling. */
|
||||
static inline uint32_t drm_crtc_mask(struct drm_crtc *crtc);
|
||||
static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc);
|
||||
|
||||
/**
|
||||
* drm_encoder_crtc_ok - can a given crtc drive a given encoder?
|
||||
|
||||
Reference in New Issue
Block a user