Re: [PATCH] drm/nouveau/disp/g94: enable HDMI

2023-07-08 Thread Markus Elfring
Would a corresponding imperative description be helpful also for such a small change? See also: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.4#n94 Regards, Markus

Re: [PATCH] drm/nouveau/disp/g94: enable HDMI

2023-07-07 Thread Karol Herbst
On Fri, Jul 7, 2023 at 11:03 PM Lyude Paul wrote: > > Reviewed-by: Lyude Paul > > But seeing as I looked at this + some other patches yesterday I assume there's > still more to this? > not really. All those patches are all independent and just a bunch of fixes. I just figured this one out a bit

Re: [PATCH] drm/nouveau/disp/g94: enable HDMI

2023-07-07 Thread Lyude Paul
Reviewed-by: Lyude Paul But seeing as I looked at this + some other patches yesterday I assume there's still more to this? On Fri, 2023-06-30 at 18:06 +0200, Karol Herbst wrote: > Cc: Ben Skeggs > Cc: Lyude Paul > Fixes: f530bc60a30b ("drm/nouveau/disp: move HDMI config into acquire + >

[PATCH] drm/nouveau/disp/g94: enable HDMI

2023-06-30 Thread Karol Herbst
Cc: Ben Skeggs Cc: Lyude Paul Fixes: f530bc60a30b ("drm/nouveau/disp: move HDMI config into acquire + infoframe methods") Signed-off-by: Karol Herbst --- drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c | 1 + 1 file changed, 1 insertion(+) diff --git