drm/i915: Use memmove() for punching the hole into infoframes
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 20 Sep 2018 18:51:35 +0000 (21:51 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 1 Oct 2018 19:11:56 +0000 (22:11 +0300)
commit121f0ff52f77341863d1ec1841771e503fa7f09c
tree33631a55d0b50a24bd38be0777f366fc44c5596e
parent85f5e1f385b7643ee31e0530a1daa2438ac27aaf
drm/i915: Use memmove() for punching the hole into infoframes

Replace the hand rolled memmove() with the real thing.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180920185145.1912-9-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c