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:05 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-04-07 18:11:24 +0200
commit71279a11380faabf70ea2827dc168b4156a10971 (patch)
tree2e584dd02542fba090f0578695644104b54a47e4 /drivers/gpu/drm/drm_crtc_helper.c
parentdrm/nouveau: constify all struct drm_*_helper funcs pointers (diff)
downloadlinux-dev-71279a11380faabf70ea2827dc168b4156a10971.tar.xz
linux-dev-71279a11380faabf70ea2827dc168b4156a10971.zip
drm/qxl: 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