Lines Matching refs:this_opt
2473 char *this_opt; in radeonfb_setup() local
2478 while ((this_opt = strsep (&options, ",")) != NULL) { in radeonfb_setup()
2479 if (!*this_opt) in radeonfb_setup()
2482 if (!strncmp(this_opt, "noaccel", 7)) { in radeonfb_setup()
2484 } else if (!strncmp(this_opt, "mirror", 6)) { in radeonfb_setup()
2486 } else if (!strncmp(this_opt, "force_dfp", 9)) { in radeonfb_setup()
2488 } else if (!strncmp(this_opt, "panel_yres:", 11)) { in radeonfb_setup()
2489 panel_yres = simple_strtoul((this_opt+11), NULL, 0); in radeonfb_setup()
2490 } else if (!strncmp(this_opt, "backlight:", 10)) { in radeonfb_setup()
2491 backlight = simple_strtoul(this_opt+10, NULL, 0); in radeonfb_setup()
2493 } else if (!strncmp(this_opt, "nomtrr", 6)) { in radeonfb_setup()
2496 } else if (!strncmp(this_opt, "nomodeset", 9)) { in radeonfb_setup()
2498 } else if (!strncmp(this_opt, "force_measure_pll", 17)) { in radeonfb_setup()
2500 } else if (!strncmp(this_opt, "ignore_edid", 11)) { in radeonfb_setup()
2503 } else if (!strncmp(this_opt, "force_sleep", 11)) { in radeonfb_setup()
2505 } else if (!strncmp(this_opt, "ignore_devlist", 14)) { in radeonfb_setup()
2509 mode_option = this_opt; in radeonfb_setup()