Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dedid.rs114 horizontal_sync: u16, field
145 horizontal_sync: DEFAULT_HORIZONTAL_SYNC_PULSE, in new()
245 let horizontal_sync_lsb: u8 = (info.horizontal_sync & 0xFF) as u8; // least sig 8 bits in populate_detailed_timing()
246 let horizontal_sync_msb: u8 = ((info.horizontal_sync >> 8) & 0x03) as u8; // most sig 2 bits in populate_detailed_timing()