Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c37 struct drmDsp* pDrmDsp = &gDrmDsp; in initDrmDsp() local
39 memset(pDrmDsp, 0, sizeof(struct drmDsp)); in initDrmDsp()
41 pDrmDsp->dev = create_sp_dev(); in initDrmDsp()
42 if (!pDrmDsp->dev) { in initDrmDsp()
47 ret = initialize_screens(pDrmDsp->dev); in initDrmDsp()
52 pDrmDsp->plane = (struct sp_plane**)calloc(pDrmDsp->dev->num_planes, sizeof(struct sp_plane*)); in initDrmDsp()
53 if (!pDrmDsp->plane) { in initDrmDsp()
58 pDrmDsp->test_crtc = &pDrmDsp->dev->crtcs[3]; in initDrmDsp()
59 pDrmDsp->num_test_planes = pDrmDsp->test_crtc->num_planes; in initDrmDsp()
60 for (i = 0; i < pDrmDsp->test_crtc->num_planes; i++) { in initDrmDsp()
[all …]