search for: 8379aaf

Displaying 1 result from an estimated 1 matches for "8379aaf".

Did you mean: 2f79aaf
2013 Jan 17
0
[PATCH] drm/nouveau/mc: complain loudly if we can't call a interrupt handler
...absolutely no idea why, as it times out on wait before the engine initialization.. Maybe just ack it from the bsp/vp/ppp interrupt handler? Or should it be part of the base fuc class.. diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c index 8379aaf..16bf49c 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c @@ -36,8 +36,16 @@ nouveau_mc_intr(struct nouveau_subdev *subdev) while (stat && map->stat) { if (stat & map->stat) { unit = nouveau_subdev(subdev, map-...