commit | 5df3196bac972138fa62ea17ed036161ae710062 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 13 11:52:08 2012 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 20 13:10:44 2012 -0400 |
tree | 970fbbcd1a8a1d0e1b9c4eb51e4278398ea6a270 | |
parent | 19eca43e5a52a8e47fdd40e940912b2417c7c055 [diff] [blame] |
drm/radeon: store the encoder in the radeon_crtc This saves lots of lookups later. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index 9f45e4b..2d78645 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -326,6 +326,7 @@ u32 pll_reference_div; u32 pll_post_div; u32 pll_flags; + struct drm_encoder *encoder; }; struct radeon_encoder_primary_dac {