Den 10.11.2022 12.07, skrev Maxime Ripard: > Commit 3aeeb13d8996 ("drm/modes: Support modes names on the command > line") initially introduced the named modes support by essentially > matching the name passed on the command-line to the mode names defined > by the drivers. > > This proved to be difficult to work with, since all drivers had to > provide properly named modes. This was also needed because we weren't > passing a full blown-mode to the drivers, but were only filling its > name. > > Thanks to the previous patches, we now generate a proper mode, and we > thus can use the usual matching algo on timings, and can simply drop the > name match. > > Suggested-by: Noralf Trønnes <nor...@tronnes.org> > Signed-off-by: Maxime Ripard <max...@cerno.tech> > > --- Reviewed-by: Noralf Trønnes <nor...@tronnes.org>
- Re: [PATCH v8 16/24] drm/modes: Introduce more named ... Maíra Canal
- Re: [PATCH v8 16/24] drm/modes: Introduce more named ... Noralf Trønnes
- [PATCH v8 11/24] drm/connector: Add pixel clock to cmdline... Maxime Ripard
- [PATCH v8 08/24] drm/modes: Move named modes parsing to a ... Maxime Ripard
- [PATCH v8 12/24] drm/connector: Add a function to lookup a... Maxime Ripard
- [PATCH v8 13/24] drm/modes: Introduce the tv_mode property... Maxime Ripard
- [PATCH v8 20/24] drm/vc4: vec: Use TV Reset implementation Maxime Ripard
- [PATCH v8 18/24] drm/atomic-helper: Add a TV properties re... Maxime Ripard
- [PATCH v8 15/24] drm/client: Remove match on mode name Maxime Ripard
- Re: [PATCH v8 15/24] drm/client: Remove match on mode... Noralf Trønnes
- [PATCH v8 21/24] drm/vc4: vec: Check for VEC output constr... Maxime Ripard
- [PATCH v8 19/24] drm/atomic-helper: Add an analog TV atomi... Maxime Ripard
- [PATCH v8 22/24] drm/vc4: vec: Convert to the new TV mode ... Maxime Ripard
- [PATCH v8 17/24] drm/probe-helper: Provide a TV get_modes ... Maxime Ripard
- [PATCH v8 24/24] drm/sun4i: tv: Convert to the new TV mode... Maxime Ripard
- [PATCH v8 23/24] drm/vc4: vec: Add support for more analog... Maxime Ripard
- [PATCH v8 14/24] drm/modes: Properly generate a drm_displa... Maxime Ripard
- Re: [PATCH v8 14/24] drm/modes: Properly generate a d... Noralf Trønnes