Home
last modified time | relevance | path

Searched refs:sp_dev (Results 1 – 8 of 8) sorted by relevance

/external/libdrm/tests/planetest/
Dmodeset.h4 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,
Ddev.h8 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);
Dbo.h6 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,
Dmodeset.c13 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()
Ddev.c72 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()
Dplanetest.c40 struct sp_dev *dev; in main()
Datomictest.c46 struct sp_dev *dev; in main()
Dbo.c152 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height, in create_sp_bo()