OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp_plane
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/tests/planetest/
modeset.h
10
struct
sp_plane
*get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc);
11
void put_sp_plane(struct
sp_plane
*plane);
13
int set_sp_plane(struct sp_dev *dev, struct
sp_plane
*plane,
16
int set_sp_plane_pset(struct sp_dev *dev, struct
sp_plane
*plane,
dev.h
10
struct
sp_plane
{
struct
57
struct
sp_plane
*planes;
modeset.c
133
struct
sp_plane
*get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc)
138
struct
sp_plane
*p = &dev->planes[i];
152
void put_sp_plane(struct
sp_plane
*plane)
168
int set_sp_plane(struct sp_dev *dev, struct
sp_plane
*plane,
192
int set_sp_plane_pset(struct sp_dev *dev, struct
sp_plane
*plane,
planetest.c
41
struct
sp_plane
**plane = NULL;
dev.c
89
static int get_supported_format(struct
sp_plane
*plane, uint32_t *format)
229
dev->planes = calloc(dev->num_planes, sizeof(struct
sp_plane
));
232
struct
sp_plane
*plane = &dev->planes[i];
atomictest.c
47
struct
sp_plane
**plane = NULL;
Completed in 527 milliseconds