Lines Matching refs:DRM_DEBUG_ATOMIC

102 	DRM_DEBUG_ATOMIC("Allocated atomic state %p\n", state);  in drm_atomic_state_init()
153 DRM_DEBUG_ATOMIC("Clearing atomic state %p\n", state); in drm_atomic_state_default_clear()
263 DRM_DEBUG_ATOMIC("Freeing atomic state %p\n", state); in __drm_atomic_state_free()
316 DRM_DEBUG_ATOMIC("Added [CRTC:%d:%s] %p state to %p\n", in drm_atomic_get_crtc_state()
337 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] active without enabled\n", in drm_atomic_crtc_check()
347 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] enabled without mode blob\n", in drm_atomic_crtc_check()
354 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] disabled with mode blob\n", in drm_atomic_crtc_check()
371 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requesting event but off\n", in drm_atomic_crtc_check()
417 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] framebuffer without CRTC\n", in drm_atomic_connector_check()
427 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] has framebuffer, but [CRTC:%d] is off\n", in drm_atomic_connector_check()
435 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] requesting out-fence without framebuffer\n", in drm_atomic_connector_check()
494 DRM_DEBUG_ATOMIC("Added [PLANE:%d:%s] %p state to %p\n", in drm_atomic_get_plane_state()
551 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] CRTC set but no FB\n", in drm_atomic_plane_check()
555 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] FB set but no CRTC\n", in drm_atomic_plane_check()
566 DRM_DEBUG_ATOMIC("Invalid [CRTC:%d:%s] for [PLANE:%d:%s]\n", in drm_atomic_plane_check()
577 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid pixel format %s, modifier 0x%llx\n", in drm_atomic_plane_check()
590 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid CRTC coordinates %ux%u+%d+%d\n", in drm_atomic_plane_check()
605 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid source coordinates " in drm_atomic_plane_check()
631 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid damage clip %d %d %d %d\n", in drm_atomic_plane_check()
641 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] switching CRTC directly\n", in drm_atomic_plane_check()
804 DRM_DEBUG_ATOMIC("Added new private object %p state %p to %p\n", in drm_atomic_get_private_obj_state()
984 DRM_DEBUG_ATOMIC("Added [CONNECTOR:%d:%s] %p state to %p\n", in drm_atomic_get_connector_state()
1054 DRM_DEBUG_ATOMIC("Adding all current connectors for [CRTC:%d:%s] to %p\n", in drm_atomic_add_affected_connectors()
1108 DRM_DEBUG_ATOMIC("Adding all current planes for [CRTC:%d:%s] to %p\n", in drm_atomic_add_affected_planes()
1147 DRM_DEBUG_ATOMIC("checking %p\n", state); in drm_atomic_check_only()
1152 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1161 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1170 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1180 DRM_DEBUG_ATOMIC("atomic driver check for %p failed: %d\n", in drm_atomic_check_only()
1189 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requires full modeset\n", in drm_atomic_check_only()
1223 DRM_DEBUG_ATOMIC("committing %p\n", state); in drm_atomic_commit()
1252 DRM_DEBUG_ATOMIC("committing %p nonblocking\n", state); in drm_atomic_nonblocking_commit()
1437 DRM_DEBUG_ATOMIC("checking %p\n", state); in drm_atomic_print_state()