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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c2 * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
16 * that the name of the copyright holders not be used in advertising or
20 * is" without express or implied warranty.
549 * can never increase from 1 again, so we don't need any barriers or
1806 * drm_mode_setplane - set up or tear down an plane
2090 DRM_DEBUG_KMS("Count connectors is %d but no mode or fb set\n",
2277 struct drm_mode_fb_cmd *or = data; local
2286 r.fb_id = or->fb_id;
2287 r.width = or->width;
2288 r.height = or
[all...]

Completed in 16 milliseconds