Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | drm/radeon/kms: make atombios_dvo_setup() version based | Alex Deucher | 1 | -21/+38 | |
Use table version numbers for param setup. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> | |||||
2011-11-01 | drm/radeon/kms: move atom encoder setup to a new file | Alex Deucher | 1 | -0/+2210 | |
Leave the common code in radeon_encoders.c and move the atom specific code to atombios_encoders.c. This matches legacy encoder setup and crtc setup. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> |