Lines Matching refs:this_opt
2478 char *this_opt; in radeonfb_setup() local
2483 while ((this_opt = strsep (&options, ",")) != NULL) { in radeonfb_setup()
2484 if (!*this_opt) in radeonfb_setup()
2487 if (!strncmp(this_opt, "noaccel", 7)) { in radeonfb_setup()
2489 } else if (!strncmp(this_opt, "mirror", 6)) { in radeonfb_setup()
2491 } else if (!strncmp(this_opt, "force_dfp", 9)) { in radeonfb_setup()
2493 } else if (!strncmp(this_opt, "panel_yres:", 11)) { in radeonfb_setup()
2494 panel_yres = simple_strtoul((this_opt+11), NULL, 0); in radeonfb_setup()
2495 } else if (!strncmp(this_opt, "backlight:", 10)) { in radeonfb_setup()
2496 backlight = simple_strtoul(this_opt+10, NULL, 0); in radeonfb_setup()
2498 } else if (!strncmp(this_opt, "nomtrr", 6)) { in radeonfb_setup()
2501 } else if (!strncmp(this_opt, "nomodeset", 9)) { in radeonfb_setup()
2503 } else if (!strncmp(this_opt, "force_measure_pll", 17)) { in radeonfb_setup()
2505 } else if (!strncmp(this_opt, "ignore_edid", 11)) { in radeonfb_setup()
2508 } else if (!strncmp(this_opt, "force_sleep", 11)) { in radeonfb_setup()
2510 } else if (!strncmp(this_opt, "ignore_devlist", 14)) { in radeonfb_setup()
2514 mode_option = this_opt; in radeonfb_setup()