Searched refs:sw_max (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 99 u16 sw_max; member 3103 if (hsync_len < 1 || hsync_len > dispc->feat->sw_max || in _dispc_lcd_timings_ok() 3106 vsw < 1 || vsw > dispc->feat->sw_max || in _dispc_lcd_timings_ok() 4258 .sw_max = 64, 4295 .sw_max = 64, 4329 .sw_max = 256, 4363 .sw_max = 256, 4397 .sw_max = 256, 4431 .sw_max = 256, 4470 .sw_max = 256,
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 69 u16 sw_max; member 3100 if (hsw < 1 || hsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok() 3103 vsw < 1 || vsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok() 3878 .sw_max = 64, 3898 .sw_max = 64, 3919 .sw_max = 256, 3940 .sw_max = 256, 3962 .sw_max = 256,
|