Home
last modified time | relevance | path

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

/include/drm/
Ddrm_atomic_helper.h164 drm_for_each_plane_mask(plane, (crtc)->dev, (crtc)->state->plane_mask)
177 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask)
195 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask) \
Ddrm_plane.h784 #define drm_for_each_plane_mask(plane, dev, plane_mask) \ macro