Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpt.c205 drm_for_each_fb(drm_fb, &i915->drm) { in intel_dpt_resume()
233 drm_for_each_fb(drm_fb, &i915->drm) { in intel_dpt_suspend()
H A Dintel_display_debugfs.c128 drm_for_each_fb(drm_fb, &dev_priv->drm) { in i915_gem_framebuffer_info()
/openbmc/linux/include/drm/
H A Ddrm_framebuffer.h288 #define drm_for_each_fb(fb, dev) \ macro
/openbmc/linux/
H A D.clang-format160 - 'drm_for_each_fb'
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c1212 drm_for_each_fb(fb, dev) { in drm_framebuffer_info()