Searched defs:intf_timing_params (Results 1 – 1 of 1) sorted by relevance
24 struct intf_timing_params { struct25 u32 width; /* active width */26 u32 height; /* active height */27 u32 xres; /* Display panel width */28 u32 yres; /* Display panel height */30 u32 h_back_porch;31 u32 h_front_porch;32 u32 v_back_porch;33 u32 v_front_porch;34 u32 hsync_pulse_width;[all …]