Re: [PATCH v1 06/35] drm/connector: Only register TV mode property if present

2022-08-15 Thread Noralf Trønnes
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

Re: [PATCH v1 06/35] drm/connector: Only register TV mode property if present

2022-08-15 Thread 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

Re: [PATCH v1 06/35] drm/connector: Only register TV mode property if present

2022-08-08 Thread Noralf Trønnes
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. > >

[PATCH v1 06/35] drm/connector: Only register TV mode property if present

2022-07-29 Thread 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 diff --git