Home
last modified time | relevance | path

Searched refs:vertical_sync (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/gpu/
Dedid.rs115 vertical_sync: u16, field
146 vertical_sync: DEFAULT_VERTICAL_SYNC_PULSE, in new()
250 let vertical_sync_lsb: u8 = (info.vertical_sync & 0xFF) as u8; // least sig 4 bits in populate_detailed_timing()
251 let vertical_sync_msb: u8 = ((info.vertical_sync >> 8) & 0x0F) as u8; // most sig 2 bits in populate_detailed_timing()