mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-01 00:10:14 +01:00
drm: rename drmBOUnReference to drmBOUnreference for consistency
This commit is contained in:
parent
a69c85fec8
commit
efc4fd7c4d
2 changed files with 2 additions and 2 deletions
|
|
@ -2740,7 +2740,7 @@ int drmBOReference(int fd, unsigned handle, drmBO *buf)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int drmBOUnReference(int fd, drmBO *buf)
|
||||
int drmBOUnreference(int fd, drmBO *buf)
|
||||
{
|
||||
struct drm_bo_handle_arg arg;
|
||||
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ extern int drmBOCreate(int fd, unsigned long size,
|
|||
unsigned pageAlignment, void *user_buffer,
|
||||
uint64_t mask, unsigned hint, drmBO *buf);
|
||||
extern int drmBOReference(int fd, unsigned handle, drmBO *buf);
|
||||
extern int drmBOUnReference(int fd, drmBO *buf);
|
||||
extern int drmBOUnreference(int fd, drmBO *buf);
|
||||
extern int drmBOMap(int fd, drmBO *buf, unsigned mapFlags, unsigned mapHint,
|
||||
void **address);
|
||||
extern int drmBOUnmap(int fd, drmBO *buf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue