OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp_crtc
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/tests/planetest/
modeset.h
5
struct
sp_crtc
;
10
struct sp_plane *get_sp_plane(struct sp_dev *dev, struct
sp_crtc
*crtc);
14
struct
sp_crtc
*crtc, int x, int y);
17
drmModePropertySetPtr pset, struct
sp_crtc
*crtc, int x, int y);
dev.h
36
struct
sp_crtc
{
struct
54
struct
sp_crtc
*crtcs;
modeset.c
13
static int set_crtc_mode(struct sp_dev *dev, struct
sp_crtc
*crtc,
72
struct
sp_crtc
*cr = NULL;
133
struct sp_plane *get_sp_plane(struct sp_dev *dev, struct
sp_crtc
*crtc)
169
struct
sp_crtc
*crtc, int x, int y)
193
drmModePropertySetPtr pset, struct
sp_crtc
*crtc, int x, int y)
planetest.c
42
struct
sp_crtc
*test_crtc;
atomictest.c
48
struct
sp_crtc
*test_crtc;
dev.c
192
dev->crtcs = calloc(dev->num_crtcs, sizeof(struct
sp_crtc
));
Completed in 200 milliseconds