search for: drmmode_crtc_init

Displaying 8 results from an estimated 8 matches for "drmmode_crtc_init".

2016 Oct 17
3
Nouveau on a Jetson TK1 problems
...am trying to get the nouveau drivers running on it without success. I am using the following: Nouveau linux kernel 4.8.0-rc4+ Nouveau DRM git master xf86-video-nouveau git master Gnurou xserver git branch GK20A My base system is Debian. When I try to start X I get: X: drmmode_display.c:783: drmmode_crtc_init: Assertion `ret == 0' failed. There is also a kernel log message: [drm] Cannot find any crtc or sizes - going 1024x768 lsmod shows: Module Size Used by joydev 8960 0 hid_generic 932 0 usbhid 42969 0 hid 9075...
2018 Jan 13
0
[PATCH] drmmode: update logic for dynamic connectors, paths, and tiles
...mode_encoder; drmModePropertyBlobPtr edid_blob; + drmModePropertyBlobPtr tile_blob; int num_props; drmmode_prop_ptr props; } drmmode_output_private_rec, *drmmode_output_private_ptr; @@ -770,7 +770,7 @@ static const xf86CrtcFuncsRec drmmode_crtc_funcs = { static unsigned int -drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num) +drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num) { NVPtr pNv = NVPTR(pScrn); NVEntPtr pNVEnt = NVEntPriv(pScrn); @@ -784,7 +784,7 @@ drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num)...
2016 Oct 17
3
Nouveau on a Jetson TK1 problems
...ing the following: >> >> Nouveau linux kernel 4.8.0-rc4+ >> Nouveau DRM git master >> xf86-video-nouveau git master >> Gnurou xserver git branch GK20A >> >> My base system is Debian. >> >> When I try to start X I get: X: drmmode_display.c:783: drmmode_crtc_init: >> Assertion `ret == 0' failed. There is also a kernel log message: [drm] >> Cannot find any crtc or sizes - going 1024x768 I don't think I've seen this before. The odd thing about the TK1 (and TX1, I believe), is that the GK20A device doesn't have any display capabili...
2018 Oct 09
0
[PATCH] drmmode: update logic for dynamic connectors, paths, and tiles
...mmode_output = output->driver_private; + if (drmmode_output->output_id == -1) + continue; output_ids[output_count] = drmmode_output->mode_output->connector_id; output_count++; @@ -770,7 +772,7 @@ static const xf86CrtcFuncsRec drmmode_crtc_funcs = { static unsigned int -drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num) +drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num) { NVPtr pNv = NVPTR(pScrn); NVEntPtr pNVEnt = NVEntPriv(pScrn); @@ -784,7 +786,7 @@ drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num)...
2013 Jan 20
1
[PATCH] nouveau: put cursor BO in GART
...- times do not change, so it's safe to apply it. --- src/drmmode_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 4d2d09d..ee0805d 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -567,7 +567,7 @@ drmmode_crtc_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num) drmmode->mode_res->crtcs[num]); drmmode_crtc->drmmode = drmmode; - ret = nouveau_bo_new(pNv->dev, NOUVEAU_BO_VRAM | NOUVEAU_BO_MAP, 0, + ret = nouveau_bo_new(pNv->dev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, 0, 64*64*4,...
2016 Oct 17
0
Nouveau on a Jetson TK1 problems
...on it without > success. I am using the following: > > Nouveau linux kernel 4.8.0-rc4+ > Nouveau DRM git master > xf86-video-nouveau git master > Gnurou xserver git branch GK20A > > My base system is Debian. > > When I try to start X I get: X: drmmode_display.c:783: drmmode_crtc_init: > Assertion `ret == 0' failed. There is also a kernel log message: [drm] > Cannot find any crtc or sizes - going 1024x768 > > lsmod shows: > Module Size Used by > joydev 8960 0 > hid_generic 932 0 > usbhid...
2016 Oct 17
0
Nouveau on a Jetson TK1 problems
...>> Nouveau linux kernel 4.8.0-rc4+ >>> Nouveau DRM git master >>> xf86-video-nouveau git master >>> Gnurou xserver git branch GK20A >>> >>> My base system is Debian. >>> >>> When I try to start X I get: X: drmmode_display.c:783: drmmode_crtc_init: >>> Assertion `ret == 0' failed. There is also a kernel log message: [drm] >>> Cannot find any crtc or sizes - going 1024x768 > > I don't think I've seen this before. The odd thing about the TK1 (and > TX1, I believe), is that the GK20A device doesn't hav...
2012 Sep 09
83
[Bug 54700] New: Distorted graphics (double cursor) with GeForce 4200Go (NV28)
https://bugs.freedesktop.org/show_bug.cgi?id=54700 Bug #: 54700 Summary: Distorted graphics (double cursor) with GeForce 4200Go (NV28) Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal