Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c55 uint32_t fourcc; member
88 static int find_plane(drm_dev_t * drm_dev, unsigned int fourcc, uint32_t * plane_id, uint32_t crtc_…
92 …rm_setup(drm_dev_t * drm_dev, const char * device_path, int64_t connector_id, unsigned int fourcc);
403 static int find_plane(drm_dev_t * drm_dev, unsigned int fourcc, uint32_t * plane_id, uint32_t crtc_… in find_plane() argument
412 unsigned int format = fourcc; in find_plane()
648 …drm_setup(drm_dev_t * drm_dev, const char * device_path, int64_t connector_id, unsigned int fourcc) in drm_setup() argument
668 ret = find_plane(drm_dev, fourcc, &drm_dev->plane_id, drm_dev->crtc_id, drm_dev->crtc_idx); in drm_setup()
712 drm_dev->fourcc = fourcc; in drm_setup()
719 … (fourcc >> 0) & 0xff, (fourcc >> 8) & 0xff, (fourcc >> 16) & 0xff, (fourcc >> 24) & 0xff); in drm_setup()
776 ret = drmModeAddFB2(drm_dev->fd, drm_dev->width, drm_dev->height, drm_dev->fourcc, in drm_allocate_dumb()