Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_atomic_helper.h63 int drm_atomic_helper_check_crtc_primary_plane(struct drm_crtc_state *crtc_state);
/openbmc/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.c458 return drm_atomic_helper_check_crtc_primary_plane(new_crtc_state); in drm_crtc_helper_atomic_check()
H A Ddrm_atomic_helper.c948 int drm_atomic_helper_check_crtc_primary_plane(struct drm_crtc_state *crtc_state) in drm_atomic_helper_check_crtc_primary_plane() function
964 EXPORT_SYMBOL(drm_atomic_helper_check_crtc_primary_plane);
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c492 ret = drm_atomic_helper_check_crtc_primary_plane(crtc_state); in cirrus_crtc_helper_atomic_check()
H A Dofdrm.c896 ret = drm_atomic_helper_check_crtc_primary_plane(new_crtc_state); in ofdrm_crtc_helper_atomic_check()
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c587 ret = drm_atomic_helper_check_crtc_primary_plane(new_crtc_state); in mgag200_crtc_helper_atomic_check()
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_mode.c1147 ret = drm_atomic_helper_check_crtc_primary_plane(crtc_state); in ast_crtc_helper_atomic_check()