Lines Matching refs:this_opt
2558 char *this_opt; in radeonfb_setup() local
2563 while ((this_opt = strsep (&options, ",")) != NULL) { in radeonfb_setup()
2564 if (!*this_opt) in radeonfb_setup()
2567 if (!strncmp(this_opt, "noaccel", 7)) { in radeonfb_setup()
2569 } else if (!strncmp(this_opt, "mirror", 6)) { in radeonfb_setup()
2571 } else if (!strncmp(this_opt, "force_dfp", 9)) { in radeonfb_setup()
2573 } else if (!strncmp(this_opt, "panel_yres:", 11)) { in radeonfb_setup()
2574 panel_yres = simple_strtoul((this_opt+11), NULL, 0); in radeonfb_setup()
2575 } else if (!strncmp(this_opt, "backlight:", 10)) { in radeonfb_setup()
2576 backlight = simple_strtoul(this_opt+10, NULL, 0); in radeonfb_setup()
2577 } else if (!strncmp(this_opt, "nomtrr", 6)) { in radeonfb_setup()
2579 } else if (!strncmp(this_opt, "nomodeset", 9)) { in radeonfb_setup()
2581 } else if (!strncmp(this_opt, "force_measure_pll", 17)) { in radeonfb_setup()
2583 } else if (!strncmp(this_opt, "ignore_edid", 11)) { in radeonfb_setup()
2586 } else if (!strncmp(this_opt, "force_sleep", 11)) { in radeonfb_setup()
2588 } else if (!strncmp(this_opt, "ignore_devlist", 14)) { in radeonfb_setup()
2592 mode_option = this_opt; in radeonfb_setup()