aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2015-03-11 11:51:04 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-04-07 18:11:24 +0200
commitd58ded7625a6811593616420cf1bcea902ce2c76 (patch)
treee081727782e39a1d8bb15217536f4e83ae396891 /drivers/gpu/drm/drm_crtc_helper.c
parentdrm/radeon: constify all struct drm_*_helper funcs pointers (diff)
downloadlinux-dev-d58ded7625a6811593616420cf1bcea902ce2c76.tar.xz
linux-dev-d58ded7625a6811593616420cf1bcea902ce2c76.zip
drm/nouveau: constify all struct drm_*_helper funcs pointers
They are not to be modified. Generated using the semantic patch: @@ @@ ( const struct drm_crtc_helper_funcs * | - struct drm_crtc_helper_funcs * + const struct drm_crtc_helper_funcs * ) @@ @@ ( const struct drm_encoder_helper_funcs * | - struct drm_encoder_helper_funcs * + const struct drm_encoder_helper_funcs * ) @@ @@ ( const struct drm_connector_helper_funcs * | - struct drm_connector_helper_funcs * + const struct drm_connector_helper_funcs * ) @@ @@ ( const struct drm_plane_helper_funcs * | - struct drm_plane_helper_funcs * + const struct drm_plane_helper_funcs * ) Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_crtc_helper.c')
0 files changed, 0 insertions, 0 deletions