mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
nouveau: add missing drm_public exports
Fixes: d7320bfcdd "nouveau: annotate public functions"
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Mark Janes <mark.a.janes@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108006
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
a2920ea6a8
commit
4b737cde8f
2 changed files with 2 additions and 2 deletions
|
|
@ -856,7 +856,7 @@ nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access,
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
drm_public int
|
||||||
nouveau_bo_map(struct nouveau_bo *bo, uint32_t access,
|
nouveau_bo_map(struct nouveau_bo *bo, uint32_t access,
|
||||||
struct nouveau_client *client)
|
struct nouveau_client *client)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -728,7 +728,7 @@ nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
drm_public int
|
||||||
nouveau_pushbuf_refn(struct nouveau_pushbuf *push,
|
nouveau_pushbuf_refn(struct nouveau_pushbuf *push,
|
||||||
struct nouveau_pushbuf_refn *refs, int nr)
|
struct nouveau_pushbuf_refn *refs, int nr)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue