.. | .. |
---|
231 | 231 | |
---|
232 | 232 | void dce110_timing_generator_set_static_screen_control( |
---|
233 | 233 | struct timing_generator *tg, |
---|
234 | | - uint32_t value); |
---|
| 234 | + uint32_t event_triggers, |
---|
| 235 | + uint32_t num_frames); |
---|
235 | 236 | |
---|
236 | 237 | void dce110_timing_generator_get_crtc_scanoutpos( |
---|
237 | 238 | struct timing_generator *tg, |
---|
.. | .. |
---|
256 | 257 | |
---|
257 | 258 | void dce110_tg_program_timing(struct timing_generator *tg, |
---|
258 | 259 | const struct dc_crtc_timing *timing, |
---|
| 260 | + int vready_offset, |
---|
| 261 | + int vstartup_start, |
---|
| 262 | + int vupdate_offset, |
---|
| 263 | + int vupdate_width, |
---|
| 264 | + const enum signal_type signal, |
---|
259 | 265 | bool use_vbios); |
---|
260 | 266 | |
---|
261 | 267 | bool dce110_tg_is_blanked(struct timing_generator *tg); |
---|