Searched defs:ok (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_ns2501.c310 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 Dintel_display.c4860 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 Dcmap_grab.c232 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/kernel/drm/src/
H A Ddrm_edid.c1789 bool ok = false; local
1798 ok = true;
1800 return ok;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c833 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/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1375 int currentShared, ok; local
1398 ok = True;
1412 _DPSFFinishDownload(ctxt, currentShared, &ok);
1418 return ok;

Completed in 177 milliseconds