index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
sis_mm.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
#ifndef RADEON_BO_INT
#define RADEON_BO_INT
struct
radeon_bo_manager
{
struct
radeon_bo_funcs
*
funcs
;
int
fd
;
};
struct
radeon_bo_int
{
void
*
ptr
;
uint32_t
flags
;