Searched refs:vm_id (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c1717 const struct video_timing_mode *get_video_mode_data(enum video_mode vm_id) argument
1719 if (vm_id < VIDC_VM_NUM_SUPPORTED)
1720 return &vidc_video_timing_modes[vm_id];
1725 static u64 get_pixelclk_by_vmid(enum video_mode vm_id) argument
1730 vm = get_video_mode_data(vm_id);

Completed in 37 milliseconds