Lines Matching refs:DRM_DEBUG_ATOMIC

96 	DRM_DEBUG_ATOMIC("Allocated atomic state %p\n", state);  in drm_atomic_state_init()
147 DRM_DEBUG_ATOMIC("Clearing atomic state %p\n", state); in drm_atomic_state_default_clear()
257 DRM_DEBUG_ATOMIC("Freeing atomic state %p\n", state); in __drm_atomic_state_free()
310 DRM_DEBUG_ATOMIC("Added [CRTC:%d:%s] %p state to %p\n", in drm_atomic_get_crtc_state()
398 DRM_DEBUG_ATOMIC("Set [MODE:%s] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_for_crtc()
403 DRM_DEBUG_ATOMIC("Set [NOMODE] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_for_crtc()
441 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] bad mode blob length: %zu\n", in drm_atomic_set_mode_prop_for_crtc()
450 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] invalid mode (ret=%d, status=%s):\n", in drm_atomic_set_mode_prop_for_crtc()
459 DRM_DEBUG_ATOMIC("Set [MODE:%s] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_prop_for_crtc()
464 DRM_DEBUG_ATOMIC("Set [NOMODE] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_prop_for_crtc()
598 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] unknown property [PROP:%d:%s]]\n", in drm_atomic_crtc_set_property()
673 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] active without enabled\n", in drm_atomic_crtc_check()
683 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] enabled without mode blob\n", in drm_atomic_crtc_check()
690 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] disabled with mode blob\n", in drm_atomic_crtc_check()
706 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requesting event but off\n", in drm_atomic_crtc_check()
756 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] framebuffer without CRTC\n", in drm_atomic_connector_check()
766 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] has framebuffer, but [CRTC:%d] is off\n", in drm_atomic_connector_check()
773 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] requesting out-fence without framebuffer\n", in drm_atomic_connector_check()
828 DRM_DEBUG_ATOMIC("Added [PLANE:%d:%s] %p state to %p\n", in drm_atomic_get_plane_state()
905 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] bad rotation bitmask: 0x%llx\n", in drm_atomic_plane_set_property()
920 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] unknown property [PROP:%d:%s]]\n", in drm_atomic_plane_set_property()
1030 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] CRTC set but no FB\n", in drm_atomic_plane_check()
1034 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] FB set but no CRTC\n", in drm_atomic_plane_check()
1045 DRM_DEBUG_ATOMIC("Invalid [CRTC:%d:%s] for [PLANE:%d:%s]\n", in drm_atomic_plane_check()
1056 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid pixel format %s, modifier 0x%llx\n", in drm_atomic_plane_check()
1069 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid CRTC coordinates %ux%u+%d+%d\n", in drm_atomic_plane_check()
1084 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid source coordinates " in drm_atomic_plane_check()
1096 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] switching CRTC directly\n", in drm_atomic_plane_check()
1248 DRM_DEBUG_ATOMIC("Added new private object %p state %p to %p\n", in drm_atomic_get_private_obj_state()
1315 DRM_DEBUG_ATOMIC("Added [CONNECTOR:%d:%s] %p state to %p\n", in drm_atomic_get_connector_state()
1428 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] unknown property [PROP:%d:%s]]\n", in drm_atomic_connector_set_property()
1608 DRM_DEBUG_ATOMIC("Link [PLANE:%d:%s] state %p to [CRTC:%d:%s]\n", in drm_atomic_set_crtc_for_plane()
1612 DRM_DEBUG_ATOMIC("Link [PLANE:%d:%s] state %p to [NOCRTC]\n", in drm_atomic_set_crtc_for_plane()
1636 DRM_DEBUG_ATOMIC("Set [FB:%d] for [PLANE:%d:%s] state %p\n", in drm_atomic_set_fb_for_plane()
1640 DRM_DEBUG_ATOMIC("Set [NOFB] for [PLANE:%d:%s] state %p\n", in drm_atomic_set_fb_for_plane()
1730 DRM_DEBUG_ATOMIC("Link [CONNECTOR:%d:%s] state %p to [CRTC:%d:%s]\n", in drm_atomic_set_crtc_for_connector()
1734 DRM_DEBUG_ATOMIC("Link [CONNECTOR:%d:%s] state %p to [NOCRTC]\n", in drm_atomic_set_crtc_for_connector()
1797 DRM_DEBUG_ATOMIC("Set [FB:%d] for connector state %p\n", in drm_atomic_set_writeback_fb_for_connector()
1800 DRM_DEBUG_ATOMIC("Set [NOFB] for connector state %p\n", in drm_atomic_set_writeback_fb_for_connector()
1843 DRM_DEBUG_ATOMIC("Adding all current connectors for [CRTC:%d:%s] to %p\n", in drm_atomic_add_affected_connectors()
1895 DRM_DEBUG_ATOMIC("Adding all current planes for [CRTC:%d:%s] to %p\n", in drm_atomic_add_affected_planes()
1932 DRM_DEBUG_ATOMIC("checking %p\n", state); in drm_atomic_check_only()
1937 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1946 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1955 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1965 DRM_DEBUG_ATOMIC("atomic driver check for %p failed: %d\n", in drm_atomic_check_only()
1974 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requires full modeset\n", in drm_atomic_check_only()
2008 DRM_DEBUG_ATOMIC("committing %p\n", state); in drm_atomic_commit()
2037 DRM_DEBUG_ATOMIC("committing %p nonblocking\n", state); in drm_atomic_nonblocking_commit()
2054 DRM_DEBUG_ATOMIC("checking %p\n", state); in drm_atomic_print_state()
2528 DRM_DEBUG_ATOMIC("Couldn't clear out_fence_ptr\n"); in complete_signaling()