Searched refs:NV_INFO (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 96 NV_INFO(drm, "0x%04X: Parsing digital output script table\n", in run_digital_op_script() 237 NV_INFO(drm, "Calling LVDS script %d:\n", script); in call_lvds_script() 440 NV_INFO(drm, "BIOS FP mode: %dx%d (%dkHz pixel clock)\n", in parse_fp_mode_table() 937 NV_INFO(drm, "Pointer to TMDS table not found\n"); in parse_bit_tmds_tbl_entry() 941 NV_INFO(drm, "TMDS table version %d.%d\n", in parse_bit_tmds_tbl_entry() 1009 NV_INFO(drm, "BIT table '%c' not found\n", table->id); in parse_bit_table() 1099 NV_INFO(drm, "BMP version %d.%d\n", in parse_bmp_structure() 1623 NV_INFO(drm, "Merging DCB entries %d and %d\n", in merge_like_dcb_entries() 1796 NV_INFO(drm, "DCB outp %02d: %08x %08x\n", idx, conn, conf); in parse_dcb_entry() 1884 NV_INFO(drm, "DCB version %d.%d\n", dcbt[0] >> 4, dcbt[0] & 0xf); in parse_dcb_table() [all …]
|
H A D | nouveau_ttm.c | 343 NV_INFO(drm, "VRAM: %d MiB\n", (u32)(drm->gem.vram_available >> 20)); in nouveau_ttm_init() 344 NV_INFO(drm, "GART: %d MiB\n", (u32)(drm->gem.gart_available >> 20)); in nouveau_ttm_init()
|
H A D | nouveau_drv.h | 347 #define NV_INFO(drm,f,a...) NV_PRINTK_(info, (drm), f, ##a) macro
|
H A D | nouveau_backlight.c | 347 NV_INFO(drm, "Skipping nv_backlight registration\n"); in nouveau_backlight_init()
|
H A D | nouveau_dmem.c | 289 NV_INFO(drm, "DMEM: registered %ldMB of device memory\n", in nouveau_dmem_chunk_alloc()
|
H A D | nouveau_drm.c | 830 NV_INFO(drm, "Disabling PCI power management to avoid bug\n"); in quirk_broken_nv_runpm()
|
H A D | nouveau_bo.c | 980 NV_INFO(drm, "MM: using %s for buffer copies\n", name); in nouveau_bo_move_init()
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv17.c | 193 NV_INFO(drm, "Load detected on output %c\n", in nv17_tv_detect() 380 NV_INFO(drm, "Setting dpms mode %d on TV encoder (output %d)\n", in nv17_tv_dpms() 608 NV_INFO(drm, "Output %s is running on CRTC %d using output %c\n", in nv17_tv_commit()
|
H A D | hw.c | 328 NV_INFO(drm, "%sing VGA fonts\n", save ? "Sav" : "Restor"); in nouveau_hw_save_vga_fonts()
|