HomeSort by: relevance | last modified time | path
    Searched refs:NV_ERROR (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_oimm.c 51 NV_ERROR(drm, "No supported overlay immediate class\n");
nouveau_dispnv50_wimm.c 48 NV_ERROR(drm, "No supported window immediate class\n");
nouveau_dispnv50_base.c 53 NV_ERROR(drm, "No supported base class\n");
nouveau_dispnv50_curs.c 53 NV_ERROR(drm, "No supported cursor immediate class\n");
nouveau_dispnv50_oimm507b.c 44 NV_ERROR(drm, "oimm%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_ovly.c 53 NV_ERROR(drm, "No supported overlay class\n");
nouveau_dispnv50_core.c 71 NV_ERROR(drm, "No supported core channel class\n");
nouveau_dispnv50_wimmc37b.c 79 NV_ERROR(drm, "wimm%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_core507d.c 109 NV_ERROR(drm, "core%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_curs507a.c 134 NV_ERROR(drm, "curs%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_ovly507e.c 196 NV_ERROR(drm, "ovly%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_base507c.c 284 NV_ERROR(drm, "base%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_wndwc37e.c 308 NV_ERROR(drm, "qndw%04x allocation failed: %d\n", oclass, ret);
nouveau_dispnv50_disp.c 312 NV_ERROR(drm, "error acquiring output path: %d\n", ret);
773 NV_ERROR(drm, "Failure to read SCDC_TMDS_CONFIG: %d\n", ret);
781 NV_ERROR(drm, "Failure to write SCDC_TMDS_CONFIG = 0x%02x: %d\n",
1924 NV_ERROR(drm, "core notifier timeout\n");
2132 NV_ERROR(drm, "%s: timeout\n", plane->name);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c 197 NV_ERROR(drm, "Pixel clock comparison table not found\n");
204 NV_ERROR(drm, "LVDS output init script not found\n");
280 NV_ERROR(drm, "Pointer to LVDS manufacturer table invalid\n");
294 NV_ERROR(drm, "LVDS table header not understood\n");
302 NV_ERROR(drm, "LVDS table header not understood\n");
308 NV_ERROR(drm,
396 NV_ERROR(drm,
415 NV_ERROR(drm, "Pointer to flat panel xlat table invalid\n");
425 NV_ERROR(drm, "Bad flat panel table index\n");
587 NV_ERROR(drm, "LVDS table revision not currently supported\n")
    [all...]
nouveau_ttm.c 270 NV_ERROR(drm, "error initialising bo driver, %d\n", ret);
283 NV_ERROR(drm, "VRAM mm init failed, %d\n", ret);
305 NV_ERROR(drm, "GART mm init failed, %d\n", ret);
nouveau_fbcon.c 381 NV_ERROR(drm, "failed to allocate framebuffer\n");
391 NV_ERROR(drm, "failed to pin fb: %d\n", ret);
397 NV_ERROR(drm, "failed to map fb: %d\n", ret);
405 NV_ERROR(drm, "failed to map fb into chan: %d\n", ret);
509 NV_ERROR(drm, "GPU lockup - switching to software fbcon\n");
nouveau_drm.c 346 NV_ERROR(drm, "failed to create ce channel, %d\n", ret);
378 NV_ERROR(drm, "failed to create kernel channel, %d\n", ret);
400 NV_ERROR(drm, "failed to allocate sw class, %d\n", ret);
414 NV_ERROR(drm, "failed to allocate notifier, %d\n", ret);
500 NV_ERROR(drm, "failed to initialise sync subsystem, %d\n", ret);
854 NV_ERROR(drm, "Client resume failed with error: %d\n", ret);
1020 NV_ERROR(drm, "resume failed with: %d\n", ret);
nouveau_drv.h 263 #define NV_ERROR(drm,f,a...) NV_PRINTK(err, &(drm)->client, f, ##a)
nouveau_backlight.c 280 NV_ERROR(drm, "Failed to retrieve a unique name for the backlight interface\n");
nouveau_connector.c 602 NV_ERROR(drm, "DDC responded, but no EDID for %s\n",
768 NV_ERROR(drm, "can't find encoder to force %s on!\n",
1371 NV_ERROR(drm, "Error parsing LVDS table, disabling\n");
1387 NV_ERROR(drm, "failed to register aux channel\n");
nouveau_chan.c 378 NV_ERROR(drm, "Failed to request channel kill "
nouveau_hwmon.c 755 NV_ERROR(drm, "Unable to register hwmon device: %d\n", ret);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 120 NV_ERROR(drm, "Could not pin framebuffer\n");
132 NV_ERROR(drm, "Could not pin/map cursor.\n");
nouveau_dispnv04_overlay.c 363 NV_ERROR(drm, "Failed to create plane\n");
510 NV_ERROR(drm, "Failed to create plane\n");

Completed in 23 milliseconds

1 2