Re: [Nouveau] [PATCH v7 22/23] drm/vc4: vec: Add support for more analog TV standards

2022-11-10 Thread Lukas Satin
That's great, I will test it on Ubuntu + Nouveau x86_64 and Batocera-Linux. I'm not interested in Raspberry Pi. I see you have some commit in RaspberryPi/Linux. Will this go to some Nouveau driver, so I can test it on x86_64 machine? I have some basic experience compiling Linux kernel (nvidia

Re: [Nouveau] [PATCH v7 06/23] drm/modes: Add a function to generate analog display modes

2022-11-09 Thread Lukas Satin
Hi, your statement: "However, analog display usually have fairly loose timings requirements, the only discrete parameters being the total number of lines and pixel clock frequency." Please do not make it as a rule. You said yourself: "usually". Arcade CRT have more loose timings, but

Re: [Nouveau] [PATCH v7 22/23] drm/vc4: vec: Add support for more analog TV standards

2022-11-09 Thread Lukas Satin
They are important for retrogaming and connecting TV out to CRT TV or using emulator. I have PS1 that is using PAL-60 for example. Can you add 240p and 288p non-interlaced modes for NTSC and PAL, please? Lukas On Mon, Nov 7, 2022 at 3:19 PM Maxime Ripard wrote: > From: Mateusz Kwiatkowski >

Re: [Nouveau] [PATCH v7 00/23] drm: Analog TV Improvements

2022-11-09 Thread Lukas Satin
One can switch from NTSC to PAL now using (on vc4) modetest -M vc4 -s 53:720x480i -w 53:'TV mode':1 # NTSC modetest -M vc4 -s 53:720x576i -w 53:'TV mode':4 # PAL NTSC should be 640x480i, not 720. It will probably work on most TV's, but NTSC by the spec is 640x480i. On Mon, Nov 7, 2022 at