Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_check_crtc_primary_plane (Results 1 – 7 of 7) sorted by relevance

/linux/include/drm/
H A Ddrm_atomic_helper.h62 int drm_atomic_helper_check_crtc_primary_plane(struct drm_crtc_state *crtc_state);
/linux/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c108 ret = drm_atomic_helper_check_crtc_primary_plane(crtc_state); in drm_simple_kms_crtc_check()
H A Ddrm_crtc_helper.c457 return drm_atomic_helper_check_crtc_primary_plane(new_crtc_state); in drm_crtc_helper_atomic_check()
H A Ddrm_atomic_helper.c951 int drm_atomic_helper_check_crtc_primary_plane(struct drm_crtc_state *crtc_state) in drm_atomic_helper_check_crtc_primary_plane() function
967 EXPORT_SYMBOL(drm_atomic_helper_check_crtc_primary_plane);
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c612 ret = drm_atomic_helper_check_crtc_primary_plane(new_crtc_state); in mgag200_crtc_helper_atomic_check()
/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c910 ret = drm_atomic_helper_check_crtc_primary_plane(new_crtc_state); in ofdrm_crtc_helper_atomic_check()
/linux/drivers/gpu/drm/ast/
H A Dast_mode.c1134 ret = drm_atomic_helper_check_crtc_primary_plane(crtc_state); in ast_crtc_helper_atomic_check()