drm/radeon/kms/atom: add support for spread spectrum (v2)
Spread spectrum is a periodic disturbance added to the feedback divider to change the pixel clock periodically to reduce interference. Only enabled on LVDS. v2: add support for r4xx and fix DCE 3 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:

committed by
Dave Airlie

parent
c290dadf4c
commit
ebbe1cb936
@@ -2314,7 +2314,7 @@ typedef struct _ATOM_SPREAD_SPECTRUM_ASSIGNMENT {
|
||||
UCHAR ucSS_Step;
|
||||
UCHAR ucSS_Delay;
|
||||
UCHAR ucSS_Id;
|
||||
UCHAR ucRecommandedRef_Div;
|
||||
UCHAR ucRecommendedRef_Div;
|
||||
UCHAR ucSS_Range; /* it was reserved for V11 */
|
||||
} ATOM_SPREAD_SPECTRUM_ASSIGNMENT;
|
||||
|
||||
|
Reference in New Issue
Block a user