Home
last modified time | relevance | path

Searched refs:DRM_DEBUG_ATOMIC (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A 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("[CONNECTO in drm_atomic_connector_check()
[all...]
H A Ddrm_atomic_uapi.c90 DRM_DEBUG_ATOMIC("Set [MODE:%s] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_for_crtc()
95 DRM_DEBUG_ATOMIC("Set [NOMODE] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_for_crtc()
133 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] bad mode blob length: %zu\n", in drm_atomic_set_mode_prop_for_crtc()
142 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] invalid mode (ret=%d, status=%s):\n", in drm_atomic_set_mode_prop_for_crtc()
151 DRM_DEBUG_ATOMIC("Set [MODE:%s] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_prop_for_crtc()
156 DRM_DEBUG_ATOMIC("Set [NOMODE] for [CRTC:%d:%s] state %p\n", in drm_atomic_set_mode_prop_for_crtc()
207 DRM_DEBUG_ATOMIC("Link [PLANE:%d:%s] state %p to [CRTC:%d:%s]\n", in drm_atomic_set_crtc_for_plane()
211 DRM_DEBUG_ATOMIC("Link [PLANE:%d:%s] state %p to [NOCRTC]\n", in drm_atomic_set_crtc_for_plane()
235 DRM_DEBUG_ATOMIC("Set [FB:%d] for [PLANE:%d:%s] state %p\n", in drm_atomic_set_fb_for_plane()
239 DRM_DEBUG_ATOMIC("Se in drm_atomic_set_fb_for_plane()
[all...]
H A 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("[CONNECTO in update_connector_routing()
[all...]
H A 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()
H A Ddrm_dp_mst_topology.c4421 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] [MST PORT:%p] VCPI %d -> %d\n", in drm_dp_atomic_find_vcpi_slots()
4424 DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] [MST PORT:%p] PBN %d -> %d\n", in drm_dp_atomic_find_vcpi_slots()
4495 DRM_DEBUG_ATOMIC("[MST PORT:%p] VCPI %d -> 0\n", port, pos->vcpi); in drm_dp_atomic_release_vcpi_slots()
5110 DRM_DEBUG_ATOMIC("[MSTB:%p] [MST PORT:%p] Checking bandwidth limits on [MSTB:%p]\n", in drm_dp_mst_atomic_check_mstb_bw_limit()
5114 DRM_DEBUG_ATOMIC("[MSTB:%p] Checking bandwidth limits\n", in drm_dp_mst_atomic_check_mstb_bw_limit()
5168 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()
5174 DRM_DEBUG_ATOMIC("[MSTB:%p] [MST PORT:%p] uses %d out of %d PBN\n", in drm_dp_mst_atomic_check_port_bw_limit()
5190 DRM_DEBUG_ATOMIC("[MST PORT:%p] releases all VCPI slots\n", in drm_dp_mst_atomic_check_vcpi_alloc_limit()
5195 DRM_DEBUG_ATOMIC("[MST PORT:%p] requires %d vcpi slots\n", in drm_dp_mst_atomic_check_vcpi_alloc_limit()
5200 DRM_DEBUG_ATOMIC("[MS in drm_dp_mst_atomic_check_vcpi_alloc_limit()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A 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("Invali in komeda_scaler_check_cfg()
[all...]
H A 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()
H A 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()
H A 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()
H A 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()
H A 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-6.6/drivers/gpu/drm/arm/display/komeda/
H A 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("Invali in komeda_scaler_check_cfg()
[all...]
H A 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: %p4cc with modifier: 0x%llx.\n", in komeda_fb_is_layer_supported()
H A Dkomeda_kms.c143 DRM_DEBUG_ATOMIC("PLANE: %s and PLANE: %s are configured same zpos: %d.\n", in komeda_plane_state_list_add()
164 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] calculating normalized zpos values\n", in komeda_crtc_normalize_zpos()
197 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] zpos:%d, normalized zpos: %d\n", in komeda_crtc_normalize_zpos()
H A 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 %p4cc with modifier: 0x%llx.\n", in komeda_plane_init_data_flow()
90 DRM_DEBUG_ATOMIC("Cannot update plane on a disabled CRTC.\n"); in komeda_plane_atomic_check()
H A Dkomeda_crtc.c257 DRM_DEBUG_ATOMIC("CRTC%d_FLUSH: active_pipes: 0x%x, affected: 0x%x.\n", in komeda_crtc_do_flush()
337 DRM_DEBUG_ATOMIC("CRTC%d_DISABLE: active_pipes: 0x%x, affected: 0x%x\n", in komeda_crtc_atomic_disable()
444 DRM_DEBUG_ATOMIC("pxlclk doesn't support %lu Hz\n", min_pxlclk); in komeda_crtc_mode_valid()
451 DRM_DEBUG_ATOMIC("engine clk can't satisfy the requirement of %s-clk: %lu.\n", in komeda_crtc_mode_valid()
H A Dkomeda_wb_connector.c51 DRM_DEBUG_ATOMIC("Cannot write the composition result out on a inactive CRTC.\n"); in komeda_wb_encoder_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c137 DRM_DEBUG_ATOMIC( in _dpu_core_perf_calc_crtc()
179 DRM_DEBUG_ATOMIC("crtc:%d bw:%llu ctrl:%d\n", in dpu_core_perf_crtc_check()
188 DRM_DEBUG_ATOMIC("calculated bandwidth=%uk\n", bw); in dpu_core_perf_crtc_check()
192 DRM_DEBUG_ATOMIC("final threshold bw limit = %d\n", threshold); in dpu_core_perf_crtc_check()
232 DRM_DEBUG_ATOMIC("crtc=%d bw=%llu paths:%d\n", in _dpu_core_perf_crtc_update_bus()
274 DRM_DEBUG_ATOMIC("Release BW crtc=%d\n", crtc->base.id); in dpu_core_perf_crtc_release_bw()
325 DRM_DEBUG_ATOMIC("crtc:%d enabled:%d core_clk:%llu\n", in dpu_core_perf_crtc_update()
343 DRM_DEBUG_ATOMIC("crtc=%d p=%d new_bw=%llu,old_bw=%llu\n", in dpu_core_perf_crtc_update()
357 DRM_DEBUG_ATOMIC("crtc=%d disable\n", crtc->base.id); in dpu_core_perf_crtc_update()
382 DRM_DEBUG_ATOMIC("cl in dpu_core_perf_crtc_update()
[all...]
H A Ddpu_vbif.c69 DRM_DEBUG_ATOMIC("%s client %d is halted\n", in _dpu_vbif_wait_for_xin_halt()
110 DRM_DEBUG_ATOMIC("%s xin:%d w:%d h:%d fps:%d pps:%llu ot:%u\n", in _dpu_vbif_apply_dynamic_ot_limit()
156 DRM_DEBUG_ATOMIC("%s xin:%d ot_lim:%d\n", in _dpu_vbif_get_ot_limit()
181 DRM_DEBUG_ATOMIC("invalid arguments vbif %d mdp %d\n", in dpu_vbif_set_ot_limit()
242 DRM_DEBUG_ATOMIC("qos remap not supported\n"); in dpu_vbif_set_qos_remap()
250 DRM_DEBUG_ATOMIC("qos tbl not defined\n"); in dpu_vbif_set_qos_remap()
257 DRM_DEBUG_ATOMIC("%s xin:%d lvl:%d/%d\n", in dpu_vbif_set_qos_remap()
H A Ddpu_crtc.c376 DRM_DEBUG_ATOMIC("format:%p4cc, alpha_en:%u blend_op:0x%x\n", in _dpu_crtc_setup_blend_cfg()
429 DRM_DEBUG_ATOMIC("crtc %d stage:%d - plane %d sspp %d fb %d multirect_idx %d\n", in _dpu_crtc_blend_setup_pipe()
526 DRM_DEBUG_ATOMIC("%s\n", dpu_crtc->name); in _dpu_crtc_blend_setup()
550 DRM_DEBUG_ATOMIC("lm %d, op_mode 0x%X, ctl %d\n", in _dpu_crtc_blend_setup()
635 DRM_DEBUG_ATOMIC("crtc%d event:%u ts:%lld\n", crtc->base.id, fevent->event, in dpu_crtc_frame_event_work()
810 DRM_DEBUG_ATOMIC("crtc%d -> enable %d, skip atomic_begin\n", in dpu_crtc_atomic_begin()
815 DRM_DEBUG_ATOMIC("crtc%d\n", crtc->base.id); in dpu_crtc_atomic_begin()
855 DRM_DEBUG_ATOMIC("crtc%d -> enable %d, skip atomic_flush\n", in dpu_crtc_atomic_flush()
860 DRM_DEBUG_ATOMIC("crtc%d\n", crtc->base.id); in dpu_crtc_atomic_flush()
913 DRM_DEBUG_ATOMIC("crt in dpu_crtc_destroy_state()
[all...]
H A Ddpu_formats.c1021 DRM_DEBUG_ATOMIC("plane format modifier 0x%llX\n", modifier); in dpu_get_dpu_format_ext()
1031 DRM_DEBUG_ATOMIC("found fmt: %4.4s DRM_FORMAT_MOD_QCOM_COMPRESSED\n", in dpu_get_dpu_format_ext()
1050 DRM_DEBUG_ATOMIC("fmt %4.4s mod 0x%llX ubwc %d yuv %d\n", in dpu_get_dpu_format_ext()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c397 DRM_DEBUG_ATOMIC("Can't enable a CRTC without enabling the primary plane\n"); in dm_crtc_helper_atomic_check()
420 DRM_DEBUG_ATOMIC("Failed DC stream validation\n"); in dm_crtc_helper_atomic_check()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_print.h515 #define DRM_DEBUG_ATOMIC(fmt, ...) \ macro
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_print.h581 #define DRM_DEBUG_ATOMIC(fmt, ...) \ macro
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H A 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()

Completed in 27 milliseconds

12