[Nouveau] [PATCH] drm/nouveau/led: make all the stub functions static inline

2016-09-17 Thread Martin Peres
Suggested-by: Ilia Mirkin Signed-off-by: Martin Peres --- drm/nouveau/nouveau_led.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drm/nouveau/nouveau_led.h b/drm/nouveau/nouveau_led.h index 750a0d9..187ecdb 100644 ---

[Nouveau] [PATCH] drm/nouveau/gr/gf100: Log info message when loading external firmware

2016-09-17 Thread Dan Moulding
In previous versions, it used to log an info message when loading external GR firmware. But that info message was (inadvertently?) removed in commit 18cd5bc. This just adds it back. It's nice for users to be able to confirm whether external firmware was loaded or not. Signed-off-by: Dan Moulding