commit | 79b95552336478b0465b74a1bda1f74239f5da3a | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Nov 24 19:47:02 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Nov 28 17:48:58 2016 +0200 |
tree | 09ebfe65944965781e6b6ba26d1db9623af0a3b5 | |
parent | 63926ba85fdf943da8e08553acae98be3056fef9 [diff] |
drm/atomic: Constify drm_atomic_crtc_needs_modeset() drm_atomic_crtc_needs_modeset() doesn't change the passed in crtc state, so pass it as const. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1480009622-28127-1-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>