drm/i915/psr: Kill useless function pointers.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 26 Jun 2018 05:25:36 +0000 (22:25 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 26 Jun 2018 17:07:24 +0000 (10:07 -0700)
commitcf5d862db2e301b8e487f42f99c5cf6f5228ddae
tree047c6fdf5efd12de810071167dbc52cbfabf93ed
parent525280552b21722d2dfb48a7020dcd56f9e2023c
drm/i915/psr: Kill useless function pointers.

At some point we introduced the function pointers
on PSR code to help with VLV/CHV separation logic
because it had a different HW implementation from PSR.

Since all converged to HSW PSR and we dropped the
VLV/CHV support, let's also kill the useless function
pointers and leave the code cleaner.

Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180626052536.15137-1-rodrigo.vivi@intel.com
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_psr.c