diff options
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/i915/intel_drv.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index eb019c121d40..dfd94c52a4cc 100644 --- a/drivers/gpu/drm/i915/intel_dp.c +++ b/drivers/gpu/drm/i915/intel_dp.c | |||
@@ -240,7 +240,7 @@ uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes) | |||
240 | return v; | 240 | return v; |
241 | } | 241 | } |
242 | 242 | ||
243 | void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) | 243 | static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) |
244 | { | 244 | { |
245 | int i; | 245 | int i; |
246 | if (dst_bytes > 4) | 246 | if (dst_bytes > 4) |
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index a36961c170e3..0ff80665b938 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h | |||
@@ -1037,7 +1037,6 @@ int intel_dp_max_link_bw(struct intel_dp *intel_dp); | |||
1037 | void intel_dp_hot_plug(struct intel_encoder *intel_encoder); | 1037 | void intel_dp_hot_plug(struct intel_encoder *intel_encoder); |
1038 | void vlv_power_sequencer_reset(struct drm_i915_private *dev_priv); | 1038 | void vlv_power_sequencer_reset(struct drm_i915_private *dev_priv); |
1039 | uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes); | 1039 | uint32_t intel_dp_pack_aux(const uint8_t *src, int src_bytes); |
1040 | void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes); | ||
1041 | void intel_plane_destroy(struct drm_plane *plane); | 1040 | void intel_plane_destroy(struct drm_plane *plane); |
1042 | void intel_edp_drrs_enable(struct intel_dp *intel_dp); | 1041 | void intel_edp_drrs_enable(struct intel_dp *intel_dp); |
1043 | void intel_edp_drrs_disable(struct intel_dp *intel_dp); | 1042 | void intel_edp_drrs_disable(struct intel_dp *intel_dp); |