Lines Matching refs:this_opt
2589 char *this_opt; in radeonfb_setup() local
2594 while ((this_opt = strsep (&options, ",")) != NULL) { in radeonfb_setup()
2595 if (!*this_opt) in radeonfb_setup()
2598 if (!strncmp(this_opt, "noaccel", 7)) { in radeonfb_setup()
2600 } else if (!strncmp(this_opt, "mirror", 6)) { in radeonfb_setup()
2602 } else if (!strncmp(this_opt, "force_dfp", 9)) { in radeonfb_setup()
2604 } else if (!strncmp(this_opt, "panel_yres:", 11)) { in radeonfb_setup()
2605 panel_yres = simple_strtoul((this_opt+11), NULL, 0); in radeonfb_setup()
2606 } else if (!strncmp(this_opt, "backlight:", 10)) { in radeonfb_setup()
2607 backlight = simple_strtoul(this_opt+10, NULL, 0); in radeonfb_setup()
2608 } else if (!strncmp(this_opt, "nomtrr", 6)) { in radeonfb_setup()
2610 } else if (!strncmp(this_opt, "nomodeset", 9)) { in radeonfb_setup()
2612 } else if (!strncmp(this_opt, "force_measure_pll", 17)) { in radeonfb_setup()
2614 } else if (!strncmp(this_opt, "ignore_edid", 11)) { in radeonfb_setup()
2617 } else if (!strncmp(this_opt, "force_sleep", 11)) { in radeonfb_setup()
2619 } else if (!strncmp(this_opt, "ignore_devlist", 14)) { in radeonfb_setup()
2623 mode_option = this_opt; in radeonfb_setup()