Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_drm.c62 static const char *dev_drm[] = { variable
173 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(dev_drm); i++) { in os_allocator_drm_open()
174 fd = open(dev_drm[i], O_RDWR | O_CLOEXEC); in os_allocator_drm_open()
182 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(dev_drm); i++) in os_allocator_drm_open()
183 mpp_err("%s\n", dev_drm[i]); in os_allocator_drm_open()