summaryrefslogtreecommitdiff
path: root/linux-core/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-09-26 17:20:04 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-09-26 17:20:04 -0400
commit09b2dfcedc8cb35444567626131ccc25db79a8c6 (patch)
treec64815a19296773b907ac72a12c83e7bd212d67a /linux-core/radeon_mode.h
parent89126bb58ec82511758bed36a28e698b721fb435 (diff)
radeon: make atom on r4xx a module option
default is legacy modesetting. pass module option r4xx_atom to try using atom on r4xx.
Diffstat (limited to 'linux-core/radeon_mode.h')
-rw-r--r--linux-core/radeon_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/radeon_mode.h b/linux-core/radeon_mode.h
index 577c3cf9..8074eb7c 100644
--- a/linux-core/radeon_mode.h
+++ b/linux-core/radeon_mode.h
@@ -287,6 +287,7 @@ extern void atombios_crtc_mode_set(struct drm_crtc *crtc,
extern void atombios_crtc_dpms(struct drm_crtc *crtc, int mode);
extern void radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y);
+extern void radeon_legacy_atom_set_surface(struct drm_crtc *crtc);
extern int radeon_crtc_cursor_set(struct drm_crtc *crtc,
struct drm_file *file_priv,