Searched refs:ok (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | dvo_ns2501.c | 310 bool ok; local 326 ok = true; 341 ok &= ns2501_writeb(dvo, 0x11, 0xc8); // 0xc7 also works. 342 ok &= ns2501_writeb(dvo, 0x1b, 0x19); 343 ok &= ns2501_writeb(dvo, 0x1c, 0x62); // VBIOS left 0x64 here, but 0x62 works nicer 344 ok &= ns2501_writeb(dvo, 0x1d, 0x02); 346 ok &= ns2501_writeb(dvo, 0x34, 0x03); 347 ok &= ns2501_writeb(dvo, 0x35, 0xff); 349 ok &= ns2501_writeb(dvo, 0x80, 0x27); 350 ok 520 bool ok; local [all...] |
H A D | intel_display.c | 4860 bool ok, has_reduced_clock = false; local 4884 ok = dev_priv->display.find_dpll(limit, crtc, 4887 if (!ok && !intel_crtc->config.clock_set) { 5710 bool ok, has_reduced_clock = false; local 5729 ok = ironlake_compute_clocks(crtc, &clock, 5731 if (!ok && !intel_crtc->config.clock_set) {
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | cmap_grab.c | 232 int ok; local 420 ok = 1; 424 ok = 0; 427 if (ok && (infop->cm_sunwindows_inst_devname[0] != '\0')) { 430 ok = 0; 434 if(!ok) {
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXcmu.c | 833 Explicitly setting 0 is ok for colors (means to not use a color 1389 int npixels, ok, i; local 1395 ok = XAllocColorCells(dpy, cmap, 1, NULL, 0, pixels->pixels, npixels); 1396 if (ok) success = True; 1410 ok = XAllocColorCells(dpy, cmap, 1, NULL, 0, 1412 if (ok) { 1506 int ok; local 1512 ok = XAllocColor(dpy, cmap, &request); 1518 if (!ok || request.pixel != color->pixel) { 1519 ok [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_edid.c | 1789 bool ok = false; local 1798 ok = true; 1800 return ok;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 1375 int currentShared, ok; local 1398 ok = True; 1412 _DPSFFinishDownload(ctxt, currentShared, &ok); 1418 return ok;
|
Completed in 66 milliseconds