Lines Matching refs:DRM_DEBUG_ATOMIC
143 DRM_DEBUG_ATOMIC("Allocated atomic state %p\n", state); in drm_atomic_state_init()
194 DRM_DEBUG_ATOMIC("Clearing atomic state %p\n", state); in drm_atomic_state_default_clear()
304 DRM_DEBUG_ATOMIC("Freeing atomic state %p\n", state); in __drm_atomic_state_free()
361 DRM_DEBUG_ATOMIC("Added [CRTC:%d:%s] %p state to %p\n", in drm_atomic_get_crtc_state()
382 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] active without enabled\n", in drm_atomic_crtc_check()
393 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] enabled without mode blob\n", in drm_atomic_crtc_check()
400 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] disabled with mode blob\n", in drm_atomic_crtc_check()
417 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requesting event but off\n", in drm_atomic_crtc_check()
463 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] framebuffer without CRTC\n", in drm_atomic_connector_check()
473 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] has framebuffer, but [CRTC:%d] is off\n", in drm_atomic_connector_check()
481 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] requesting out-fence without framebuffer\n", in drm_atomic_connector_check()
540 DRM_DEBUG_ATOMIC("Added [PLANE:%d:%s] %p state to %p\n", in drm_atomic_get_plane_state()
597 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] CRTC set but no FB\n", in drm_atomic_plane_check()
601 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] FB set but no CRTC\n", in drm_atomic_plane_check()
612 DRM_DEBUG_ATOMIC("Invalid [CRTC:%d:%s] for [PLANE:%d:%s]\n", in drm_atomic_plane_check()
622 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid pixel format %p4cc, modifier 0x%llx\n", in drm_atomic_plane_check()
633 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid CRTC coordinates %ux%u+%d+%d\n", in drm_atomic_plane_check()
648 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid source coordinates " in drm_atomic_plane_check()
674 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] invalid damage clip %d %d %d %d\n", in drm_atomic_plane_check()
684 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] switching CRTC directly\n", in drm_atomic_plane_check()
849 DRM_DEBUG_ATOMIC("Added new private object %p state %p to %p\n", in drm_atomic_get_private_obj_state()
1030 DRM_DEBUG_ATOMIC("Added [CONNECTOR:%d:%s] %p state to %p\n", in drm_atomic_get_connector_state()
1163 DRM_DEBUG_ATOMIC("Adding all bridges for [encoder:%d:%s] to %p\n", in drm_atomic_add_encoder_bridges()
1216 DRM_DEBUG_ATOMIC("Adding all current connectors for [CRTC:%d:%s] to %p\n", in drm_atomic_add_affected_connectors()
1270 DRM_DEBUG_ATOMIC("Adding all current planes for [CRTC:%d:%s] to %p\n", in drm_atomic_add_affected_planes()
1311 DRM_DEBUG_ATOMIC("checking %p\n", state); in drm_atomic_check_only()
1319 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1328 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1337 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] atomic core check failed\n", in drm_atomic_check_only()
1347 DRM_DEBUG_ATOMIC("atomic driver check for %p failed: %d\n", in drm_atomic_check_only()
1356 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requires full modeset\n", in drm_atomic_check_only()
1377 DRM_DEBUG_ATOMIC("driver added CRTC to commit: requested 0x%x, affected 0x%0x\n", in drm_atomic_check_only()
1410 DRM_DEBUG_ATOMIC("committing %p\n", state); in drm_atomic_commit()
1439 DRM_DEBUG_ATOMIC("committing %p nonblocking\n", state); in drm_atomic_nonblocking_commit()
1640 DRM_DEBUG_ATOMIC("checking %p\n", state); in drm_atomic_print_new_state()