Home | History | Annotate | Download | only in i915

Lines Matching refs:chipset

60    const char *chipset;
64 chipset = "915G";
67 chipset = "915GM";
70 chipset = "945G";
73 chipset = "945GM";
76 chipset = "945GME";
79 chipset = "G33";
82 chipset = "Q35";
85 chipset = "Q33";
88 chipset = "Pineview G";
91 chipset = "Pineview M";
94 chipset = "unknown";
98 util_snprintf(buffer, sizeof(buffer), "i915 (chipset: %s)", chipset);