Searched refs:sp_crtc (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/planetest/ |
D | 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 drmModeAtomicReqPtr pset, struct sp_crtc *crtc, int x, int y);
|
D | modeset.c | 13 static int set_crtc_mode(struct sp_dev *dev, struct sp_crtc *crtc, in set_crtc_mode() 72 struct sp_crtc *cr = NULL; in initialize_screens() 133 struct sp_plane *get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc) in get_sp_plane() 169 struct sp_crtc *crtc, int x, int y) in set_sp_plane() 193 drmModeAtomicReqPtr pset, struct sp_crtc *crtc, int x, int y) in set_sp_plane_pset()
|
D | dev.h | 36 struct sp_crtc { struct 54 struct sp_crtc *crtcs; argument
|
D | planetest.c | 42 struct sp_crtc *test_crtc; in main()
|
D | atomictest.c | 48 struct sp_crtc *test_crtc; in main()
|
D | dev.c | 193 dev->crtcs = calloc(dev->num_crtcs, sizeof(struct sp_crtc)); in create_sp_dev()
|