Searched refs:drm_for_each_plane_mask (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_atomic_helper.h | 147 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)
|
D | drm_crtc.h | 1167 #define drm_for_each_plane_mask(plane, dev, plane_mask) \ macro
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_atomic.c | 1139 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()
|
D | drm_atomic_helper.c | 1319 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/ |
D | intel_display.c | 4829 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()
|