Displaying 2 results from an estimated 2 matches for "e3132a2c".
Did you mean:
  e3132a2
  
2017 Jul 03
2
[PATCH] disp/gf119-: avoid creating non-existent heads
...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)
 
 	/* create crtc objects to represent the hw heads */
 	if (disp->disp->oclass >= GF110_DISP)
-		crtcs = nvif_rd32(&device->object...
2017 Jul 03
0
[PATCH] disp/gf119-: avoid creating non-existent heads
...u/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)
>  
>  	/* create crtc objects to represent the hw heads */
>  	if (disp->disp->oclass >= GF110_DISP)
> -		crtcs...