Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c2397 struct drm_framebuffer *fbl = NULL; in drm_mode_rmfb() local
2414 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb()
2415 if (fb == fbl) in drm_mode_rmfb()