| /linux/drivers/gpu/drm/ |
| A D | drm_atomic.c | 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() 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() 1311 DRM_DEBUG_ATOMIC("checking %p\n", state); 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() [all …]
|
| A D | drm_atomic_helper.c | 311 DRM_DEBUG_ATOMIC("Disabling [CONNECTOR:%d:%s]\n", in update_connector_routing() 446 DRM_DEBUG_ATOMIC("Bridge atomic check failed\n"); in mode_fixup() 486 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] fixup failed\n", in mode_fixup() 622 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] mode changed\n", in drm_atomic_helper_check_modeset() 628 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] enable changed\n", in drm_atomic_helper_check_modeset() 1052 DRM_DEBUG_ATOMIC("disabling [ENCODER:%d:%s]\n", in disable_outputs() 1090 DRM_DEBUG_ATOMIC("disabling [CRTC:%d:%s]\n", in disable_outputs() 1232 DRM_DEBUG_ATOMIC("modeset on [CRTC:%d:%s]\n", in crtc_set_mode() 1257 DRM_DEBUG_ATOMIC("modeset on [ENCODER:%d:%s]\n", in crtc_set_mode() 1360 DRM_DEBUG_ATOMIC("enabling [CRTC:%d:%s]\n", in drm_atomic_helper_commit_modeset_enables() [all …]
|
| A D | drm_blend.c | 453 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] calculating normalized zpos values\n", in drm_atomic_helper_crtc_normalize_zpos() 472 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] processing zpos value %d\n", in drm_atomic_helper_crtc_normalize_zpos() 483 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] normalized zpos value %d\n", in drm_atomic_helper_crtc_normalize_zpos()
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_pipeline_state.c | 73 DRM_DEBUG_ATOMIC("CRTC%d required pipeline%d is busy.\n", 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() 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() 457 DRM_DEBUG_ATOMIC("Invalid horizontal sizes"); in komeda_scaler_check_cfg() 463 DRM_DEBUG_ATOMIC("Invalid vertical sizes"); in komeda_scaler_check_cfg() 477 DRM_DEBUG_ATOMIC("Invalid horizontal scaling ratio"); in komeda_scaler_check_cfg() 483 DRM_DEBUG_ATOMIC("Invalid vertical scaling ratio"); in komeda_scaler_check_cfg() 520 DRM_DEBUG_ATOMIC("No scaler available"); in komeda_scaler_validate() 623 DRM_DEBUG_ATOMIC("No merger is available"); in komeda_merger_validate() [all …]
|
| A D | komeda_framebuffer.c | 217 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()
|
| A D | komeda_kms.c | 127 DRM_DEBUG_ATOMIC("PLANE: %s and PLANE: %s are configured same zpos: %d.\n", in komeda_plane_state_list_add() 148 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] calculating normalized zpos values\n", in komeda_crtc_normalize_zpos() 181 DRM_DEBUG_ATOMIC("[PLANE:%d:%s] zpos:%d, normalized zpos: %d\n", in komeda_crtc_normalize_zpos()
|
| A D | komeda_plane.c | 31 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()
|
| A D | komeda_crtc.c | 257 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()
|
| A D | komeda_wb_connector.c | 50 DRM_DEBUG_ATOMIC("Cannot write the composition result out on a inactive CRTC.\n"); in komeda_wb_encoder_atomic_check()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_core_perf.c | 135 DRM_DEBUG_ATOMIC( in _dpu_core_perf_calc_crtc() 181 DRM_DEBUG_ATOMIC("crtc:%d bw:%llu ctrl:%d\n", in dpu_core_perf_crtc_check() 190 DRM_DEBUG_ATOMIC("calculated bandwidth=%uk\n", bw); in dpu_core_perf_crtc_check() 194 DRM_DEBUG_ATOMIC("final threshold bw limit = %d\n", threshold); in dpu_core_perf_crtc_check() 231 DRM_DEBUG_ATOMIC("crtc=%d bw=%llu paths:%d\n", in _dpu_core_perf_crtc_update_bus() 281 DRM_DEBUG_ATOMIC("Release BW crtc=%d\n", crtc->base.id); in dpu_core_perf_crtc_release_bw() 317 DRM_DEBUG_ATOMIC("clk:%llu\n", clk_rate); in _dpu_core_perf_get_core_clk_rate() 347 DRM_DEBUG_ATOMIC("crtc:%d stop_req:%d core_clk:%llu\n", in dpu_core_perf_crtc_update() 365 DRM_DEBUG_ATOMIC("crtc=%d p=%d new_bw=%llu,old_bw=%llu\n", in dpu_core_perf_crtc_update() 381 DRM_DEBUG_ATOMIC("crtc=%d disable\n", crtc->base.id); in dpu_core_perf_crtc_update() [all …]
|
| A D | dpu_vbif.c | 49 DRM_DEBUG_ATOMIC("VBIF %d client %d is halted\n", in _dpu_vbif_wait_for_xin_halt() 90 DRM_DEBUG_ATOMIC("vbif:%d xin:%d w:%d h:%d fps:%d pps:%llu ot:%u\n", in _dpu_vbif_apply_dynamic_ot_limit() 136 DRM_DEBUG_ATOMIC("vbif:%d xin:%d ot_lim:%d\n", in _dpu_vbif_get_ot_limit() 166 DRM_DEBUG_ATOMIC("invalid arguments vbif %d mdp %d\n", in dpu_vbif_set_ot_limit() 233 DRM_DEBUG_ATOMIC("qos remap not supported\n"); in dpu_vbif_set_qos_remap() 241 DRM_DEBUG_ATOMIC("qos tbl not defined\n"); in dpu_vbif_set_qos_remap() 248 DRM_DEBUG_ATOMIC("vbif:%d xin:%d lvl:%d/%d\n", in dpu_vbif_set_qos_remap()
|
| A D | dpu_crtc.c | 311 DRM_DEBUG_ATOMIC("format:%p4cc, alpha_en:%u blend_op:0x%x\n", in _dpu_crtc_setup_blend_cfg() 427 DRM_DEBUG_ATOMIC("%s\n", dpu_crtc->name); in _dpu_crtc_blend_setup() 708 DRM_DEBUG_ATOMIC("lm %d, ctl %d, flush mask 0x%x\n", in _dpu_crtc_setup_cp_blocks() 727 DRM_DEBUG_ATOMIC("crtc%d\n", crtc->base.id); in dpu_crtc_atomic_begin() 772 DRM_DEBUG_ATOMIC("crtc%d\n", crtc->base.id); in dpu_crtc_atomic_flush() 825 DRM_DEBUG_ATOMIC("crtc%d\n", crtc->base.id); in dpu_crtc_destroy_state() 838 DRM_DEBUG_ATOMIC("no frames pending\n"); in _dpu_crtc_wait_for_frame_done() 881 DRM_DEBUG_ATOMIC("crtc%d first commit\n", crtc->base.id); in dpu_crtc_commit_kickoff() 883 DRM_DEBUG_ATOMIC("crtc%d commit\n", crtc->base.id); in dpu_crtc_commit_kickoff() 1066 DRM_DEBUG_ATOMIC("%s: check\n", dpu_crtc->name); in dpu_crtc_atomic_check() [all …]
|
| A D | dpu_formats.c | 995 DRM_DEBUG_ATOMIC("plane format modifier 0x%llX\n", modifier); in dpu_get_dpu_format_ext() 1005 DRM_DEBUG_ATOMIC("found fmt: %4.4s DRM_FORMAT_MOD_QCOM_COMPRESSED\n", in dpu_get_dpu_format_ext() 1024 DRM_DEBUG_ATOMIC("fmt %4.4s mod 0x%llX ubwc %d yuv %d\n", in dpu_get_dpu_format_ext()
|
| A D | dpu_encoder.c | 31 #define DPU_DEBUG_ENC(e, fmt, ...) DRM_DEBUG_ATOMIC("enc%d " fmt,\ 37 #define DPU_DEBUG_PHYS(p, fmt, ...) DRM_DEBUG_ATOMIC("enc%d intf%d pp%d " fmt,\ 787 DRM_DEBUG_ATOMIC("id;%u, sw_event:%d, rc in ON state\n", in dpu_encoder_resource_control() 793 DRM_DEBUG_ATOMIC("id;%u, sw_event:%d, rc in state %d\n", in dpu_encoder_resource_control()
|
| A D | dpu_plane.c | 28 #define DPU_DEBUG_PLANE(pl, fmt, ...) DRM_DEBUG_ATOMIC("plane%d " fmt,\
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.c | 7188 DRM_DEBUG_ATOMIC("Failed DC stream validation\n"); in dm_crtc_helper_atomic_check() 7555 DRM_DEBUG_ATOMIC("Plane completely outside of screen\n"); in dm_plane_helper_check_state() 9094 DRM_DEBUG_ATOMIC("plane: id=%d dcc_en=%d\n", in amdgpu_dm_commit_planes() 9128 DRM_DEBUG_ATOMIC("%s Flipping to hi: 0x%x, low: 0x%x\n", in amdgpu_dm_commit_planes() 9470 DRM_DEBUG_ATOMIC( in amdgpu_dm_atomic_commit_tail() 10175 DRM_DEBUG_ATOMIC( in dm_update_crtc_state() 10264 DRM_DEBUG_ATOMIC("Enabling DRM crtc: %d\n", in dm_update_crtc_state() 10447 DRM_DEBUG_ATOMIC("Bad cursor FB size %dx%d\n", in dm_check_cursor_fb() 10474 DRM_DEBUG_ATOMIC("Bad cursor FB pitch %d px\n", pitch); in dm_check_cursor_fb() 10489 DRM_DEBUG_ATOMIC("Cursor FB not linear"); in dm_check_cursor_fb() [all …]
|
| /linux/include/drm/ |
| A D | drm_print.h | 541 #define DRM_DEBUG_ATOMIC(fmt, ...) \ macro
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| A D | d71_component.c | 379 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()
|
| A D | d71_dev.c | 540 DRM_DEBUG_ATOMIC("D71 doesn't support ROT90 for WB-AFBC.\n"); in d71_format_mod_supported()
|
| /linux/drivers/gpu/drm/stm/ |
| A D | ltdc.c | 636 DRM_DEBUG_ATOMIC("\n"); in ltdc_crtc_atomic_flush()
|