Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_atomic_helper.h147 drm_for_each_plane_mask(plane, (crtc)->dev, (crtc)->state->plane_mask)
159 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask)
Ddrm_crtc.h1167 #define drm_for_each_plane_mask(plane, dev, plane_mask) \ macro
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic.c1139 drm_for_each_plane_mask(plane, state->dev, crtc->state->plane_mask) { in drm_atomic_add_affected_planes()
1458 drm_for_each_plane_mask(plane, dev, plane_mask) { in drm_atomic_clean_old_fb()
Ddrm_atomic_helper.c1319 drm_for_each_plane_mask(plane, crtc->dev, plane_mask) { in drm_atomic_helper_commit_planes_on_crtc()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c4829 drm_for_each_plane_mask(plane, dev, atomic->update_sprite_watermarks) in intel_post_plane_update()
4844 drm_for_each_plane_mask(p, dev, atomic->disabled_planes) { in intel_pre_plane_update()
4880 drm_for_each_plane_mask(p, dev, plane_mask) in intel_crtc_disable_planes()