Searched refs:crtc_state (Results 1 – 5 of 5) sorted by relevance
/include/drm/ |
D | drm_atomic_helper.h | 44 const struct drm_crtc_state *crtc_state, 179 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ argument 180 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask) 197 #define drm_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) \ argument 198 drm_for_each_plane_mask(plane, (crtc_state)->state->dev, (crtc_state)->plane_mask) \ 200 __drm_atomic_get_current_plane_state((crtc_state)->state, \ 233 struct drm_crtc_state *crtc_state,
|
D | drm_simple_kms_helper.h | 63 struct drm_crtc_state *crtc_state, 93 struct drm_crtc_state *crtc_state);
|
D | drm_bridge.h | 418 struct drm_crtc_state *crtc_state, 458 struct drm_crtc_state *crtc_state, 490 struct drm_crtc_state *crtc_state, 852 struct drm_crtc_state *crtc_state, 866 struct drm_crtc_state *crtc_state,
|
D | drm_modeset_helper_vtables.h | 692 struct drm_crtc_state *crtc_state, 847 struct drm_crtc_state *crtc_state,
|
D | drm_mipi_dbi.h | 153 struct drm_crtc_state *crtc_state,
|