Home
last modified time | relevance | path

Searched refs:DRM_DEBUG_ATOMIC (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_atomic.c109 DRM_DEBUG_ATOMIC("Allocated atomic state %p\n", state); in drm_atomic_state_init()
160 DRM_DEBUG_ATOMIC("Clearing atomic state %p\n", state); in drm_atomic_state_default_clear()
271 DRM_DEBUG_ATOMIC("Freeing atomic state %p\n", state); in __drm_atomic_state_free()
326 DRM_DEBUG_ATOMIC("Added [CRTC:%d:%s] %p state to %p\n", in drm_atomic_get_crtc_state()
347 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] active without enabled\n", in drm_atomic_crtc_check()
357 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] enabled without mode blob\n", in drm_atomic_crtc_check()
364 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] disabled with mode blob\n", in drm_atomic_crtc_check()
381 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] requesting event but off\n", in drm_atomic_crtc_check()
427 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] framebuffer without CRTC\n", in drm_atomic_connector_check()
437 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] has framebuffer, but [CRTC:%d] is off\n", in drm_atomic_connector_check()
[all …]
Ddrm_atomic_uapi.c88 DRM_DEBUG_ATOMIC("Set [MODE:%s] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_for_crtc()
93 DRM_DEBUG_ATOMIC("Set [NOMODE] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_for_crtc()
131 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] bad mode blob length: %zu\n", in drm_atomic_set_mode_prop_for_crtc()
140 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] invalid mode (ret=%d, status=%s):\n", in drm_atomic_set_mode_prop_for_crtc()
149 DRM_DEBUG_ATOMIC("Set [MODE:%s] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_prop_for_crtc()
154 DRM_DEBUG_ATOMIC("Set [NOMODE] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_prop_for_crtc()
205 DRM_DEBUG_ATOMIC("Link [PLANE:%d:%s] state %p to [CRTC:%d:%s]\n", in drm_atomic_set_crtc_for_plane()
209 DRM_DEBUG_ATOMIC("Link [PLANE:%d:%s] state %p to [NOCRTC]\n", in drm_atomic_set_crtc_for_plane()
233 DRM_DEBUG_ATOMIC("Set [FB:%d] for [PLANE:%d:%s] state %p\n", in drm_atomic_set_fb_for_plane()
237 DRM_DEBUG_ATOMIC("Set [NOFB] for [PLANE:%d:%s] state %p\n", in drm_atomic_set_fb_for_plane()
[all …]
Ddrm_atomic_helper.c133 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] on [CONNECTOR:%d:%s] already assigned\n", in handle_conflicting_encoders()
170 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] in use on [CRTC:%d:%s] by [CONNECTOR:%d:%s]\n", in handle_conflicting_encoders()
185 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] in use on [CRTC:%d:%s], disabling [CONNECTOR:%d:%s]\n", in handle_conflicting_encoders()
269 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] in use on [CRTC:%d:%s], stealing it\n", in steal_encoder()
292 DRM_DEBUG_ATOMIC("Updating routing for [CONNECTOR:%d:%s]\n", in update_connector_routing()
309 DRM_DEBUG_ATOMIC("Disabling [CONNECTOR:%d:%s]\n", in update_connector_routing()
340 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] is not registered\n", in update_connector_routing()
356 DRM_DEBUG_ATOMIC("No suitable encoder found for [CONNECTOR:%d:%s]\n", in update_connector_routing()
363 DRM_DEBUG_ATOMIC("[ENCODER:%d:%s] incompatible with [CRTC:%d:%s]\n", in update_connector_routing()
374 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] keeps [ENCODER:%d:%s], now on [CRTC:%d:%s]\n", in update_connector_routing()
[all …]
Ddrm_blend.c446 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] calculating normalized zpos values\n", in drm_atomic_helper_crtc_normalize_zpos()
465 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] processing zpos value %d\n", in drm_atomic_helper_crtc_normalize_zpos()
476 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] normalized zpos value %d\n", in drm_atomic_helper_crtc_normalize_zpos()
Ddrm_dp_mst_topology.c4418 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] [MST PORT:%p] VCPI %d -> %d\n", in drm_dp_atomic_find_vcpi_slots()
4421 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] [MST PORT:%p] PBN %d -> %d\n", in drm_dp_atomic_find_vcpi_slots()
4492 DRM_DEBUG_ATOMIC("[MST PORT:%p] VCPI %d -> 0\n", port, pos->vcpi); in drm_dp_atomic_release_vcpi_slots()
5107 DRM_DEBUG_ATOMIC("[MSTB:%p] [MST PORT:%p] Checking bandwidth limits on [MSTB:%p]\n", in drm_dp_mst_atomic_check_mstb_bw_limit()
5111 DRM_DEBUG_ATOMIC("[MSTB:%p] Checking bandwidth limits\n", in drm_dp_mst_atomic_check_mstb_bw_limit()
5165 DRM_DEBUG_ATOMIC("[MSTB:%p] [MST PORT:%p] required PBN of %d exceeds port limit of %d\n", in drm_dp_mst_atomic_check_port_bw_limit()
5171 DRM_DEBUG_ATOMIC("[MSTB:%p] [MST PORT:%p] uses %d out of %d PBN\n", in drm_dp_mst_atomic_check_port_bw_limit()
5187 DRM_DEBUG_ATOMIC("[MST PORT:%p] releases all VCPI slots\n", in drm_dp_mst_atomic_check_vcpi_alloc_limit()
5192 DRM_DEBUG_ATOMIC("[MST PORT:%p] requires %d vcpi slots\n", in drm_dp_mst_atomic_check_vcpi_alloc_limit()
5197 DRM_DEBUG_ATOMIC("[MST PORT:%p] not enough VCPI slots in mst state %p (avail=%d)\n", in drm_dp_mst_atomic_check_vcpi_alloc_limit()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline_state.c73 DRM_DEBUG_ATOMIC("CRTC%d required pipeline%d is busy.\n", in komeda_pipeline_get_state_and_set_crtc()
80 DRM_DEBUG_ATOMIC("Disabling a busy pipeline:%d.\n", pipe->id); in komeda_pipeline_get_state_and_set_crtc()
171 DRM_DEBUG_ATOMIC("required %s is busy.\n", c->name); in komeda_component_get_state_and_set_user()
214 DRM_DEBUG_ATOMIC("%s required an invalid %s-input[%d].\n", in komeda_component_check_input()
220 DRM_DEBUG_ATOMIC("%s required %s-input[%d] has been occupied already.\n", in komeda_component_check_input()
248 DRM_DEBUG_ATOMIC("%s validate private failed.\n", c->name); in komeda_component_validate_private()
309 DRM_DEBUG_ATOMIC("invalidate src_w %d.\n", src_w); in komeda_layer_check_cfg()
314 DRM_DEBUG_ATOMIC("invalidate src_h %d.\n", src_h); in komeda_layer_check_cfg()
329 DRM_DEBUG_ATOMIC("Required line_sz: %d exceeds the max size %d\n", in komeda_layer_check_cfg()
457 DRM_DEBUG_ATOMIC("Invalid horizontal sizes"); in komeda_scaler_check_cfg()
[all …]
Dkomeda_framebuffer.c217 DRM_DEBUG_ATOMIC("Invalid source coordinate.\n"); in komeda_fb_check_src_coords()
223 DRM_DEBUG_ATOMIC("Wrong subsampling dimension x:%d, y:%d, w:%d, h:%d for format: %x.\n", in komeda_fb_check_src_coords()
230 DRM_DEBUG_ATOMIC("x:%d, y:%d, w:%d, h:%d should be multiple of block_w/h for format: %x.\n", in komeda_fb_check_src_coords()
279 DRM_DEBUG_ATOMIC("Layer TYPE: %d doesn't support fb FMT: %s.\n", in komeda_fb_is_layer_supported()
Dkomeda_kms.c125 DRM_DEBUG_ATOMIC("PLANE: %s and PLANE: %s are configured same zpos: %d.\n", in komeda_plane_state_list_add()
146 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] calculating normalized zpos values\n", in komeda_crtc_normalize_zpos()
179 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] zpos:%d, normalized zpos: %d\n", in komeda_crtc_normalize_zpos()
Dkomeda_plane.c31 DRM_DEBUG_ATOMIC("%s zorder:%d < max_slave_zorder: %d.\n", in komeda_plane_init_data_flow()
52 DRM_DEBUG_ATOMIC("rotation(0x%x) isn't supported by %s.\n", in komeda_plane_init_data_flow()
89 DRM_DEBUG_ATOMIC("Cannot update plane on a disabled CRTC.\n"); in komeda_plane_atomic_check()
Dkomeda_crtc.c255 DRM_DEBUG_ATOMIC("CRTC%d_FLUSH: active_pipes: 0x%x, affected: 0x%x.\n", in komeda_crtc_do_flush()
331 DRM_DEBUG_ATOMIC("CRTC%d_DISABLE: active_pipes: 0x%x, affected: 0x%x\n", in komeda_crtc_atomic_disable()
434 DRM_DEBUG_ATOMIC("pxlclk doesn't support %lu Hz\n", min_pxlclk); in komeda_crtc_mode_valid()
441 DRM_DEBUG_ATOMIC("engine clk can't satisfy the requirement of %s-clk: %lu.\n", in komeda_crtc_mode_valid()
Dkomeda_wb_connector.c50 DRM_DEBUG_ATOMIC("Cannot write the composition result out on a inactive CRTC.\n"); in komeda_wb_encoder_atomic_check()
/kernel/linux/linux-5.10/include/drm/
Ddrm_print.h515 #define DRM_DEBUG_ATOMIC(fmt, ...) \ macro
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c379 DRM_DEBUG_ATOMIC("afbc request line_sz: %d exceed the max afbc line_sz: %d.\n", in d71_layer_validate()
386 DRM_DEBUG_ATOMIC("YUV420_10BIT input_hsize: %d exceed the max size 2046.\n", in d71_layer_validate()
392 DRM_DEBUG_ATOMIC("X0L2 input_hsize: %d exceed the max size 2046.\n", in d71_layer_validate()
Dd71_dev.c540 DRM_DEBUG_ATOMIC("D71 doesn't support ROT90 for WB-AFBC.\n"); in d71_format_mod_supported()
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
Dltdc.c638 DRM_DEBUG_ATOMIC("\n"); in ltdc_crtc_atomic_flush()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5757 DRM_DEBUG_ATOMIC("failed finding vcpi slots: %d\n", (int)dm_new_connector_state->vcpi_slots); in dm_encoder_helper_atomic_check()
8521 DRM_DEBUG_ATOMIC("Bad cursor size %d x %d\n", in dm_update_plane_state()
8547 DRM_DEBUG_ATOMIC("Disabling DRM plane: %d on DRM crtc %d\n", in dm_update_plane_state()
8715DRM_DEBUG_ATOMIC("Overlay plane is enabled with hardware cursor but does not fully cover primary p… in validate_overlay()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch14585 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] using [ENCODER:%d:%s] on [CRTC:%d:%s]\n",