Home
last modified time | relevance | path

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

/external/libdrm/tests/planetest/
Dmodeset.h10 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,
Dmodeset.c133 struct sp_plane *get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc) in get_sp_plane()
138 struct sp_plane *p = &dev->planes[i]; in get_sp_plane()
152 void put_sp_plane(struct sp_plane *plane) in put_sp_plane()
168 int set_sp_plane(struct sp_dev *dev, struct sp_plane *plane, in set_sp_plane()
192 int set_sp_plane_pset(struct sp_dev *dev, struct sp_plane *plane, in set_sp_plane_pset()
Ddev.h10 struct sp_plane { struct
57 struct sp_plane *planes;
Ddev.c89 static int get_supported_format(struct sp_plane *plane, uint32_t *format) in get_supported_format()
229 dev->planes = calloc(dev->num_planes, sizeof(struct sp_plane)); in create_sp_dev()
232 struct sp_plane *plane = &dev->planes[i]; in create_sp_dev()
Dplanetest.c41 struct sp_plane **plane = NULL; in main()
Datomictest.c47 struct sp_plane **plane = NULL; in main()