Searched refs:sw_max (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 88 u16 sw_max; member 3110 if (hsync_len < 1 || hsync_len > dispc->feat->sw_max || in _dispc_lcd_timings_ok() 3113 vsw < 1 || vsw > dispc->feat->sw_max || in _dispc_lcd_timings_ok() 4249 .sw_max = 64, 4289 .sw_max = 64, 4326 .sw_max = 256, 4363 .sw_max = 256, 4400 .sw_max = 256, 4437 .sw_max = 256, 4478 .sw_max = 256,
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 58 u16 sw_max; member 2976 if (hsw < 1 || hsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok() 2979 vsw < 1 || vsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok() 3754 .sw_max = 64, 3774 .sw_max = 64, 3795 .sw_max = 256, 3816 .sw_max = 256, 3838 .sw_max = 256,
|