Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c88 static int find_plane(drm_dev_t * drm_dev, unsigned int fourcc, uint32_t * plane_id, uint32_t crtc_…
403 static int find_plane(drm_dev_t * drm_dev, unsigned int fourcc, uint32_t * plane_id, uint32_t crtc_… in find_plane() function
668 ret = find_plane(drm_dev, fourcc, &drm_dev->plane_id, drm_dev->crtc_id, drm_dev->crtc_idx); in drm_setup()