Searched refs:sp_crtc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | modeset.h | 5 struct sp_crtc; 10 struct sp_plane* get_sp_plane(struct sp_dev* dev, struct sp_crtc* crtc); 14 struct sp_crtc* crtc, int x, int y); 18 drmModePropertySetPtr pset, struct sp_crtc* crtc, int x, int y);
|
| H A D | modeset.c | 20 struct sp_crtc* cr = NULL; in initialize_screens() 129 struct sp_plane* get_sp_plane(struct sp_dev* dev, struct sp_crtc* crtc) { in get_sp_plane() 168 struct sp_crtc* crtc, int x, int y) { in set_sp_plane() 192 drmModePropertySetPtr pset, struct sp_crtc* crtc, int x, int y) { in set_sp_plane_pset()
|
| H A D | dev.h | 31 struct sp_crtc { struct 48 struct sp_crtc* crtcs; argument
|
| H A D | dev.c | 129 dev->crtcs = (struct sp_crtc*)calloc(dev->num_crtcs, sizeof(struct sp_crtc)); in create_sp_dev()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | drmDsp.c | 28 struct sp_crtc* test_crtc;
|