This is a note to let you know that I've just added the patch titled
drm/radeon: fix eDP clk and lane setup for scaled modes
to the 3.7-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-radeon-fix-edp-clk-and-lane-setup-for-scaled-modes.patch
and it can be found in the queue-3.7 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 93927f9c1db5f55085457e820f0631064c7bfa34 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Tue, 4 Dec 2012 16:50:28 -0500
Subject: drm/radeon: fix eDP clk and lane setup for scaled modes
From: Alex Deucher <[email protected]>
commit 93927f9c1db5f55085457e820f0631064c7bfa34 upstream.
Need to use the adjusted mode since we are sending native
timing and using the scaler for non-native modes.
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Jerome Glisse <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/atombios_encoders.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/radeon/atombios_encoders.c
+++ b/drivers/gpu/drm/radeon/atombios_encoders.c
@@ -340,7 +340,7 @@ static bool radeon_atom_mode_fixup(struc
((radeon_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT |
ATOM_DEVICE_LCD_SUPPORT)) ||
(radeon_encoder_get_dp_bridge_encoder_id(encoder) !=
ENCODER_OBJECT_ID_NONE))) {
struct drm_connector *connector =
radeon_get_connector_for_encoder(encoder);
- radeon_dp_set_link_config(connector, mode);
+ radeon_dp_set_link_config(connector, adjusted_mode);
}
return true;
Patches currently in stable-queue which might be from [email protected]
are
queue-3.7/drm-radeon-avoid-deadlock-in-pm-path-when-waiting-for-fence.patch
queue-3.7/drm-radeon-stop-page-faults-from-hanging-the-system-v2.patch
queue-3.7/drm-radeon-add-connector-table-for-mac-g4-silver.patch
queue-3.7/drm-radeon-properly-handle-ddc-probe-for-dp-bridges.patch
queue-3.7/drm-radeon-dce32-use-fractional-fb-dividers-for-high-clocks.patch
queue-3.7/drm-radeon-restore-modeset-late-in-gpu-reset-path.patch
queue-3.7/drm-radeon-fix-amd-afusion-gpu-setup-aka-sumo-v2.patch
queue-3.7/drm-radeon-add-wait_until-to-evergreen-vm-safe-reg-list.patch
queue-3.7/drm-radeon-fix-edp-clk-and-lane-setup-for-scaled-modes.patch
queue-3.7/drm-radeon-don-t-leave-fence-blocked-process-on-failed-gpu-reset.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html