Searched refs:FAIL_MAX (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 119 #define FAIL_MAX(msg, x, _max_) do { \ macro 978 FAIL_MAX("h_disp too large", h_disp, 0xff); in aty_var_to_crtc() 979 FAIL_MAX("h_sync_strt too large", h_sync_strt, 0x1ff); in aty_var_to_crtc() 980 /*FAIL_MAX("h_sync_wid too large", h_sync_wid, 0x1f);*/ in aty_var_to_crtc() 983 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc() 998 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc() 999 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc() 1000 /*FAIL_MAX("v_sync_wid too large", v_sync_wid, 0x1f);*/ in aty_var_to_crtc() 1003 FAIL_MAX("v_total too large", v_total, 0x7ff); in aty_var_to_crtc()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 119 #define FAIL_MAX(msg, x, _max_) do { \ macro 988 FAIL_MAX("h_disp too large", h_disp, 0xff); in aty_var_to_crtc() 989 FAIL_MAX("h_sync_strt too large", h_sync_strt, 0x1ff); in aty_var_to_crtc() 990 /*FAIL_MAX("h_sync_wid too large", h_sync_wid, 0x1f);*/ in aty_var_to_crtc() 993 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc() 1008 FAIL_MAX("v_disp too large", v_disp, 0x7ff); in aty_var_to_crtc() 1009 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc() 1010 /*FAIL_MAX("v_sync_wid too large", v_sync_wid, 0x1f);*/ in aty_var_to_crtc() 1013 FAIL_MAX("v_total too large", v_total, 0x7ff); in aty_var_to_crtc()
|
Completed in 9 milliseconds