Den 15.08.2022 12.40, skrev Maxime Ripard: > Hi, > > On Mon, Aug 08, 2022 at 02:49:08PM +0200, Noralf Trønnes wrote: >> Den 29.07.2022 18.34, skrev Maxime Ripard: >>> The drm_create_tv_properties() will create the TV mode property >>> unconditionally. >>> >>> However, since we'll gradually phase it out, let's register it only if we >>> have a list passed as an argument. This will make the transition easier. >>> >>> Signed-off-by: Maxime Ripard <max...@cerno.tech> >>> >> >> I don't understand why this makes the transition easier, but if you >> think so: > > So the basic idea behind this series was to introduce the new property, > gradually convert the old drivers to the new one, and finally remove the > old one. > > In order to keep the backward compatibility, we need to add to the > drivers some custom get/set_property hook to expose the old property and > fill the new one if needed. > > That means that each driver would have to create the old property, which > will conflict with that code > Got it. Noralf.
- Re: [PATCH v1 04/35] drm/modes: Introduce ... Maxime Ripard
- Re: [PATCH v1 04/35] drm/modes: Introduce 480i and... Geert Uytterhoeven
- Re: [PATCH v1 04/35] drm/modes: Introduce 480i... Maxime Ripard
- [PATCH v1 12/35] drmi/modes: Properly generate a drm_di... Maxime Ripard
- [PATCH v1 29/35] drm/sun4i: tv: Remove useless destroy ... Maxime Ripard
- Re: [PATCH v1 29/35] drm/sun4i: tv: Remove useless... Jernej Škrabec
- [PATCH v1 19/35] drm/vc4: vec: Fix timings for VEC mode... Maxime Ripard
- [PATCH v1 06/35] drm/connector: Only register TV mode p... Maxime Ripard
- Re: [PATCH v1 06/35] drm/connector: Only register ... Noralf Trønnes
- Re: [PATCH v1 06/35] drm/connector: Only regis... Maxime Ripard
- Re: [PATCH v1 06/35] drm/connector: Only r... Noralf Trønnes
- [PATCH v1 33/35] drm/connector: Remove TV modes propert... Maxime Ripard
- Re: [PATCH v1 33/35] drm/connector: Remove TV mode... kernel test robot
- Re: [PATCH v1 33/35] drm/connector: Remove TV mode... kernel test robot
- [PATCH v1 09/35] drm/modes: Move named modes parsing to... Maxime Ripard
- Re: [PATCH v1 09/35] drm/modes: Move named modes p... Geert Uytterhoeven
- Re: [PATCH v1 09/35] drm/modes: Move named mod... Maxime Ripard
- Re: [PATCH v1 09/35] drm/modes: Move named... Geert Uytterhoeven
- [PATCH v1 26/35] drm/sun4i: tv: Convert to atomic hooks Maxime Ripard
- Re: [PATCH v1 26/35] drm/sun4i: tv: Convert to ato... Jernej Škrabec
- [PATCH v1 22/35] drm/vc4: vec: Use TV Reset implementat... Maxime Ripard