HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_bo (Results 1 - 3 of 3) sorted by null

  /external/libdrm/libkms/
nouveau.c 45 struct nouveau_bo struct
80 struct nouveau_bo *bo;
149 struct nouveau_bo *bo = (struct nouveau_bo *)_bo;
172 struct nouveau_bo *bo = (struct nouveau_bo *)_bo;
180 struct nouveau_bo *bo = (struct nouveau_bo *)_bo;
  /external/libdrm/nouveau/
private.h 43 cli_kref_get(struct nouveau_client *client, struct nouveau_bo *bo)
53 cli_push_get(struct nouveau_client *client, struct nouveau_bo *bo)
63 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo,
82 struct nouveau_bo base;
91 nouveau_bo(struct nouveau_bo *bo) function
120 drm_private void abi16_bo_info(struct nouveau_bo *, struct drm_nouveau_gem_info *);
121 drm_private int abi16_bo_init(struct nouveau_bo *, uint32_t alignment,
nouveau.h 127 struct nouveau_bo { struct
139 struct nouveau_bo **);
141 struct nouveau_bo **);
143 struct nouveau_bo **);
144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
145 void nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
148 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
151 struct nouveau_bo **);
    [all...]

Completed in 234 milliseconds