drm/i915: Give all ioctl functions an _ioctl suffix
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 7 Feb 2018 16:48:41 +0000 (18:48 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 9 Feb 2018 16:03:36 +0000 (18:03 +0200)
commit6a20fe7b17cd7ecd4b75dd82cfa6664780d6f923
tree79c7ec147ef86ffe7a4a88eff811c5ba5df31540
parent89746e790ae5840d23f244c98cab6f45625463b4
drm/i915: Give all ioctl functions an _ioctl suffix

Most of our ioctl functions have an _ioctl suffix in the name. I like
that idea since it makes it easy to figure out how the function is
going to get called. Rename the handful of exceptions to follow the
same pattern.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180207164841.19431-1-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_sprite.c