diff options
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r-- | src/i830_tv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c index 95612e41..d7f4f563 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -1406,7 +1406,9 @@ static const xf86OutputFuncsRec i830_tv_output_funcs = { .restore = i830_tv_restore, .mode_valid = i830_tv_mode_valid, .mode_fixup = i830_tv_mode_fixup, + .prepare = i830_output_prepare, .mode_set = i830_tv_mode_set, + .commit = i830_output_commit, .detect = i830_tv_detect, .get_modes = i830_tv_get_modes, .destroy = i830_tv_destroy |