search for: headgf119

Displaying 2 results from an estimated 2 matches for "headgf119".

2017 Jul 03
2
[PATCH] disp/gf119-: avoid creating non-existent heads
...well as the nvkm-side logic for creating heads. However I don't immediately see an easy way around it without creating a nvif ioctl to get the number of heads. drm/nouveau/nv50_display.c | 8 +++++--- drm/nouveau/nvkm/engine/disp/gf119.c | 2 +- drm/nouveau/nvkm/engine/disp/headgf119.c | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/drm/nouveau/nv50_display.c b/drm/nouveau/nv50_display.c index e3132a2c..e2170efb 100644 --- a/drm/nouveau/nv50_display.c +++ b/drm/nouveau/nv50_display.c @@ -4443,11 +4443,13 @@ nv50_display_create(struct drm_device *dev)...
2017 Jul 03
0
[PATCH] disp/gf119-: avoid creating non-existent heads
...he number of heads. Yeah, I have WIP stuff from long ago that would make this nicer, but for now it's fine to do what you've done here. > > drm/nouveau/nv50_display.c | 8 +++++--- > drm/nouveau/nvkm/engine/disp/gf119.c | 2 +- > drm/nouveau/nvkm/engine/disp/headgf119.c | 4 +++- > 3 files changed, 9 insertions(+), 5 deletions(-) > > diff --git a/drm/nouveau/nv50_display.c b/drm/nouveau/nv50_display.c > index e3132a2c..e2170efb 100644 > --- a/drm/nouveau/nv50_display.c > +++ b/drm/nouveau/nv50_display.c > @@ -4443,11 +4443,13 @@ nv50_displa...