Searched refs:sp_dev (Results 1 – 8 of 8) sorted by relevance
/external/libdrm/tests/planetest/ |
D | modeset.h | 4 struct sp_dev; 7 int initialize_screens(struct sp_dev *dev); 10 struct sp_plane *get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc); 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 | dev.h | 8 struct sp_dev; 11 struct sp_dev *dev; 44 struct sp_dev { struct 62 struct sp_dev *create_sp_dev(int card); argument 63 void destroy_sp_dev(struct sp_dev *dev);
|
D | bo.h | 6 struct sp_dev; 9 struct sp_dev *dev; 25 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height,
|
D | modeset.c | 13 static int set_crtc_mode(struct sp_dev *dev, struct sp_crtc *crtc, in set_crtc_mode() 63 int initialize_screens(struct sp_dev *dev) in initialize_screens() 133 struct sp_plane *get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc) in get_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.c | 72 static uint32_t get_prop_id(struct sp_dev *dev, in get_prop_id() 106 struct sp_dev *create_sp_dev(int card) in create_sp_dev() 108 struct sp_dev *dev; in create_sp_dev() 328 void destroy_sp_dev(struct sp_dev *dev) in destroy_sp_dev()
|
D | planetest.c | 40 struct sp_dev *dev; in main()
|
D | atomictest.c | 46 struct sp_dev *dev; in main()
|
D | bo.c | 152 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height, in create_sp_bo()
|