diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-02-11 04:35:35 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-02-11 04:35:35 -0500 |
commit | d588100baa28dae6a5c32d02bfe744d0792ed2ad (patch) | |
tree | 3be3984cea35a07b4259f8ebe55ce0e52e416d1c /drivers/gpu/drm/i915/intel_dp_mst.c | |
parent | 7bd0a3271e239d34bae5fa51e4f44ed9ee861a59 (diff) | |
parent | 16065fcdd19ddb9e093192914ac863884f308766 (diff) |
Merge drm/drm-next into drm-misc-next
We need to backmerge drm-next to fix the komeda build failure.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index 5d8471f080d9..fb67cd931117 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c | |||
@@ -242,7 +242,7 @@ static void intel_mst_pre_enable_dp(struct intel_encoder *encoder, | |||
242 | struct intel_connector *connector = | 242 | struct intel_connector *connector = |
243 | to_intel_connector(conn_state->connector); | 243 | to_intel_connector(conn_state->connector); |
244 | int ret; | 244 | int ret; |
245 | uint32_t temp; | 245 | u32 temp; |
246 | 246 | ||
247 | /* MST encoders are bound to a crtc, not to a connector, | 247 | /* MST encoders are bound to a crtc, not to a connector, |
248 | * force the mapping here for get_hw_state. | 248 | * force the mapping here for get_hw_state. |