HomeSort by: relevance | last modified time | path
    Searched refs:IS_I9XX (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
util.c 70 mmio_bar = IS_I9XX(pI830) ? 0 : 1;
main.c 66 mmio_bar = IS_I9XX((&i830)) ? 0 : 1;
gtt.c 50 if (!IS_I9XX(pI830)) {
hotplug.c 77 mmio_bar = IS_I9XX((&i830)) ? 0 : 1;
idle.c 147 mmio_bar = IS_I9XX((&i830)) ? 0 : 1;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_cursor.c 84 if (!IS_I9XX(pI830))
93 if (IS_MOBILE(pI830) || IS_I9XX(pI830))
187 if (IS_MOBILE(pI830) || IS_I9XX(pI830))
225 if (IS_MOBILE(pI830) || IS_I9XX(pI830))
i830_hwmc.c 62 if (IS_I9XX(pI830)) {
i830_driver.c 333 if (IS_I85X(pI830) || IS_I865G(pI830) || IS_I9XX(pI830)) {
351 if (IS_I9XX(pI830))
355 if (IS_I9XX(pI830))
359 if (IS_I9XX(pI830))
363 if (IS_I9XX(pI830))
367 if (IS_I9XX(pI830))
371 if (IS_I9XX(pI830))
375 if (IS_I9XX(pI830))
379 if (IS_I9XX(pI830))
441 if (IS_I9XX(pI830))
    [all...]
i830_video.c 588 if (pScrn->bitsPerPixel >= 16 && (IS_I9XX(pI830) || IS_I965G(pI830)) &&
866 if (IS_I9XX(pI830))
875 if (IS_I9XX(pI830)) {
939 if (IS_I9XX(pI830)) {
1131 } else if (attribute == xvGamma0 && (IS_I9XX(pI830))) {
1133 } else if (attribute == xvGamma1 && (IS_I9XX(pI830))) {
1135 } else if (attribute == xvGamma2 && (IS_I9XX(pI830))) {
1137 } else if (attribute == xvGamma3 && (IS_I9XX(pI830))) {
1139 } else if (attribute == xvGamma4 && (IS_I9XX(pI830))) {
1141 } else if (attribute == xvGamma5 && (IS_I9XX(pI830)))
    [all...]
i830_memory.c 123 if (IS_I9XX(pI830))
514 if (!IS_I9XX(pI830) || IS_I915G(pI830) || IS_I915GM(pI830) ||
825 if (IS_I9XX(pI830)) {
1097 if (IS_I9XX(pI830))
1392 if (IS_I9XX(pI830))
1400 fence_nr, offset, (IS_I9XX(pI830)) ? "1MB" : "512k");
1428 if (IS_I9XX(pI830)) {
1490 else if (IS_I9XX(pI830))
i830_crt.c 97 if (!IS_I9XX(pI830))
285 if (IS_I9XX (pI830))
i830_display.c 439 } else if (IS_I9XX(pI830) && !IS_IGD(pI830)) {
490 if (IS_I9XX(pI830)) {
1202 if (!IS_I9XX(pI830)) {
1444 else if (IS_I9XX(pI830))
1471 if (IS_I9XX(pI830))
1570 } else if (IS_I9XX(pI830)) {
1620 if (IS_I9XX(pI830)) {
2217 if (IS_I9XX(pI830)) {
i830_bios.c 235 if (!IS_I9XX(pI830))
common.h 365 #define IS_I9XX(pI810) (IS_I915G(pI810) || IS_I915GM(pI810) || IS_I945G(pI810) || IS_I945GM(pI810) || IS_I965G(pI810) || IS_G33CLASS(pI810))
i830_debug.c 315 if (IS_I9XX(pI830)) {
1598 if (IS_I9XX(pI830))
2464 if (!IS_I9XX(pI830)) {
i830_uxa.c 738 if (!IS_I9XX(i830)) {
i830_tv.c 896 if (!IS_I9XX(pI830)) {
1293 if (!IS_I9XX(pI830)) {
i830_lvds.c 1234 if (!IS_I9XX(pI830) && !(pI830->quirk_flag & QUIRK_PFIT_SAFE))

Completed in 43 milliseconds