Searched refs:DRM_DEBUG_ATOMIC (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_atomic.c | 99 DRM_DEBUG_ATOMIC("Allocated atomic state %p\n", state); in drm_atomic_state_init() 148 DRM_DEBUG_ATOMIC("Clearing atomic state %p\n", state); in drm_atomic_state_default_clear() 242 DRM_DEBUG_ATOMIC("Freeing atomic state %p\n", state); in drm_atomic_state_free() 291 DRM_DEBUG_ATOMIC("Added [CRTC:%d] %p state to %p\n", in drm_atomic_get_crtc_state() 334 DRM_DEBUG_ATOMIC("Set [MODE:%s] for CRTC state %p\n", in drm_atomic_set_mode_for_crtc() 339 DRM_DEBUG_ATOMIC("Set [NOMODE] for CRTC state %p\n", in drm_atomic_set_mode_for_crtc() 379 DRM_DEBUG_ATOMIC("Set [MODE:%s] for CRTC state %p\n", in drm_atomic_set_mode_prop_for_crtc() 384 DRM_DEBUG_ATOMIC("Set [NOMODE] for CRTC state %p\n", in drm_atomic_set_mode_prop_for_crtc() 483 DRM_DEBUG_ATOMIC("[CRTC:%d] active without enabled\n", in drm_atomic_crtc_check() 493 DRM_DEBUG_ATOMIC("[CRTC:%d] enabled without mode blob\n", in drm_atomic_crtc_check() [all …]
|
D | drm_atomic_helper.c | 119 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] in use on [CRTC:%d], stealing it\n", in steal_encoder() 133 DRM_DEBUG_ATOMIC("Stealing encoder from [CONNECTOR:%d:%s]\n", in steal_encoder() 168 DRM_DEBUG_ATOMIC("Updating routing for [CONNECTOR:%d:%s]\n", in update_connector_routing() 189 DRM_DEBUG_ATOMIC("Disabling [CONNECTOR:%d:%s]\n", in update_connector_routing() 207 DRM_DEBUG_ATOMIC("No suitable encoder found for [CONNECTOR:%d:%s]\n", in update_connector_routing() 214 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] incompatible with [CRTC:%d]\n", in update_connector_routing() 222 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] keeps [ENCODER:%d:%s], now on [CRTC:%d]\n", in update_connector_routing() 238 DRM_DEBUG_ATOMIC("Encoder stealing failed for [CONNECTOR:%d:%s]\n", in update_connector_routing() 254 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] using [ENCODER:%d:%s] on [CRTC:%d]\n", in update_connector_routing() 306 DRM_DEBUG_ATOMIC("Bridge fixup failed\n"); in mode_fixup() [all …]
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 219 #define DRM_DEBUG_ATOMIC(fmt, args...) \ macro
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 11707 DRM_DEBUG_ATOMIC("[CRTC:%i] has [PLANE:%i] with fb %i\n", idx, in intel_plane_atomic_calc_changes() 11710 DRM_DEBUG_ATOMIC("[PLANE:%i] visible %i -> %i, off %i, on %i, ms %i\n", in intel_plane_atomic_calc_changes()
|