Home
last modified time | relevance | path

Searched refs:DRM_INFO (Results 1 – 25 of 122) sorted by relevance

12345

/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c219 DRM_INFO("DM_PPLIB: Warning: %s clock: number of levels %d exceeds maximum of %d!\n", in pp_to_dc_clock_levels()
228 DRM_INFO("DM_PPLIB: values for %s clock\n", in pp_to_dc_clock_levels()
232 DRM_INFO("DM_PPLIB:\t %d\n", pp_clks->clock[i]); in pp_to_dc_clock_levels()
245 DRM_INFO("DM_PPLIB: Warning: %s clock: number of levels %d exceeds maximum of %d!\n", in pp_to_dc_clock_levels_with_latency()
272 DRM_INFO("DM_PPLIB: Warning: %s clock: number of levels %d exceeds maximum of %d!\n", in pp_to_dc_clock_levels_with_voltage()
281 DRM_INFO("DM_PPLIB: values for %s clock\n", in pp_to_dc_clock_levels_with_voltage()
285 DRM_INFO("DM_PPLIB:\t %d in kHz, %d in mV\n", pp_clks->data[i].clocks_in_khz, in pp_to_dc_clock_levels_with_voltage()
313 DRM_INFO("DM_PPLIB: Warning: using default validation clocks!\n"); in dm_pp_get_clock_levels_by_type()
319 DRM_INFO("DM_PPLIB: Validation clocks:\n"); in dm_pp_get_clock_levels_by_type()
320 DRM_INFO("DM_PPLIB: engine_max_clock: %d\n", in dm_pp_get_clock_levels_by_type()
[all …]
H A Damdgpu_dm_helpers.c497 DRM_INFO("DM_MST: Differing MST start on aconnector: %p [id: %d]\n", in dm_helpers_dp_mst_start_top_mgr()
502 DRM_INFO("DM_MST: starting TM on aconnector: %p [id: %d]\n", in dm_helpers_dp_mst_start_top_mgr()
511 DRM_INFO("DM_MST: DP%x, %d-lane link detected\n", aconnector->mst_mgr.dpcd[0], in dm_helpers_dp_mst_start_top_mgr()
528 DRM_INFO("DM_MST: stopping TM on aconnector: %p [id: %d]\n", in dm_helpers_dp_mst_stop_top_mgr()
765 DRM_INFO("Send DSC enable to synaptics\n"); in write_dsc_enable_synaptics_non_virtual_dpcd_mst()
774 DRM_INFO("Send DSC disable to synaptics\n"); in write_dsc_enable_synaptics_non_virtual_dpcd_mst()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_test.c221 DRM_INFO("Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x%llx\n", in radeon_do_test_moves()
480 DRM_INFO("Fence %c was first signaled\n", sigA ? 'A' : 'B'); in radeon_test_ring_sync2()
543 DRM_INFO("Testing syncing between rings %d and %d...\n", i, j); in radeon_test_syncing()
546 DRM_INFO("Testing syncing between rings %d and %d...\n", j, i); in radeon_test_syncing()
560 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, j, k); in radeon_test_syncing()
563 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, k, j); in radeon_test_syncing()
566 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", j, i, k); in radeon_test_syncing()
569 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", j, k, i); in radeon_test_syncing()
572 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", k, i, j); in radeon_test_syncing()
575 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", k, j, i); in radeon_test_syncing()
H A Dradeon_display.c777 DRM_INFO("Radeon Display Connectors\n"); in radeon_print_display_setup()
780 DRM_INFO("Connector %d:\n", i); in radeon_print_display_setup()
781 DRM_INFO(" %s\n", connector->name); in radeon_print_display_setup()
783 DRM_INFO(" %s\n", hpd_names[radeon_connector->hpd.hpd]); in radeon_print_display_setup()
785 DRM_INFO(" DDC: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", in radeon_print_display_setup()
795 DRM_INFO(" DDC Router 0x%x/0x%x\n", in radeon_print_display_setup()
799 DRM_INFO(" Clock/Data Router 0x%x/0x%x\n", in radeon_print_display_setup()
809 DRM_INFO(" DDC: no ddc bus - possible BIOS bug - please report to xorg-driver-ati@lists.x.org\n"); in radeon_print_display_setup()
811 DRM_INFO(" Encoders:\n"); in radeon_print_display_setup()
817 DRM_INFO(" CRT in radeon_print_display_setup()
[all...]
H A Dradeon_fbdev.c279 DRM_INFO("fb mappable at 0x%lX\n", info->fix.smem_start); in radeon_fbdev_fb_helper_fb_probe()
280 DRM_INFO("vram apper at 0x%lX\n", (unsigned long)rdev->mc.aper_base); in radeon_fbdev_fb_helper_fb_probe()
281 DRM_INFO("size %lu\n", (unsigned long)radeon_bo_size(rbo)); in radeon_fbdev_fb_helper_fb_probe()
282 DRM_INFO("fb depth is %d\n", fb->format->depth); in radeon_fbdev_fb_helper_fb_probe()
283 DRM_INFO(" pitch is %d\n", fb->pitches[0]); in radeon_fbdev_fb_helper_fb_probe()
H A Dradeon_combios.c1098 DRM_INFO("No TV DAC info found in BIOS\n"); in radeon_combios_get_tv_dac_info()
1171 DRM_INFO("Panel info derived from registers\n"); in radeon_legacy_get_lvds_info_from_regs()
1172 DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay, in radeon_legacy_get_lvds_info_from_regs()
1201 DRM_INFO("Panel ID String: %s\n", stmp); in radeon_combios_get_lvds_info()
1206 DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay, in radeon_combios_get_lvds_info()
1293 DRM_INFO("No panel info found in BIOS\n"); in radeon_combios_get_lvds_info()
1386 DRM_INFO("No TMDS info found in BIOS\n"); in radeon_legacy_get_tmds_info_from_combios()
1453 DRM_INFO("No valid Ext TMDS info found in BIOS\n"); in radeon_legacy_get_ext_tmds_info_from_combios()
1545 DRM_INFO("Connector Table: %d (generic)\n", in radeon_get_legacy_connector_info_from_table()
1649 DRM_INFO("Connecto in radeon_get_legacy_connector_info_from_table()
[all...]
H A Duvd_v1_0.c235 DRM_INFO("UVD initialized successfully.\n"); in uvd_v1_0_init()
445 DRM_INFO("ring test on %d succeeded in %d usecs\n", in uvd_v1_0_ring_test()
537 DRM_INFO("ib test on ring %d succeeded\n", ring->idx); in uvd_v1_0_ib_test()
H A Dradeon_device.c356 DRM_INFO("doorbell mmio base: 0x%08X\n", (uint32_t)rdev->doorbell.base); in radeon_doorbell_init()
357 DRM_INFO("doorbell mmio size: %u\n", (unsigned)rdev->doorbell.size); in radeon_doorbell_init()
772 DRM_INFO("GPU not posted. posting now...\n"); in radeon_boot_test_post_card()
1317 DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X 0x%02X).\n", in radeon_device_init()
1502 DRM_INFO("radeon: acceleration disabled, skipping move tests\n"); in radeon_device_init()
1508 DRM_INFO("radeon: acceleration disabled, skipping sync tests\n"); in radeon_device_init()
1514 DRM_INFO("radeon: acceleration disabled, skipping benchmarks\n"); in radeon_device_init()
1537 DRM_INFO("radeon: finishing device.\n"); in radeon_device_fini()
H A Dradeon_acpi.c225 DRM_INFO("ATIF buffer is too small: %zu\n", size); in radeon_atif_verify_interface()
519 DRM_INFO("ATCS buffer is too small: %zu\n", size); in radeon_atcs_verify_interface()
641 DRM_INFO("ATCS buffer is too small: %zu\n", size); in radeon_acpi_pcie_performance_request()
H A Dr600_dma.c267 DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i); in r600_dma_ring_test()
387 DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i); in r600_dma_ib_test()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_display.c418 DRM_INFO("AMDGPU Display Connectors\n"); in amdgpu_display_print_display_setup()
421 DRM_INFO("Connector %d:\n", i); in amdgpu_display_print_display_setup()
422 DRM_INFO(" %s\n", connector->name); in amdgpu_display_print_display_setup()
424 DRM_INFO(" %s\n", hpd_names[amdgpu_connector->hpd.hpd]); in amdgpu_display_print_display_setup()
426 DRM_INFO(" DDC: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", in amdgpu_display_print_display_setup()
436 DRM_INFO(" DDC Router 0x%x/0x%x\n", in amdgpu_display_print_display_setup()
440 DRM_INFO(" Clock/Data Router 0x%x/0x%x\n", in amdgpu_display_print_display_setup()
450 DRM_INFO(" DDC: no ddc bus - possible BIOS bug - please report to xorg-driver-ati@lists.x.org\n"); in amdgpu_display_print_display_setup()
452 DRM_INFO(" Encoders:\n"); in amdgpu_display_print_display_setup()
458 DRM_INFO(" CRT in amdgpu_display_print_display_setup()
[all...]
H A Dpsp_v12_0.c293 DRM_INFO("psp is not working correctly before mode1 reset!\n"); in psp_v12_0_mode1_reset()
307 DRM_INFO("psp mode 1 reset failed!\n"); in psp_v12_0_mode1_reset()
311 DRM_INFO("psp mode1 reset succeed \n"); in psp_v12_0_mode1_reset()
H A Dpsp_v3_1.c317 DRM_INFO("psp is not working correctly before mode1 reset!\n"); in psp_v3_1_mode1_reset()
331 DRM_INFO("psp mode 1 reset failed!\n"); in psp_v3_1_mode1_reset()
335 DRM_INFO("psp mode1 reset succeed \n"); in psp_v3_1_mode1_reset()
H A Damdgpu_bios.c61 DRM_INFO("vbios mem is null or mem size is wrong\n"); in check_atom_bios()
66 DRM_INFO("BIOS signature incorrect %x %x\n", bios[0], bios[1]); in check_atom_bios()
72 DRM_INFO("Can't locate bios header\n"); in check_atom_bios()
78 DRM_INFO("BIOS header is broken\n"); in check_atom_bios()
H A Damdgpu_vce_v2_0.c281 DRM_INFO("vce is not idle \n"); in vce_v2_0_stop()
286 DRM_INFO("VCE is busy, Can't set clock gating"); in vce_v2_0_stop()
475 DRM_INFO("VCE initialized successfully.\n"); in vce_v2_0_hw_init()
H A Dpsp_v11_0.c386 DRM_INFO("psp is not working correctly before mode1 reset!\n"); in psp_v11_0_mode1_reset()
400 DRM_INFO("psp mode 1 reset failed!\n"); in psp_v11_0_mode1_reset()
404 DRM_INFO("psp mode1 reset succeed \n"); in psp_v11_0_mode1_reset()
H A Duvd_v6_0.c409 DRM_INFO("UVD ENC is disabled\n"); in uvd_v6_0_sw_init()
518 DRM_INFO("UVD and UVD ENC initialized successfully.\n"); in uvd_v6_0_hw_init()
520 DRM_INFO("UVD initialized successfully.\n"); in uvd_v6_0_hw_init()
1510 DRM_INFO("Cannot get clockgating state when UVD is powergated.\n"); in uvd_v6_0_get_clockgating_state()
1630 DRM_INFO("UVD is enabled in VM mode\n"); in uvd_v6_0_set_ring_funcs()
1633 DRM_INFO("UVD is enabled in physical mode\n"); in uvd_v6_0_set_ring_funcs()
1644 DRM_INFO("UVD ENC is enabled in VM mode\n"); in uvd_v6_0_set_enc_ring_funcs()
H A Damdgpu_fw_attestation.c96 DRM_INFO("FW attestation version = 0x%X", fw_att_hdr.AttDbVersion); in amdgpu_fw_attestation_debugfs_read()
H A Dsmu_v11_0_i2c.c199 DRM_INFO("TX was terminated, IC_TX_ABRT_SOURCE val is:%x", reg_c_tx_abrt_source); in smu_v11_0_i2c_poll_tx_status()
777 DRM_INFO("Begin");
796 DRM_INFO("End");
H A Dvce_v3_0.c485 DRM_INFO("VCE initialized successfully.\n"); in vce_v3_0_hw_init()
847 DRM_INFO("Cannot get clockgating state when VCE is powergated.\n"); in vce_v3_0_get_clockgating_state()
980 DRM_INFO("VCE enabled in VM mode\n"); in vce_v3_0_set_ring_funcs()
986 DRM_INFO("VCE enabled in physical mode\n"); in vce_v3_0_set_ring_funcs()
H A Dpsp_v10_0.c142 DRM_INFO("psp mode 1 reset not supported now! \n"); in psp_v10_0_mode1_reset()
H A Djpeg_v3_0.c158 DRM_INFO("JPEG decode initialized successfully.\n"); in jpeg_v3_0_hw_init()
594 DRM_INFO("JPEG decode is enabled in VM mode\n"); in jpeg_v3_0_set_dec_ring_funcs()
H A Damdgpu_device.c1162 DRM_INFO("Not enough PCI address space for a large BAR."); in amdgpu_device_resize_fb_bar()
1830 DRM_INFO("add ip block number %d <%s>\n", adev->num_ip_blocks, in amdgpu_device_ip_block_add()
1887 DRM_INFO("virtual display string:%s, %s:virtual_display:%d, num_crtc:%d\n", in amdgpu_device_enable_virtual_display()
1901 DRM_INFO("virtual_display:%d, num_crtc:%d\n", in amdgpu_device_set_sriov_virtual_display()
3108 DRM_INFO("RE-INIT-early: %s %s\n", block->version->funcs->name, r?"failed":"succeeded"); in amdgpu_device_ip_reinit_early_sriov()
3151 DRM_INFO("RE-INIT-late: %s %s\n", block->version->funcs->name, r?"failed":"succeeded"); in amdgpu_device_ip_reinit_late_sriov()
3555 DRM_INFO("MCBP is enabled\n"); in amdgpu_device_init()
3621 DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X 0x%02X).\n", in amdgpu_device_init()
3711 DRM_INFO("register mmio base: 0x%08X\n", (uint32_t)adev->rmmio_base); in amdgpu_device_init()
3712 DRM_INFO("registe in amdgpu_device_init()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c702 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
707 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
712 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
717 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
722 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
727 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
732 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
737 DRM_INFO("Internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
742 DRM_INFO("External GPIO thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
748 DRM_INFO("ADT7473 with internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
[all …]
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_quirks.c83 DRM_INFO("Backlight polarity reversed on %s\n", id->ident); in intel_dmi_reverse_brightness()
89 DRM_INFO("No pps backlight support on %s\n", id->ident); in intel_dmi_no_pps_backlight()

12345