summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorRodrigo Vivi2018-06-26 07:25:36 +0200
committerRodrigo Vivi2018-06-26 19:07:24 +0200
commitcf5d862db2e301b8e487f42f99c5cf6f5228ddae (patch)
tree047c6fdf5efd12de810071167dbc52cbfabf93ed /drivers/gpu/drm/i915/i915_drv.h
parentdrm/i915/ddi: Get AUX power domain for DP main link too (diff)
downloadkernel-qcow2-linux-cf5d862db2e301b8e487f42f99c5cf6f5228ddae.tar.gz
kernel-qcow2-linux-cf5d862db2e301b8e487f42f99c5cf6f5228ddae.tar.xz
kernel-qcow2-linux-cf5d862db2e301b8e487f42f99c5cf6f5228ddae.zip
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
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 6f08ab310118..2b684f431c60 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -631,14 +631,6 @@ struct i915_psr {
bool debug;
ktime_t last_entry_attempt;
ktime_t last_exit;
-
- void (*enable_source)(struct intel_dp *,
- const struct intel_crtc_state *);
- void (*disable_source)(struct intel_dp *,
- const struct intel_crtc_state *);
- void (*enable_sink)(struct intel_dp *);
- void (*activate)(struct intel_dp *);
- void (*setup_vsc)(struct intel_dp *, const struct intel_crtc_state *);
};
enum intel_pch {