HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_client_new (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 148 ret = nouveau_client_new(screen->device, &screen->client);
nouveau_video.c 541 ret = nouveau_client_new(screen->device, &dec->client);
  /external/libdrm/nouveau/
nouveau.h 95 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
nouveau.c 195 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) function
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 161 ret = nouveau_client_new(context_dev(ctx), &nctx->hw.client);

Completed in 165 milliseconds