Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
HDdrm_framebuffer.c381 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb() local
393 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb()
394 if (fb == fbl) in drm_mode_rmfb()