drm/nouveau: Display Nouveau boot options at launch

It can help to remove any ambiguity about which options were passed to Nouveau,
especially in case the user had some options set in /etc/modprobe.d/*.conf that
he forgot about, as they won't appear in a dmesg.

Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Pierre Moreau
2014-08-18 22:43:24 +02:00
committed by Ben Skeggs
부모 a2410f5a0f
커밋 703fa264b1
9개의 변경된 파일37개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -47,4 +47,6 @@ int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
void nouveau_channel_del(struct nouveau_channel **);
int nouveau_channel_idle(struct nouveau_channel *);
extern int nouveau_vram_pushbuf;
#endif