Searched refs:sw_max (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 88 u16 sw_max; member 3078 if (hsync_len < 1 || hsync_len > dispc->feat->sw_max || in _dispc_lcd_timings_ok() 3081 vsw < 1 || vsw > dispc->feat->sw_max || in _dispc_lcd_timings_ok() 4219 .sw_max = 64, 4257 .sw_max = 64, 4292 .sw_max = 256, 4327 .sw_max = 256, 4362 .sw_max = 256, 4397 .sw_max = 256, 4436 .sw_max = 256,
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 58 u16 sw_max; member 2978 if (hsw < 1 || hsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok() 2981 vsw < 1 || vsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok() 3756 .sw_max = 64, 3776 .sw_max = 64, 3797 .sw_max = 256, 3818 .sw_max = 256, 3840 .sw_max = 256,
|