Home
last modified time | relevance | path

Searched refs:sp_crtc (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/tests/planetest/
Dmodeset.h5 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);
Dmodeset.c13 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()
Ddev.h36 struct sp_crtc { struct
54 struct sp_crtc *crtcs; argument
Dplanetest.c42 struct sp_crtc *test_crtc; in main()
Datomictest.c48 struct sp_crtc *test_crtc; in main()
Ddev.c193 dev->crtcs = calloc(dev->num_crtcs, sizeof(struct sp_crtc)); in create_sp_dev()