Home
last modified time | relevance | path

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 Dmodeset.h5 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 Dmodeset.c20 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 Ddev.h31 struct sp_crtc { struct
48 struct sp_crtc* crtcs; argument
H A Ddev.c129 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 DdrmDsp.c28 struct sp_crtc* test_crtc;