Searched refs:sp_plane (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/planetest/ |
D | 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,
|
D | modeset.c | 133 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()
|
D | dev.h | 10 struct sp_plane { struct 57 struct sp_plane *planes;
|
D | dev.c | 89 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()
|
D | planetest.c | 41 struct sp_plane **plane = NULL; in main()
|
D | atomictest.c | 47 struct sp_plane **plane = NULL; in main()
|