HomeSort by relevance Sort by last modified time
    Searched refs:sp_dev (Results 1 - 8 of 8) sorted by null

  /external/libdrm/tests/planetest/
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,
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);
63 void destroy_sp_dev(struct sp_dev *dev);
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,
modeset.c 13 static int set_crtc_mode(struct sp_dev *dev, struct sp_crtc *crtc,
63 int initialize_screens(struct sp_dev *dev)
133 struct sp_plane *get_sp_plane(struct sp_dev *dev, struct sp_crtc *crtc)
168 int set_sp_plane(struct sp_dev *dev, struct sp_plane *plane,
192 int set_sp_plane_pset(struct sp_dev *dev, struct sp_plane *plane,
dev.c 72 static uint32_t get_prop_id(struct sp_dev *dev,
106 struct sp_dev *create_sp_dev(int card)
108 struct sp_dev *dev;
328 void destroy_sp_dev(struct sp_dev *dev)
planetest.c 40 struct sp_dev *dev;
51 printf("Failed to create sp_dev\n");
atomictest.c 46 struct sp_dev *dev;
63 printf("Failed to create sp_dev\n");
bo.c 152 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height,

Completed in 55 milliseconds