Searched refs:monspecs (Results 1 - 25 of 54) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dacornfb.c52 static struct fb_monspecs monspecs[NR_MONTYPES] __initdata = {
649 struct fb_monspecs *monspecs)
666 return (vs >= monspecs->vfmin && vs <= monspecs->vfmax &&
667 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL;
750 return acornfb_validate_timing(var, &info->monspecs);
1008 fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0);
1010 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0);
1012 fb_info.monspecs
648 acornfb_validate_timing(struct fb_var_screeninfo *var, struct fb_monspecs *monspecs) argument
[all...]
H A Dfbmon.c1182 * A valid info->monspecs, otherwise 'safe numbers' will be used.
1197 * If monspecs are invalid, use values that are enough
1200 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
1201 !info->monspecs.dclkmax ||
1202 info->monspecs.hfmax < info->monspecs.hfmin ||
1203 info->monspecs.vfmax < info->monspecs.vfmin ||
1204 info->monspecs
[all...]
H A Duvesafb.c608 if (info->monspecs.gtf) {
666 fb_edid_to_monspecs(task->buf, &info->monspecs);
668 if (info->monspecs.vfmax && info->monspecs.hfmax) {
673 if (info->monspecs.dclkmax == 0)
674 info->monspecs.dclkmax = 300 * 1000000;
675 info->monspecs.gtf = 1;
691 memset(&info->monspecs, 0, sizeof(info->monspecs));
699 info->monspecs
[all...]
H A Dau1200fb.c330 struct fb_monspecs monspecs; /* FB monitor specs */ member in struct:panel_settings
371 .monspecs = {
402 .monspecs = {
432 .monspecs = {
462 .monspecs = {
492 .monspecs = {
522 .monspecs = {
552 .monspecs = {
585 .monspecs = {
618 .monspecs
[all...]
H A Datafb.c1099 fb_info.monspecs.hfmin < f25.f)
1102 f32.left) * fb_info.monspecs.hfmin < f32.f)
1105 fext.left) * fb_info.monspecs.hfmin < fext.f &&
1270 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) {
1277 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin)
1308 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) {
1312 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) {
1316 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) {
1322 fb_info.monspecs
[all...]
H A Dhgafb.c571 info->monspecs.hfmin = 0;
572 info->monspecs.hfmax = 0;
573 info->monspecs.vfmin = 10000;
574 info->monspecs.vfmax = 10000;
575 info->monspecs.dpms = 0;
H A Damba-clcd.c420 fb->fb.monspecs.hfmin = 0;
421 fb->fb.monspecs.hfmax = 100000;
422 fb->fb.monspecs.vfmin = 0;
423 fb->fb.monspecs.vfmax = 400;
424 fb->fb.monspecs.dclkmin = 1000000;
425 fb->fb.monspecs.dclkmax = 100000000;
H A Dpvr2fb.c833 fb_info->monspecs.hfmin = 30000;
834 fb_info->monspecs.hfmax = 70000;
835 fb_info->monspecs.vfmin = 60;
836 fb_info->monspecs.vfmax = 60;
839 fb_info->monspecs.hfmin = 15469;
840 fb_info->monspecs.hfmax = 15781;
841 fb_info->monspecs.vfmin = 49;
842 fb_info->monspecs.vfmax = 51;
H A Dneofb.c1758 info->monspecs.modedb = kmalloc(sizeof(struct fb_videomode), GFP_KERNEL);
1759 if (!info->monspecs.modedb)
1761 info->monspecs.modedb_len = 1;
1783 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
1789 memcpy(info->monspecs.modedb, &mode800x480, sizeof(struct fb_videomode));
1793 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode));
1800 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode));
1807 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode));
1818 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
2045 info->monspecs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dacornfb.c52 static struct fb_monspecs monspecs[NR_MONTYPES] __initdata = {
649 struct fb_monspecs *monspecs)
666 return (vs >= monspecs->vfmin && vs <= monspecs->vfmax &&
667 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL;
750 return acornfb_validate_timing(var, &info->monspecs);
1008 fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0);
1010 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0);
1012 fb_info.monspecs
648 acornfb_validate_timing(struct fb_var_screeninfo *var, struct fb_monspecs *monspecs) argument
[all...]
H A Dfbmon.c1182 * A valid info->monspecs, otherwise 'safe numbers' will be used.
1197 * If monspecs are invalid, use values that are enough
1200 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
1201 !info->monspecs.dclkmax ||
1202 info->monspecs.hfmax < info->monspecs.hfmin ||
1203 info->monspecs.vfmax < info->monspecs.vfmin ||
1204 info->monspecs
[all...]
H A Duvesafb.c608 if (info->monspecs.gtf) {
666 fb_edid_to_monspecs(task->buf, &info->monspecs);
668 if (info->monspecs.vfmax && info->monspecs.hfmax) {
673 if (info->monspecs.dclkmax == 0)
674 info->monspecs.dclkmax = 300 * 1000000;
675 info->monspecs.gtf = 1;
691 memset(&info->monspecs, 0, sizeof(info->monspecs));
699 info->monspecs
[all...]
H A Dau1200fb.c330 struct fb_monspecs monspecs; /* FB monitor specs */ member in struct:panel_settings
371 .monspecs = {
402 .monspecs = {
432 .monspecs = {
462 .monspecs = {
492 .monspecs = {
522 .monspecs = {
552 .monspecs = {
585 .monspecs = {
618 .monspecs
[all...]
H A Datafb.c1099 fb_info.monspecs.hfmin < f25.f)
1102 f32.left) * fb_info.monspecs.hfmin < f32.f)
1105 fext.left) * fb_info.monspecs.hfmin < fext.f &&
1270 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) {
1277 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin)
1308 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) {
1312 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) {
1316 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) {
1322 fb_info.monspecs
[all...]
H A Dhgafb.c571 info->monspecs.hfmin = 0;
572 info->monspecs.hfmax = 0;
573 info->monspecs.vfmin = 10000;
574 info->monspecs.vfmax = 10000;
575 info->monspecs.dpms = 0;
H A Damba-clcd.c420 fb->fb.monspecs.hfmin = 0;
421 fb->fb.monspecs.hfmax = 100000;
422 fb->fb.monspecs.vfmin = 0;
423 fb->fb.monspecs.vfmax = 400;
424 fb->fb.monspecs.dclkmin = 1000000;
425 fb->fb.monspecs.dclkmax = 100000000;
H A Dpvr2fb.c833 fb_info->monspecs.hfmin = 30000;
834 fb_info->monspecs.hfmax = 70000;
835 fb_info->monspecs.vfmin = 60;
836 fb_info->monspecs.vfmax = 60;
839 fb_info->monspecs.hfmin = 15469;
840 fb_info->monspecs.hfmax = 15781;
841 fb_info->monspecs.vfmin = 49;
842 fb_info->monspecs.vfmax = 51;
H A Dneofb.c1758 info->monspecs.modedb = kmalloc(sizeof(struct fb_videomode), GFP_KERNEL);
1759 if (!info->monspecs.modedb)
1761 info->monspecs.modedb_len = 1;
1783 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
1789 memcpy(info->monspecs.modedb, &mode800x480, sizeof(struct fb_videomode));
1793 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode));
1800 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode));
1807 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode));
1818 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
2045 info->monspecs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/i810/
H A Di810_main.c1031 info->monspecs.dclkmax = 234000000;
1034 info->monspecs.dclkmax = 229000000;
1038 info->monspecs.dclkmax = 204000000;
1042 info->monspecs.dclkmin = 15000000;
1048 if (!mode_valid && info->monspecs.gtf &&
1052 if (!mode_valid && info->monspecs.modedb_len) {
1062 if (!mode_valid && info->monspecs.modedb_len == 0) {
1064 int default_sync = (info->monspecs.hfmin-HFMIN)
1065 |(info->monspecs.hfmax-HFMAX)
1066 |(info->monspecs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/i810/
H A Di810_main.c1031 info->monspecs.dclkmax = 234000000;
1034 info->monspecs.dclkmax = 229000000;
1038 info->monspecs.dclkmax = 204000000;
1042 info->monspecs.dclkmin = 15000000;
1048 if (!mode_valid && info->monspecs.gtf &&
1052 if (!mode_valid && info->monspecs.modedb_len) {
1062 if (!mode_valid && info->monspecs.modedb_len == 0) {
1064 int default_sync = (info->monspecs.hfmin-HFMIN)
1065 |(info->monspecs.hfmax-HFMAX)
1066 |(info->monspecs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_monitor.c805 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs);
806 fb_videomode_to_modelist(info->monspecs.modedb,
807 info->monspecs.modedb_len,
809 rinfo->mon1_modedb = info->monspecs.modedb;
810 rinfo->mon1_dbsize = info->monspecs.modedb_len;
857 info->monspecs.modedb,
858 info->monspecs.modedb_len, NULL, 8) != 0)
865 if (!has_default_mode && info->monspecs.modedb != NULL) {
866 struct fb_monspecs *specs = &info->monspecs;
963 * monspecs, w
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c805 fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs);
806 fb_videomode_to_modelist(info->monspecs.modedb,
807 info->monspecs.modedb_len,
809 rinfo->mon1_modedb = info->monspecs.modedb;
810 rinfo->mon1_dbsize = info->monspecs.modedb_len;
857 info->monspecs.modedb,
858 info->monspecs.modedb_len, NULL, 8) != 0)
865 if (!has_default_mode && info->monspecs.modedb != NULL) {
866 struct fb_monspecs *specs = &info->monspecs;
963 * monspecs, w
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/udlfb/
H A Dudlfb.c828 if (info->monspecs.modedb)
829 fb_destroy_modedb(info->monspecs.modedb);
944 * fb_info.monspecs is full parsed EDID info, including monspecs.modedb
948 * monspecs is NULL, and fb_var_screeninfo is set to safe VESA mode
960 memset(&info->monspecs, 0, sizeof(info->monspecs));
963 fb_edid_to_monspecs(dev->edid, &info->monspecs);
965 if (info->monspecs.modedb_len > 0) {
967 for (i = 0; i < info->monspecs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/udlfb/
H A Dudlfb.c828 if (info->monspecs.modedb)
829 fb_destroy_modedb(info->monspecs.modedb);
944 * fb_info.monspecs is full parsed EDID info, including monspecs.modedb
948 * monspecs is NULL, and fb_var_screeninfo is set to safe VESA mode
960 memset(&info->monspecs, 0, sizeof(info->monspecs));
963 fb_edid_to_monspecs(dev->edid, &info->monspecs);
965 if (info->monspecs.modedb_len > 0) {
967 for (i = 0; i < info->monspecs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c828 if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
829 !info->monspecs.dclkmax || !fb_validate_mode(var, info))
833 if (!mode_valid && info->monspecs.gtf) {
848 if (!mode_valid && info->monspecs.modedb_len)
1109 struct fb_monspecs *specs = &info->monspecs;
1121 fb_videomode_to_modelist(info->monspecs.modedb,
1122 info->monspecs.modedb_len, &info->modelist);
1161 fb_destroy_modedb(info->monspecs.modedb);
1162 info->monspecs
[all...]

Completed in 286 milliseconds

123