Lines Matching defs:or
2 * 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;
2286 r.fb_id = or->fb_id;
2287 r.width = or->width;
2288 r.height = or->height;
2289 r.pitches[0] = or->pitch;
2290 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2291 r.handles[0] = or->handle;
2309 or->fb_id = fb->base.id;