diff options
Diffstat (limited to 'src/i830_sdvo.c')
-rw-r--r-- | src/i830_sdvo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_sdvo.c b/src/i830_sdvo.c index 3932ea65..b6a3d676 100644 --- a/src/i830_sdvo.c +++ b/src/i830_sdvo.c @@ -940,6 +940,7 @@ i830_sdvo_init(ScrnInfoPtr pScrn, int output_device) output->pre_set_mode = i830_sdvo_pre_set_mode; output->post_set_mode = i830_sdvo_post_set_mode; output->detect = i830_sdvo_detect; + output->get_modes = i830_ddc_get_modes; /* While it's the same bus, we just initialize a new copy to avoid trouble * with tracking refcounting ourselves, since the XFree86 DDX bits don't. |