drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 May 2016 11:43:23 +0000 (12:43 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 May 2016 14:20:42 +0000 (15:20 +0100)
commit1ee8da6df17dc481948aa2d04005e87bc7d387a4
treea1c025425b1d5ca1075f26ea477124b5238eab68
parentd5aab9d40135725cbe81ed5e3af5209382063193
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers

Another day, another long overdue conversion. Not much to update inside
intel_overlay.c, but still

   text    data     bss     dec     hex filename
6309547 3578778  696320 10584645  a18245 vmlinux
6309291 3578778  696320 10584389  a18145 vmlinux

a couple of hundred bytes of pointer misdirection.

Whilst here, rename the ioctl entry points to include the _ioctl suffix
so that the user entry points are clear (following the idiom).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1463053403-25086-1-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_overlay.c