Lines Matching refs:base
22 #include "base.h"
228 asyh->base.cpp = 0;
246 if ((asyh->base.cpp != 1) ^ (fb->format->cpp[0] != 1))
250 asyh->base.depth = fb->format->depth;
251 asyh->base.cpp = fb->format->cpp[0];
252 asyh->base.x = asyw->state.src.x1 >> 16;
253 asyh->base.y = asyw->state.src.y1 >> 16;
254 asyh->base.w = asyw->state.fb->width;
255 asyh->base.h = asyw->state.fb->height;
261 if (!asyh->base.depth)
262 asyh->base.depth = asyh->base.cpp * 8;
316 "base", head, format, BIT(head),
325 NV_ERROR(drm, "base%04x allocation failed: %d\n", oclass, ret);