Searched refs:NV_DEBUG (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_dp.c | 43 NV_DEBUG(drm, "Sink OUI: %02hx%02hx%02hx\n", in nouveau_dp_probe_oui() 47 NV_DEBUG(drm, "Branch OUI: %02hx%02hx%02hx\n", in nouveau_dp_probe_oui() 72 NV_DEBUG(drm, "display: %dx%d dpcd 0x%02x\n", in nouveau_dp_detect() 74 NV_DEBUG(drm, "encoder: %dx%d\n", in nouveau_dp_detect() 83 NV_DEBUG(drm, "maximum: %dx%d\n", in nouveau_dp_detect()
|
D | nouveau_drm.h | 200 #define NV_DEBUG(drm,f,a...) do { \ macro
|
D | nouveau_connector.c | 610 NV_DEBUG(drm, "native mode from preferred\n"); in nouveau_connector_native_mode() 633 NV_DEBUG(drm, "native mode from largest: %dx%d@%d\n", in nouveau_connector_native_mode() 970 NV_DEBUG(drm, "%splugged %s\n", plugged ? "" : "un", name); in nouveau_connector_hotplug()
|
D | nouveau_drm.c | 373 NV_DEBUG(drm, "hdmi device not found %d %d %d\n", pdev->bus->number, PCI_SLOT(pdev->devfn), 1); in nouveau_get_hdmi_dev() 378 NV_DEBUG(drm, "possible hdmi device not audio %d\n", drm->hdmi_device->class); in nouveau_get_hdmi_dev()
|
D | nouveau_bios.c | 42 #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg) 717 NV_DEBUG(drm, "Pointer to BIT loadval table invalid\n"); in parse_bit_A_tbl_entry()
|
D | nv50_display.c | 1236 NV_DEBUG(drm, "No FB bound\n"); in nv50_crtc_mode_set_base()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | dac.c | 228 NV_DEBUG(drm, "Load detected on head A\n"); in nv04_dac_detect() 346 NV_DEBUG(drm, "Load detected on output %c\n", in nv17_dac_detect() 421 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n", in nv04_dac_commit() 469 NV_DEBUG(drm, "Setting dpms mode %d on vga encoder (output %d)\n", in nv04_dac_dpms()
|
D | tvnv04.c | 83 NV_DEBUG(drm, "Setting dpms mode %d on TV encoder (output %d)\n", in nv04_tv_dpms() 175 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n", in nv04_tv_commit()
|
D | dfp.c | 295 NV_DEBUG(drm, "Output mode on CRTC %d:\n", nv_crtc->index); in nv04_dfp_mode_set() 479 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n", in nv04_dfp_commit() 523 NV_DEBUG(drm, "Setting dpms mode %d on lvds encoder (output %d)\n", in nv04_lvds_dpms() 568 NV_DEBUG(drm, "Setting dpms mode %d on tmds encoder (output %d)\n", in nv04_tmds_dpms()
|
D | crtc.c | 159 NV_DEBUG(drm, "vpll: n1 %d n2 %d m1 %d m2 %d log2p %d\n", in nv_crtc_calc_state_ext() 162 NV_DEBUG(drm, "vpll: n %d m %d log2p %d\n", in nv_crtc_calc_state_ext() 177 NV_DEBUG(drm, "Setting dpms mode %d on CRTC %d\n", mode, in nv_crtc_dpms() 645 NV_DEBUG(drm, "CTRC mode on CRTC %d:\n", nv_crtc->index); in nv_crtc_mode_set() 833 NV_DEBUG(drm, "index %d\n", nv_crtc->index); in nv04_crtc_do_mode_set_base() 837 NV_DEBUG(drm, "No FB bound\n"); in nv04_crtc_do_mode_set_base()
|