Lines Matching defs:or
12 * that the name of the copyright holders not be used in advertising or
16 * is" without express or implied warranty.
1723 * drm_mode_setplane - set up or tear down an plane
1970 DRM_DEBUG_KMS("Count connectors is %d but no mode or fb set\n",
2131 struct drm_mode_fb_cmd *or = data;
2138 r.fb_id = or->fb_id;
2139 r.width = or->width;
2140 r.height = or->height;
2141 r.pitches[0] = or->pitch;
2142 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2143 r.handles[0] = or->handle;
2165 or->fb_id = fb->base.id;