sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
201
DRM_INFO("ATIF buffer is too small: %zu\n", size);
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
535
DRM_INFO("ATCS buffer is too small: %zu\n", size);
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
661
DRM_INFO("ATCS buffer is too small: %zu\n", size);
sys/dev/drm/amd/amdgpu/amdgpu_benchmark.c
67
DRM_INFO("amdgpu: %s %u bo moves of %u kB from"
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
289
DRM_INFO("%s: pci_find_class() found: %d:%d:%d:%d, vendor=%04x, device=%04x\n",
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
297
DRM_INFO("%s: Get ACPI device handle\n", __func__);
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
306
DRM_INFO("%s: Get ACPI handle for \"ATRM\"\n", __func__);
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
314
DRM_INFO("%s: Failed to get \"ATRM\" handle: %s\n",
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
53
DRM_INFO("vbios mem is null or mem size is wrong\n");
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
58
DRM_INFO("BIOS signature incorrect %x %x\n", bios[0], bios[1]);
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
64
DRM_INFO("Can't locate bios header\n");
sys/dev/drm/amd/amdgpu/amdgpu_bios.c
70
DRM_INFO("BIOS header is broken\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1226
DRM_INFO("add ip block number %d <%s>\n", adev->num_ip_blocks,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1283
DRM_INFO("virtual display string:%s, %s:virtual_display:%d, num_crtc:%d\n",
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2127
DRM_INFO("RE-INIT: %s %s\n", block->version->funcs->name, r?"failed":"succeeded");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2161
DRM_INFO("RE-INIT: %s %s\n", block->version->funcs->name, r?"failed":"succeeded");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2417
DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X 0x%02X).\n",
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2477
DRM_INFO("register mmio base: 0x%08X\n", (uint32_t)adev->rmmio_base);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2478
DRM_INFO("register mmio size: %u\n", (unsigned)adev->rmmio_size);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2502
DRM_INFO("PCI I/O BAR is not found.\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2559
DRM_INFO("GPU posting now...\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2645
DRM_INFO("%s: Taking over the fictitious range 0x%lx-0x%llx\n", __func__,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2688
DRM_INFO("amdgpu: acceleration disabled, skipping move tests\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2694
DRM_INFO("amdgpu: acceleration disabled, skipping benchmarks\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2731
DRM_INFO("amdgpu: finishing device.\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3035
DRM_INFO("IP block:%s is hung!\n", adev->ip_blocks[i].version->funcs->name);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3096
DRM_INFO("Some block need full reset!\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3184
DRM_INFO("recover vram bo from shadow start\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3218
DRM_INFO("recover vram bo from shadow done\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3242
DRM_INFO("soft reset failed, will fallback to full reset!\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3366
DRM_INFO("Timeout, but no hardware hang detected.\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
3372
DRM_INFO("GPU recovery disabled.\n");
sys/dev/drm/amd/amdgpu/amdgpu_device.c
710
DRM_INFO("Not enough PCI address space for a large BAR.");
sys/dev/drm/amd/amdgpu/amdgpu_display.c
369
DRM_INFO("AMDGPU Display Connectors\n");
sys/dev/drm/amd/amdgpu/amdgpu_display.c
372
DRM_INFO("Connector %d:\n", i);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
373
DRM_INFO(" %s\n", connector->name);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
375
DRM_INFO(" %s\n", hpd_names[amdgpu_connector->hpd.hpd]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
377
DRM_INFO(" DDC: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n",
sys/dev/drm/amd/amdgpu/amdgpu_display.c
387
DRM_INFO(" DDC Router 0x%x/0x%x\n",
sys/dev/drm/amd/amdgpu/amdgpu_display.c
391
DRM_INFO(" Clock/Data Router 0x%x/0x%x\n",
sys/dev/drm/amd/amdgpu/amdgpu_display.c
401
DRM_INFO(" DDC: no ddc bus - possible BIOS bug - please report to xorg-driver-ati@lists.x.org\n");
sys/dev/drm/amd/amdgpu/amdgpu_display.c
403
DRM_INFO(" Encoders:\n");
sys/dev/drm/amd/amdgpu/amdgpu_display.c
409
DRM_INFO(" CRT1: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
411
DRM_INFO(" CRT2: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
413
DRM_INFO(" LCD1: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
415
DRM_INFO(" DFP1: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
417
DRM_INFO(" DFP2: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
419
DRM_INFO(" DFP3: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
421
DRM_INFO(" DFP4: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
423
DRM_INFO(" DFP5: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
425
DRM_INFO(" DFP6: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
427
DRM_INFO(" TV1: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_display.c
429
DRM_INFO(" CV: %s\n", encoder_names[amdgpu_encoder->encoder_id]);
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
845
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
850
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
855
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
860
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
865
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
870
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
875
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
880
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
885
DRM_INFO("External GPIO thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
891
DRM_INFO("ADT7473 with internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
897
DRM_INFO("EMC2103 with internal thermal controller %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
902
DRM_INFO("Possible %s thermal controller at 0x%02x %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_dpm.c
918
DRM_INFO("Unknown thermal controller type %d at 0x%02x %s fan control\n",
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1377
DRM_INFO("amdgpu kernel modesetting enabled.\n");
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
934
DRM_INFO("This hardware requires experimental hardware support.\n"
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
962
DRM_INFO("retry init %d\n", retry);
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
299
DRM_INFO("fb mappable at 0x%lX\n", info->paddr);
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
300
DRM_INFO("vram apper at 0x%lX\n", (unsigned long)adev->gmc.aper_base);
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
301
DRM_INFO("size %lu\n", (unsigned long)amdgpu_bo_size(abo));
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
302
DRM_INFO("fb depth is %d\n", fb->format->depth);
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
303
DRM_INFO(" pitch is %d\n", fb->pitches[0]);
sys/dev/drm/amd/amdgpu/amdgpu_fence.c
161
DRM_INFO("rcu slot is busy\n");
sys/dev/drm/amd/amdgpu/amdgpu_gart.c
364
DRM_INFO("GART: num cpu pages %u, num gpu pages %u\n",
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
133
DRM_INFO("amdgpu: disabling CU %u.%u.%u\n", se, sh, cu);
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
150
DRM_INFO("amdgpu: forcing compute pipe policy %d\n",
sys/dev/drm/amd/amdgpu/amdgpu_i2c.c
234
DRM_INFO("hw_i2c forced on, you may experience display detection problems!\n");
sys/dev/drm/amd/amdgpu/amdgpu_job.c
224
DRM_INFO("Skip scheduling IBs!\n");
sys/dev/drm/amd/amdgpu/amdgpu_object.c
1040
DRM_INFO("Detected VRAM RAM=%lluM, BAR=%lluM\n",
sys/dev/drm/amd/amdgpu/amdgpu_object.c
1043
DRM_INFO("RAM width %dbits %s\n",
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
190
DRM_INFO("reserve 0x%x from 0x%lx for PSP TMR SIZE\n",
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
500
DRM_INFO("PSP is resuming...\n");
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
536
DRM_INFO("firmware is not loaded by PSP\n");
sys/dev/drm/amd/amdgpu/amdgpu_test.c
215
DRM_INFO("Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x%llx\n",
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1842
DRM_INFO("amdgpu: %uM of VRAM memory ready\n",
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1864
DRM_INFO("amdgpu: %uM of GTT memory ready.\n",
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1947
DRM_INFO("amdgpu: ttm finalized\n");
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
215
DRM_INFO("Found UVD firmware Version: %hu.%hu Family ID: %hu\n",
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
242
DRM_INFO("Found UVD firmware ENC: %hu.%hu DEC: .%hu Family ID: %hu\n",
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
176
DRM_INFO("Found VCE firmware Version: %hhd.%hhd Binary ID: %hhd\n",
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
112
DRM_INFO("Found VCN firmware Version ENC: %hu.%hu DEC: %hu VEP: %hu Revision: %hu\n",
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
120
DRM_INFO("Found VCN firmware Version: %hu.%hu Family ID: %hu\n",
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
349
DRM_INFO("MM table gpu addr = 0x%lx, cpu addr = %p.\n",
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
3013
DRM_INFO("vm size is %u GB, %u levels, block size is %u-bit, fragment size is %u-bit\n",
sys/dev/drm/amd/amdgpu/atombios_encoders.c
266
DRM_INFO("amdgpu atom DIG backlight initialized\n");
sys/dev/drm/amd/amdgpu/atombios_encoders.c
322
DRM_INFO("amdgpu atom LVDS backlight unloaded\n");
sys/dev/drm/amd/amdgpu/ci_dpm.c
2233
DRM_INFO("smc is running, no need to load smc firmware\n");
sys/dev/drm/amd/amdgpu/ci_dpm.c
6011
DRM_INFO("Invalid PCC GPIO: %u!\n", gpio.shift);
sys/dev/drm/amd/amdgpu/ci_dpm.c
6316
DRM_INFO("amdgpu: dpm initialized\n");
sys/dev/drm/amd/amdgpu/cik.c
1405
DRM_INFO("PCIE gen 3 link speeds already enabled\n");
sys/dev/drm/amd/amdgpu/cik.c
1408
DRM_INFO("enabling PCIE gen 3 link speeds, disable with amdgpu.pcie_gen2=0\n");
sys/dev/drm/amd/amdgpu/cik.c
1411
DRM_INFO("PCIE gen 2 link speeds already enabled\n");
sys/dev/drm/amd/amdgpu/cik.c
1414
DRM_INFO("enabling PCIE gen 2 link speeds, disable with amdgpu.pcie_gen2=0\n");
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1074
DRM_INFO("Chained IB support enabled!\n");
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
3930
DRM_INFO("Timeout wait for RLC serdes %u,%u\n",
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6780
DRM_INFO("SQ general purpose intr detected:"
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
6822
DRM_INFO(
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1410
DRM_INFO("fix gfx.config for vega12\n");
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2040
DRM_INFO("Timeout wait for RLC serdes %u,%u\n",
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2456
DRM_INFO("Using rlc debug ucode. mmRLC_GPM_GENERAL_6 ==0x08%x / fw_ver == %i \n",
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
702
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
946
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
1138
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
756
DRM_INFO("ECC is active.\n");
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
758
DRM_INFO("ECC is not present.\n");
sys/dev/drm/amd/amdgpu/kv_dpm.c
3030
DRM_INFO("amdgpu: dpm initialized\n");
sys/dev/drm/amd/amdgpu/psp_v10_0.c
452
DRM_INFO("psp mode 1 reset not supported now! \n");
sys/dev/drm/amd/amdgpu/psp_v11_0.c
525
DRM_INFO("psp is not working correctly before mode1 reset!\n");
sys/dev/drm/amd/amdgpu/psp_v11_0.c
539
DRM_INFO("psp mode 1 reset failed!\n");
sys/dev/drm/amd/amdgpu/psp_v11_0.c
543
DRM_INFO("psp mode1 reset succeed \n");
sys/dev/drm/amd/amdgpu/psp_v3_1.c
591
DRM_INFO("psp is not working correctly before mode1 reset!\n");
sys/dev/drm/amd/amdgpu/psp_v3_1.c
605
DRM_INFO("psp mode 1 reset failed!\n");
sys/dev/drm/amd/amdgpu/psp_v3_1.c
609
DRM_INFO("psp mode1 reset succeed \n");
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1323
DRM_INFO("use_doorbell being set to: [%s]\n",
sys/dev/drm/amd/amdgpu/si_dpm.c
7724
DRM_INFO("amdgpu: dpm initialized\n");
sys/dev/drm/amd/amdgpu/si_dpm.c
7902
DRM_INFO("\tuvd vclk: %d dclk: %d\n", rps->vclk, rps->dclk);
sys/dev/drm/amd/amdgpu/si_dpm.c
7906
DRM_INFO("\t\tpower level %d sclk: %u mclk: %u vddc: %u vddci: %u pcie gen: %u\n",
sys/dev/drm/amd/amdgpu/si_dpm.c
7909
DRM_INFO("\t\tpower level %d sclk: %u mclk: %u vddc: %u vddci: %u\n",
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
201
DRM_INFO("UVD initialized successfully.\n");
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
197
DRM_INFO("UVD initialized successfully.\n");
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
827
DRM_INFO("Cannot get clockgating state when UVD is powergated.\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1489
DRM_INFO("Cannot get clockgating state when UVD is powergated.\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1606
DRM_INFO("UVD is enabled in VM mode\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1609
DRM_INFO("UVD is enabled in physical mode\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1620
DRM_INFO("UVD ENC is enabled in VM mode\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
416
DRM_INFO("UVD ENC is disabled\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
528
DRM_INFO("UVD and UVD ENC initialized successfully.\n");
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
530
DRM_INFO("UVD initialized successfully.\n");
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1850
DRM_INFO("UVD(%d) is enabled in VM mode\n", i);
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1866
DRM_INFO("UVD(%d) ENC is enabled in VM mode\n", j);
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
447
DRM_INFO("PSP loading UVD firmware\n");
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
595
DRM_INFO("UVD and UVD ENC initialized successfully.\n");
sys/dev/drm/amd/amdgpu/vce_v2_0.c
281
DRM_INFO("vce is not idle \n");
sys/dev/drm/amd/amdgpu/vce_v2_0.c
286
DRM_INFO("VCE is busy, Can't set clock gateing");
sys/dev/drm/amd/amdgpu/vce_v2_0.c
477
DRM_INFO("VCE initialized successfully.\n");
sys/dev/drm/amd/amdgpu/vce_v3_0.c
488
DRM_INFO("VCE initialized successfully.\n");
sys/dev/drm/amd/amdgpu/vce_v3_0.c
825
DRM_INFO("Cannot get clockgating state when VCE is powergated.\n");
sys/dev/drm/amd/amdgpu/vce_v3_0.c
952
DRM_INFO("VCE enabled in VM mode\n");
sys/dev/drm/amd/amdgpu/vce_v3_0.c
958
DRM_INFO("VCE enabled in physical mode\n");
sys/dev/drm/amd/amdgpu/vce_v4_0.c
1108
DRM_INFO("VCE enabled in VM mode\n");
sys/dev/drm/amd/amdgpu/vce_v4_0.c
451
DRM_INFO("PSP loading VCE firmware\n");
sys/dev/drm/amd/amdgpu/vce_v4_0.c
533
DRM_INFO("VCE initialized successfully.\n");
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
116
DRM_INFO("PSP loading VCN firmware\n");
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
207
DRM_INFO("VCN decode and encode initialized successfully(under %s).\n",
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
2144
DRM_INFO("VCN decode is enabled in VM mode\n");
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
2154
DRM_INFO("VCN encode is enabled in VM mode\n");
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
2160
DRM_INFO("VCN jpeg decode is enabled in VM mode\n");
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1680
DRM_INFO("Old Backlight level: %d\n", val);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
377
DRM_INFO("DM: FBC alloc %lu\n", max_size*4);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
441
DRM_INFO("Display Core initialized with v%s!\n", DC_VER);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
443
DRM_INFO("Display Core failed to initialize with v%s!\n", DC_VER);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
104
DRM_INFO("SADs count is: %d, don't need to read it\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
440
DRM_INFO("DM_MST: Differing MST start on aconnector: %p [id: %d]\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
445
DRM_INFO("DM_MST: starting TM on aconnector: %p [id: %d]\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
462
DRM_INFO("DM_MST: stopping TM on aconnector: %p [id: %d]\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
436
DRM_INFO("amdgpu_dm_irq_schedule_work FAILED src %d\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
367
DRM_INFO("DM_MST: added connector: %p [id: %d] [master: %p]\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
383
DRM_INFO("DM_MST: Disabling connector: %p [id: %d] [master: %p]\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
224
DRM_INFO("DM_PPLIB: Warning: %s clock: number of levels %d exceeds maximum of %d!\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
233
DRM_INFO("DM_PPLIB: values for %s clock\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
237
DRM_INFO("DM_PPLIB:\t %d\n", pp_clks->clock[i]);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
250
DRM_INFO("DM_PPLIB: Warning: %s clock: number of levels %d exceeds maximum of %d!\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
277
DRM_INFO("DM_PPLIB: Warning: %s clock: number of levels %d exceeds maximum of %d!\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
286
DRM_INFO("DM_PPLIB: values for %s clock\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
290
DRM_INFO("DM_PPLIB:\t %d in kHz\n", pp_clks->data[i].clocks_in_khz);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
322
DRM_INFO("DM_PPLIB: Warning: using default validation clocks!\n");
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
329
DRM_INFO("DM_PPLIB: Validation clocks:\n");
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
330
DRM_INFO("DM_PPLIB: engine_max_clock: %d\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
332
DRM_INFO("DM_PPLIB: memory_max_clock: %d\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
334
DRM_INFO("DM_PPLIB: level : %d\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
348
DRM_INFO("DM_PPLIB: reducing engine clock level from %d to %d\n",
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
357
DRM_INFO("DM_PPLIB: reducing memory clock level from %d to %d\n",
sys/dev/drm/drm_agpsupport.c
498
DRM_INFO("AGP at 0x%08lx %dMB\n",
sys/dev/drm/drm_connector.c
138
DRM_INFO("forcing %s connector %s\n", connector->name,
sys/dev/drm/drm_dragonfly.c
185
DRM_INFO("pdev: vendor=0x%04x device=0x%04x rev=0x%02x\n",
sys/dev/drm/drm_dragonfly.c
187
DRM_INFO(" svendor=0x%04x sdevice=0x%04x irq=%u\n",
sys/dev/drm/drm_drv.c
909
DRM_INFO("Initialized %s %d.%d.%d %s for %s on minor %d\n",
sys/dev/drm/drm_edid_load.c
125
DRM_INFO("Got EDID base block from %s for connector %s\n", fwname, connector_name);
sys/dev/drm/drm_edid_load.c
155
DRM_INFO("Got %d extensions in EDID firmware from %s for connector %s\n",
sys/dev/drm/drm_fb_helper.c
2006
DRM_INFO("Cannot find any crtc or sizes\n");
sys/dev/drm/drm_fb_helper.c
2300
DRM_INFO("kms: can't enable cloning when we probably wanted to.\n");
sys/dev/drm/drm_pci.c
447
DRM_INFO("Module unloaded\n");
sys/dev/drm/drm_vblank.c
451
DRM_INFO("Supports vblank timestamp caching Rev 2 (21.10.2013).\n");
sys/dev/drm/drm_vblank.c
455
DRM_INFO("Driver supports precise vblank timestamp query.\n");
sys/dev/drm/drm_vblank.c
457
DRM_INFO("No driver support for vblank timestamp query.\n");
sys/dev/drm/drm_vblank.c
462
DRM_INFO("Setting vblank_disable_immediate to false because "
sys/dev/drm/i915/i915_drv.c
1234
DRM_INFO("Number of memory channels is zero\n");
sys/dev/drm/i915/i915_drv.c
1250
DRM_INFO("couldn't get memory rank information\n");
sys/dev/drm/i915/i915_drv.c
1284
DRM_INFO("Couldn't get system memory bandwidth\n");
sys/dev/drm/i915/i915_drv.c
1312
DRM_INFO("Couldn't get system memory bandwidth\n");
sys/dev/drm/i915/i915_drv.c
1370
DRM_INFO("couldn't get memory rank information\n");
sys/dev/drm/i915/i915_drv.c
1688
DRM_INFO("DRM_I915_DEBUG enabled\n");
sys/dev/drm/i915/i915_drv.c
1690
DRM_INFO("DRM_I915_DEBUG_GEM enabled\n");
sys/dev/drm/i915/i915_drv.c
1692
DRM_INFO("DRM_I915_DEBUG_RUNTIME_PM enabled\n");
sys/dev/drm/i915/i915_drv.c
72
DRM_INFO("Injecting failure at checkpoint %u [%s:%d]\n",
sys/dev/drm/i915/i915_drv.c
744
DRM_INFO("could not switch gmux to IGD\n");
sys/dev/drm/i915/i915_drv.c
819
DRM_INFO("Replacing VGA console driver\n");
sys/dev/drm/i915/i915_gem_gtt.c
172
DRM_INFO("Disabling PPGTT because VT-d is on\n");
sys/dev/drm/i915/i915_gem_gtt.c
2966
DRM_INFO("taking over the fictitious range 0x%lx-0x%lx\n",
sys/dev/drm/i915/i915_gem_gtt.c
3551
DRM_INFO("applying Ironlake quirks for intel_iommu\n");
sys/dev/drm/i915/i915_gem_gtt.c
3610
DRM_INFO("VT-d active for gfx access\n");
sys/dev/drm/i915/i915_gem_stolen.c
405
DRM_INFO("iGVT-g active, disabling use of stolen memory\n");
sys/dev/drm/i915/i915_gem_stolen.c
410
DRM_INFO("DMAR active, disabling use of stolen memory\n");
sys/dev/drm/i915/i915_gpu_error.c
1880
DRM_INFO("%s\n", error->error_msg);
sys/dev/drm/i915/i915_gpu_error.c
1898
DRM_INFO("GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.\n");
sys/dev/drm/i915/i915_gpu_error.c
1899
DRM_INFO("Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel\n");
sys/dev/drm/i915/i915_gpu_error.c
1900
DRM_INFO("drm/i915 developers can then reassign to the right component if it's not a kernel issue.\n");
sys/dev/drm/i915/i915_gpu_error.c
1901
DRM_INFO("The gpu crash dump is required to analyze gpu hangs, so please always attach it.\n");
sys/dev/drm/i915/i915_gpu_error.c
1902
DRM_INFO("GPU crash dump saved to /sys/class/drm/card%d/error\n",
sys/dev/drm/i915/i915_module.c
27
DRM_INFO("Got Intel graphics stolen memory base 0x%lx, size 0x%lx\n",
sys/dev/drm/i915/i915_pci.c
702
DRM_INFO("The driver support for your hardware in this kernel version is alpha quality\n"
sys/dev/drm/i915/i915_pmu.c
1040
DRM_INFO("PMU not supported for this GPU.");
sys/dev/drm/i915/i915_vgpu.c
142
DRM_INFO("balloon space: range [ 0x%lx - 0x%lx ] %lu KiB.\n",
sys/dev/drm/i915/i915_vgpu.c
217
DRM_INFO("VGT ballooning configuration:\n");
sys/dev/drm/i915/i915_vgpu.c
218
DRM_INFO("Mappable graphic memory: base 0x%lx size %ldKiB\n",
sys/dev/drm/i915/i915_vgpu.c
220
DRM_INFO("Unmappable graphic memory: base 0x%lx size %ldKiB\n",
sys/dev/drm/i915/i915_vgpu.c
263
DRM_INFO("VGT balloon successfully\n");
sys/dev/drm/i915/i915_vgpu.c
74
DRM_INFO("VGT interface version mismatch!\n");
sys/dev/drm/i915/i915_vgpu.c
81
DRM_INFO("Virtual GPU for Intel GVT-g detected.\n");
sys/dev/drm/i915/intel_bios.c
1769
DRM_INFO("Failed to find VBIOS tables (VBT)\n");
sys/dev/drm/i915/intel_csr.c
329
DRM_INFO("Refusing to load DMC firmware v%u.%u,"
sys/dev/drm/i915/intel_csr.c
446
DRM_INFO("Finished loading DMC firmware %s (v%u.%u)\n",
sys/dev/drm/i915/intel_device_info.c
780
DRM_INFO("Display disabled (module parameter)\n");
sys/dev/drm/i915/intel_device_info.c
801
DRM_INFO("Display fused off, disabling\n");
sys/dev/drm/i915/intel_device_info.c
804
DRM_INFO("PipeC fused off\n");
sys/dev/drm/i915/intel_display.c
14984
DRM_INFO("applying lvds SSC disable quirk\n");
sys/dev/drm/i915/intel_display.c
14995
DRM_INFO("applying inverted panel brightness quirk\n");
sys/dev/drm/i915/intel_display.c
15003
DRM_INFO("applying backlight present quirk\n");
sys/dev/drm/i915/intel_display.c
15014
DRM_INFO("Applying T12 delay quirk\n");
sys/dev/drm/i915/intel_display.c
15026
DRM_INFO("Applying Increase DDI Disabled quirk\n");
sys/dev/drm/i915/intel_display.c
15044
DRM_INFO("Backlight polarity reversed on %s\n", id->ident);
sys/dev/drm/i915/intel_dp.c
6437
DRM_INFO("LVDS was detected, not registering eDP\n");
sys/dev/drm/i915/intel_dp.c
6455
DRM_INFO("failed to retrieve link info, disabling eDP\n");
sys/dev/drm/i915/intel_fbc.c
1285
DRM_INFO("Disabling framebuffer compression (FBC) to prevent screen flicker with VT-d enabled\n");
sys/dev/drm/i915/intel_fbc.c
504
DRM_INFO("Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.\n");
sys/dev/drm/i915/intel_guc_ct.c
877
DRM_INFO("CT: %s\n", enableddisabled(true));
sys/dev/drm/i915/intel_guc_ct.c
903
DRM_INFO("CT: %s\n", enableddisabled(false));
sys/dev/drm/i915/intel_gvt.c
67
DRM_INFO("GVT-g is disabled for guest\n");
sys/dev/drm/i915/intel_gvt.c
72
DRM_INFO("Unsupported device. GVT-g is disabled\n");
sys/dev/drm/i915/intel_hotplug.c
188
DRM_INFO("HPD interrupt storm detected on connector %s: "
sys/dev/drm/i915/intel_lpe_audio.c
190
DRM_INFO("HDaudio controller not detected, using LPE audio instead\n");
sys/dev/drm/i915/intel_lvds.c
526
DRM_INFO("Skipping LVDS initialization for %s\n", id->ident);
sys/dev/drm/i915/intel_lvds.c
745
DRM_INFO("Forcing lvds to dual link mode on %s\n", id->ident);
sys/dev/drm/i915/intel_opregion.c
1074
DRM_INFO("Using panel type from OpRegion on %s\n", id->ident);
sys/dev/drm/i915/intel_overlay.c
1382
DRM_INFO("Initialized overlay support.\n");
sys/dev/drm/i915/intel_pm.c
6816
DRM_INFO("RC6 disabled by BIOS\n");
sys/dev/drm/i915/intel_pm.c
8241
DRM_INFO("RC6 disabled, disabling runtime PM support\n");
sys/dev/drm/i915/intel_pm.c
9414
DRM_INFO("failed to find known CxSR latency "
sys/dev/drm/i915/intel_sdvo.c
1310
DRM_INFO("Setting output timings on %s failed\n",
sys/dev/drm/i915/intel_sdvo.c
1334
DRM_INFO("Setting input timings on %s failed\n",
sys/dev/drm/i915/intel_uc_fw.c
183
DRM_INFO("%s: Firmware can be downloaded from %s\n",
sys/dev/drm/i915/intel_uc_fw.c
252
DRM_INFO("%s: Loaded firmware %s (version %u.%u)\n",
sys/dev/drm/i915/intel_uncore.c
1501
DRM_INFO("No MT forcewake available on Ivybridge, this can result in issues\n");
sys/dev/drm/i915/intel_uncore.c
1502
DRM_INFO("when using vblank-synced partial screen updates.\n");
sys/dev/drm/i915/intel_uncore.c
473
DRM_INFO("Found %lluMB of eDRAM\n",
sys/dev/drm/radeon/atom.c
1032
DRM_INFO("unimplemented!\n");
sys/dev/drm/radeon/atom.c
1286
DRM_INFO("Invalid BIOS magic.\n");
sys/dev/drm/radeon/atom.c
1293
DRM_INFO("Invalid ATI magic.\n");
sys/dev/drm/radeon/atom.c
1302
DRM_INFO("Invalid ATOM magic.\n");
sys/dev/drm/radeon/atom.c
1326
DRM_INFO("ATOM BIOS: %s\n", name);
sys/dev/drm/radeon/atom.c
172
DRM_INFO("Unknown IIO opcode.\n");
sys/dev/drm/radeon/atom.c
200
DRM_INFO(
sys/dev/drm/radeon/atom.c
204
DRM_INFO(
sys/dev/drm/radeon/atom.c
209
DRM_INFO("Bad IO mode.\n");
sys/dev/drm/radeon/atom.c
213
DRM_INFO(
sys/dev/drm/radeon/atom.c
479
DRM_INFO(
sys/dev/drm/radeon/atom.c
483
DRM_INFO(
sys/dev/drm/radeon/atom.c
488
DRM_INFO("Bad IO mode.\n");
sys/dev/drm/radeon/atom.c
492
DRM_INFO(
sys/dev/drm/radeon/atom.c
621
DRM_INFO("ATOM BIOS beeped!\n");
sys/dev/drm/radeon/atom.c
825
DRM_INFO("unimplemented!\n");
sys/dev/drm/radeon/atom.c
830
DRM_INFO("unimplemented!\n");
sys/dev/drm/radeon/atom.c
835
DRM_INFO("unimplemented!\n");
sys/dev/drm/radeon/atom.c
998
DRM_INFO("Bad case.\n");
sys/dev/drm/radeon/atombios_encoders.c
288
DRM_INFO("radeon atom DIG backlight initialized\n");
sys/dev/drm/radeon/atombios_encoders.c
339
DRM_INFO("radeon atom LVDS backlight unloaded\n");
sys/dev/drm/radeon/cik.c
2047
DRM_INFO("Loading %s Microcode\n", new_chip_name);
sys/dev/drm/radeon/cik.c
2222
DRM_INFO("%s: %zu bytes\n", fw_name, rdev->mc_fw->datasize);
sys/dev/drm/radeon/cik.c
3502
DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i);
sys/dev/drm/radeon/cik.c
3847
DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i);
sys/dev/drm/radeon/cik.c
5548
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/cik.c
8605
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/cik.c
9552
DRM_INFO("PCIE gen 3 link speeds already enabled\n");
sys/dev/drm/radeon/cik.c
9555
DRM_INFO("enabling PCIE gen 3 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/cik.c
9558
DRM_INFO("PCIE gen 2 link speeds already enabled\n");
sys/dev/drm/radeon/cik.c
9561
DRM_INFO("enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/cik_sdma.c
682
DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i);
sys/dev/drm/radeon/cik_sdma.c
755
DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i);
sys/dev/drm/radeon/evergreen.c
2430
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/evergreen.c
5186
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/evergreen.c
5340
DRM_INFO("PCIE gen 2 link speeds already enabled\n");
sys/dev/drm/radeon/evergreen.c
5344
DRM_INFO("enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/ni.c
1361
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/ni.c
2389
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/ni.c
751
DRM_INFO("Loading %s Microcode\n", chip_name);
sys/dev/drm/radeon/r100.c
1005
DRM_INFO("Loading R100 Microcode\n");
sys/dev/drm/radeon/r100.c
1011
DRM_INFO("Loading R200 Microcode\n");
sys/dev/drm/radeon/r100.c
1019
DRM_INFO("Loading R300 Microcode\n");
sys/dev/drm/radeon/r100.c
1024
DRM_INFO("Loading R400 Microcode\n");
sys/dev/drm/radeon/r100.c
1028
DRM_INFO("Loading RS690/RS740 Microcode\n");
sys/dev/drm/radeon/r100.c
1031
DRM_INFO("Loading RS600 Microcode\n");
sys/dev/drm/radeon/r100.c
1039
DRM_INFO("Loading R500 Microcode\n");
sys/dev/drm/radeon/r100.c
1188
DRM_INFO("radeon: ring at 0x%016lX\n", (unsigned long)ring->gpu_addr);
sys/dev/drm/radeon/r100.c
1250
DRM_INFO("radeon: cp finalized\n");
sys/dev/drm/radeon/r100.c
2758
DRM_INFO("Generation 2 PCI interface, using max accessible memory\n");
sys/dev/drm/radeon/r100.c
2768
DRM_INFO("Generation 1 PCI interface in multifunction mode\n");
sys/dev/drm/radeon/r100.c
2769
DRM_INFO("Limiting VRAM to one aperture\n");
sys/dev/drm/radeon/r100.c
3691
DRM_INFO("ring test succeeded in %d usecs\n", i);
sys/dev/drm/radeon/r100.c
3768
DRM_INFO("ib test succeeded in %u usecs\n", i);
sys/dev/drm/radeon/r100.c
669
DRM_INFO("PCI GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/r300.c
1346
DRM_INFO("Failed to wait MC idle before programming MC.\n");
sys/dev/drm/radeon/r300.c
176
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/r300.c
402
DRM_INFO("radeon: %d quad pipes, %d Z pipes initialized\n",
sys/dev/drm/radeon/r420.c
154
DRM_INFO("radeon: %d quad pipes, %d z pipes initialized.\n",
sys/dev/drm/radeon/r520.c
286
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/r600.c
1170
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/r600.c
1485
DRM_INFO("Direct mapping: aper base at 0x%llx, replaced by direct mapping base 0x%llx.\n",
sys/dev/drm/radeon/r600.c
2542
DRM_INFO("Loading %s Microcode\n", chip_name);
sys/dev/drm/radeon/r600.c
2862
DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i);
sys/dev/drm/radeon/r600.c
3286
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/r600.c
3456
DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i);
sys/dev/drm/radeon/r600.c
4530
DRM_INFO("PCIE gen 2 link speeds already enabled\n");
sys/dev/drm/radeon/r600.c
4534
DRM_INFO("enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/r600_dma.c
266
DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i);
sys/dev/drm/radeon/r600_dma.c
386
DRM_INFO("ib test on ring %d succeeded in %u usecs\n", ib.fence->ring, i);
sys/dev/drm/radeon/radeon.h
2538
#define DREG32(reg) DRM_INFO("REGISTER: " #reg " : 0x%08X\n", r100_mm_rreg(rdev, (reg)))
sys/dev/drm/radeon/radeon_acpi.c
214
DRM_INFO("ATIF buffer is too small: %zu\n", size);
sys/dev/drm/radeon/radeon_acpi.c
496
DRM_INFO("ATCS buffer is too small: %zu\n", size);
sys/dev/drm/radeon/radeon_acpi.c
623
DRM_INFO("ATCS buffer is too small: %zu\n", size);
sys/dev/drm/radeon/radeon_agp.c
204
DRM_INFO("AGP mode requested: %d\n", radeon_agpmode);
sys/dev/drm/radeon/radeon_asic.c
159
DRM_INFO("Forcing AGP to PCIE mode\n");
sys/dev/drm/radeon/radeon_asic.c
165
DRM_INFO("Forcing AGP to PCIE mode\n");
sys/dev/drm/radeon/radeon_asic.c
171
DRM_INFO("Forcing AGP to PCI mode\n");
sys/dev/drm/radeon/radeon_atombios.c
1259
DRM_INFO("Changing default dispclk from %dMhz to 600Mhz\n",
sys/dev/drm/radeon/radeon_atombios.c
2101
DRM_INFO("Possible %s thermal controller at 0x%02x\n",
sys/dev/drm/radeon/radeon_atombios.c
2289
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2294
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2299
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2304
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2309
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2314
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2319
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2324
DRM_INFO("Internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2330
DRM_INFO("External GPIO thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2336
DRM_INFO("ADT7473 with internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2342
DRM_INFO("EMC2103 with internal thermal controller %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2347
DRM_INFO("Possible %s thermal controller at 0x%02x %s fan control\n",
sys/dev/drm/radeon/radeon_atombios.c
2363
DRM_INFO("Unknown thermal controller type %d at 0x%02x %s fan control\n",
sys/dev/drm/radeon/radeon_benchmark.c
81
DRM_INFO("radeon: %s %u bo moves of %u kB from"
sys/dev/drm/radeon/radeon_bios.c
160
DRM_INFO("radeon: VBIOS read from PCI ROM BAR at 0x%08lx (%zu bytes)\n",
sys/dev/drm/radeon/radeon_bios.c
223
DRM_INFO("%s: ===> Try ATRM...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
227
DRM_INFO("%s: IGP card detected, skipping this method...\n",
sys/dev/drm/radeon/radeon_bios.c
236
DRM_INFO("%s: pci_find_class() found: %d:%d:%d:%d, vendor=%04x, device=%04x\n",
sys/dev/drm/radeon/radeon_bios.c
244
DRM_INFO("%s: Get ACPI device handle\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
253
DRM_INFO("%s: Get ACPI handle for \"ATRM\"\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
261
DRM_INFO("%s: Failed to get \"ATRM\" handle: %s\n",
sys/dev/drm/radeon/radeon_bios.c
276
DRM_INFO("%s: Call radeon_atrm_call()\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
287
DRM_INFO("%s: Incorrect BIOS size\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
289
DRM_INFO("%s: Incorrect BIOS signature: 0x%02X%02X\n",
sys/dev/drm/radeon/radeon_bios.c
313
DRM_INFO("%s: ===> Try disabled BIOS (ni)...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
361
DRM_INFO("%s: ===> Try disabled BIOS (r700)...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
436
DRM_INFO("%s: ===> Try disabled BIOS (r600)...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
512
DRM_INFO("%s: ===> Try disabled BIOS (avivo)...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
573
DRM_INFO("%s: ===> Try disabled BIOS (legacy)...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
676
DRM_INFO("%s: ===> Try VFCT...\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
678
DRM_INFO("%s: Get \"VFCT\" ACPI table\n", __func__);
sys/dev/drm/radeon/radeon_bios.c
681
DRM_INFO("%s: Failed to get \"VFCT\" table: %s\n",
sys/dev/drm/radeon/radeon_bios.c
699
DRM_INFO("ACPI VFCT contains a BIOS for %02x:%02x.%d %04x:%04x, size %d\n",
sys/dev/drm/radeon/radeon_bios.c
708
DRM_INFO("ACPI VFCT table is not for this card\n");
sys/dev/drm/radeon/radeon_bios.c
759
DRM_INFO("Not an x86 BIOS ROM, not using.\n");
sys/dev/drm/radeon/radeon_clocks.c
165
DRM_INFO("Using device-tree clock info\n");
sys/dev/drm/radeon/radeon_clocks.c
221
DRM_INFO("Using generic clock info\n");
sys/dev/drm/radeon/radeon_combios.c
1085
DRM_INFO("No TV DAC info found in BIOS\n");
sys/dev/drm/radeon/radeon_combios.c
1158
DRM_INFO("Panel info derived from registers\n");
sys/dev/drm/radeon/radeon_combios.c
1159
DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay,
sys/dev/drm/radeon/radeon_combios.c
1188
DRM_INFO("Panel ID String: %s\n", stmp);
sys/dev/drm/radeon/radeon_combios.c
1193
DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay,
sys/dev/drm/radeon/radeon_combios.c
1280
DRM_INFO("No panel info found in BIOS\n");
sys/dev/drm/radeon/radeon_combios.c
1373
DRM_INFO("No TMDS info found in BIOS\n");
sys/dev/drm/radeon/radeon_combios.c
1440
DRM_INFO("No valid Ext TMDS info found in BIOS\n");
sys/dev/drm/radeon/radeon_combios.c
1532
DRM_INFO("Connector Table: %d (generic)\n",
sys/dev/drm/radeon/radeon_combios.c
1636
DRM_INFO("Connector Table: %d (ibook)\n",
sys/dev/drm/radeon/radeon_combios.c
1677
DRM_INFO("Connector Table: %d (powerbook external tmds)\n",
sys/dev/drm/radeon/radeon_combios.c
1726
DRM_INFO("Connector Table: %d (powerbook internal tmds)\n",
sys/dev/drm/radeon/radeon_combios.c
1774
DRM_INFO("Connector Table: %d (powerbook vga)\n",
sys/dev/drm/radeon/radeon_combios.c
1815
DRM_INFO("Connector Table: %d (mini external tmds)\n",
sys/dev/drm/radeon/radeon_combios.c
1852
DRM_INFO("Connector Table: %d (mini internal tmds)\n",
sys/dev/drm/radeon/radeon_combios.c
1888
DRM_INFO("Connector Table: %d (imac g5 isight)\n",
sys/dev/drm/radeon/radeon_combios.c
1929
DRM_INFO("Connector Table: %d (emac)\n",
sys/dev/drm/radeon/radeon_combios.c
1970
DRM_INFO("Connector Table: %d (rn50-power)\n",
sys/dev/drm/radeon/radeon_combios.c
1997
DRM_INFO("Connector Table: %d (mac x800)\n",
sys/dev/drm/radeon/radeon_combios.c
2039
DRM_INFO("Connector Table: %d (mac g5 9600)\n",
sys/dev/drm/radeon/radeon_combios.c
2094
DRM_INFO("Connector Table: %d (SAM440ep embedded board)\n",
sys/dev/drm/radeon/radeon_combios.c
2155
DRM_INFO("Connector Table: %d (mac g4 silver)\n",
sys/dev/drm/radeon/radeon_combios.c
2203
DRM_INFO("Connector table: %d (invalid)\n",
sys/dev/drm/radeon/radeon_combios.c
2677
DRM_INFO("Possible %s thermal controller at 0x%02x\n",
sys/dev/drm/radeon/radeon_combios.c
2714
DRM_INFO("Possible %s thermal controller at 0x%02x\n",
sys/dev/drm/radeon/radeon_cs.c
824
DRM_INFO("ib[%d]=0x%08X\n", idx, ib[idx]);
sys/dev/drm/radeon/radeon_device.c
1310
DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X 0x%02X).\n",
sys/dev/drm/radeon/radeon_device.c
1490
DRM_INFO("%s: Taking over the fictitious range 0x%lx-0x%llx\n",
sys/dev/drm/radeon/radeon_device.c
1524
DRM_INFO("radeon: acceleration disabled, skipping move tests\n");
sys/dev/drm/radeon/radeon_device.c
1530
DRM_INFO("radeon: acceleration disabled, skipping sync tests\n");
sys/dev/drm/radeon/radeon_device.c
1536
DRM_INFO("radeon: acceleration disabled, skipping benchmarks\n");
sys/dev/drm/radeon/radeon_device.c
1560
DRM_INFO("radeon: finishing device.\n");
sys/dev/drm/radeon/radeon_device.c
344
DRM_INFO("doorbell mmio base: 0x%08X\n", (uint32_t)rdev->doorbell.base);
sys/dev/drm/radeon/radeon_device.c
345
DRM_INFO("doorbell mmio size: %u\n", (unsigned)rdev->doorbell.size);
sys/dev/drm/radeon/radeon_device.c
756
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/radeon_display.c
773
DRM_INFO("Radeon Display Connectors\n");
sys/dev/drm/radeon/radeon_display.c
776
DRM_INFO("Connector %d:\n", i);
sys/dev/drm/radeon/radeon_display.c
777
DRM_INFO(" %s\n", connector->name);
sys/dev/drm/radeon/radeon_display.c
779
DRM_INFO(" %s\n", hpd_names[radeon_connector->hpd.hpd]);
sys/dev/drm/radeon/radeon_display.c
781
DRM_INFO(" DDC: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n",
sys/dev/drm/radeon/radeon_display.c
791
DRM_INFO(" DDC Router 0x%x/0x%x\n",
sys/dev/drm/radeon/radeon_display.c
795
DRM_INFO(" Clock/Data Router 0x%x/0x%x\n",
sys/dev/drm/radeon/radeon_display.c
805
DRM_INFO(" DDC: no ddc bus - possible BIOS bug - please report to xorg-driver-ati@lists.x.org\n");
sys/dev/drm/radeon/radeon_display.c
807
DRM_INFO(" Encoders:\n");
sys/dev/drm/radeon/radeon_display.c
813
DRM_INFO(" CRT1: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
815
DRM_INFO(" CRT2: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
817
DRM_INFO(" LCD1: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
819
DRM_INFO(" DFP1: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
821
DRM_INFO(" DFP2: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
823
DRM_INFO(" DFP3: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
825
DRM_INFO(" DFP4: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
827
DRM_INFO(" DFP5: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
829
DRM_INFO(" DFP6: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
831
DRM_INFO(" TV1: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_display.c
833
DRM_INFO(" CV: %s\n", encoder_names[radeon_encoder->encoder_id]);
sys/dev/drm/radeon/radeon_drv.c
740
DRM_INFO("VGACON disable radeon kernel modesetting.\n");
sys/dev/drm/radeon/radeon_drv.c
748
DRM_INFO("radeon kernel modesetting enabled.\n");
sys/dev/drm/radeon/radeon_fb.c
314
DRM_INFO("fb mappable at 0x%jX\n", info->paddr);
sys/dev/drm/radeon/radeon_fb.c
315
DRM_INFO("vram apper at 0x%lX\n", (unsigned long)rdev->mc.aper_base);
sys/dev/drm/radeon/radeon_fb.c
316
DRM_INFO("size %lu\n", (unsigned long)radeon_bo_size(rbo));
sys/dev/drm/radeon/radeon_fb.c
317
DRM_INFO("fb depth is %d\n", fb->format->depth);
sys/dev/drm/radeon/radeon_fb.c
318
DRM_INFO(" pitch is %d\n", fb->pitches[0]);
sys/dev/drm/radeon/radeon_gart.c
347
DRM_INFO("GART: num cpu pages %u, num gpu pages %u\n",
sys/dev/drm/radeon/radeon_i2c.c
1000
DRM_INFO("hw_i2c forced on, you may experience display detection problems!\n");
sys/dev/drm/radeon/radeon_irq_kms.c
325
DRM_INFO("radeon: irq initialized.\n");
sys/dev/drm/radeon/radeon_kms.c
108
DRM_INFO("RADEON_IS_AGP\n");
sys/dev/drm/radeon/radeon_kms.c
111
DRM_INFO("RADEON_IS_PCIE\n");
sys/dev/drm/radeon/radeon_kms.c
114
DRM_INFO("RADEON_IS_PCI\n");
sys/dev/drm/radeon/radeon_legacy_crtc.c
593
DRM_INFO("crtc %d is connected to a TV\n", radeon_crtc->crtc_id);
sys/dev/drm/radeon/radeon_legacy_encoders.c
1571
DRM_INFO("not detecting due to %08x\n", radeon_encoder->active_device);
sys/dev/drm/radeon/radeon_legacy_encoders.c
445
DRM_INFO("radeon legacy LVDS backlight initialized\n");
sys/dev/drm/radeon/radeon_legacy_encoders.c
483
DRM_INFO("radeon legacy LVDS backlight unloaded\n");
sys/dev/drm/radeon/radeon_object.c
460
DRM_INFO("Detected VRAM RAM=%lluM, BAR=%lluM\n",
sys/dev/drm/radeon/radeon_object.c
463
DRM_INFO("RAM width %dbits %cDR\n",
sys/dev/drm/radeon/radeon_pm.c
1406
DRM_INFO("radeon: power management initialized\n");
sys/dev/drm/radeon/radeon_pm.c
1465
DRM_INFO("radeon: dpm initialized\n");
sys/dev/drm/radeon/radeon_test.c
220
DRM_INFO("Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x%llx\n",
sys/dev/drm/radeon/radeon_test.c
479
DRM_INFO("Fence %c was first signaled\n", sigA ? 'A' : 'B');
sys/dev/drm/radeon/radeon_test.c
542
DRM_INFO("Testing syncing between rings %d and %d...\n", i, j);
sys/dev/drm/radeon/radeon_test.c
545
DRM_INFO("Testing syncing between rings %d and %d...\n", j, i);
sys/dev/drm/radeon/radeon_test.c
559
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, j, k);
sys/dev/drm/radeon/radeon_test.c
562
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, k, j);
sys/dev/drm/radeon/radeon_test.c
565
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", j, i, k);
sys/dev/drm/radeon/radeon_test.c
568
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", j, k, i);
sys/dev/drm/radeon/radeon_test.c
571
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", k, i, j);
sys/dev/drm/radeon/radeon_test.c
574
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", k, j, i);
sys/dev/drm/radeon/radeon_ttm.c
938
DRM_INFO("radeon: %uM of VRAM memory ready\n",
sys/dev/drm/radeon/radeon_ttm.c
946
DRM_INFO("radeon: %uM of GTT memory ready.\n",
sys/dev/drm/radeon/radeon_ttm.c
978
DRM_INFO("radeon: ttm finalized\n");
sys/dev/drm/radeon/radeon_uvd.c
158
DRM_INFO("Found UVD firmware Version: %hu.%hu Family ID: %hu\n",
sys/dev/drm/radeon/radeon_vce.c
125
DRM_INFO("Found VCE firmware/feedback version %hhd.%hhd.%hhd / %d!\n",
sys/dev/drm/radeon/radeon_vce.c
778
DRM_INFO("ring test on %d succeeded in %d usecs\n",
sys/dev/drm/radeon/radeon_vce.c
821
DRM_INFO("ib test on ring %d succeeded\n", ring->idx);
sys/dev/drm/radeon/rs400.c
185
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/rs600.c
607
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/rs690.c
189
DRM_INFO("Direct mapping: aper base at 0x%llx, replaced by direct mapping base 0x%llx.\n",
sys/dev/drm/radeon/rv770.c
1924
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/rv770.c
2041
DRM_INFO("enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/rv770.c
933
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/si.c
1769
DRM_INFO("Loading %s Microcode\n", new_chip_name);
sys/dev/drm/radeon/si.c
1884
DRM_INFO("%s: %zu bytes\n", fw_name, rdev->mc_fw->datasize);
sys/dev/drm/radeon/si.c
4246
DRM_INFO("Probable bad vram size: 0x%08x\n", tmp);
sys/dev/drm/radeon/si.c
4352
DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
sys/dev/drm/radeon/si.c
6838
DRM_INFO("GPU not posted. posting now...\n");
sys/dev/drm/radeon/si.c
7117
DRM_INFO("PCIE gen 3 link speeds already enabled\n");
sys/dev/drm/radeon/si.c
7120
DRM_INFO("enabling PCIE gen 3 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/si.c
7123
DRM_INFO("PCIE gen 2 link speeds already enabled\n");
sys/dev/drm/radeon/si.c
7126
DRM_INFO("enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0\n");
sys/dev/drm/radeon/sumo_dpm.c
1363
DRM_INFO("Found smc ucode version: 0x%08x\n", pi->fw_version);
sys/dev/drm/radeon/uvd_v1_0.c
235
DRM_INFO("UVD initialized successfully.\n");
sys/dev/drm/radeon/uvd_v1_0.c
445
DRM_INFO("ring test on %d succeeded in %d usecs\n",
sys/dev/drm/radeon/uvd_v1_0.c
537
DRM_INFO("ib test on ring %d succeeded\n", ring->idx);
sys/dev/drm/radeon/vce_v1_0.c
382
DRM_INFO("VCE initialized successfully.\n");