Den 29.07.2022 18.34, skrev Maxime Ripard: > There is two TV subconnector related properties registered by > drm_mode_create_tv_properties(): subconnector and select subconnector. > > While the select subconnector property is stored in the kernel by the > drm_tv_connector_state structure, the subconnector property isn't stored > anywhere. > > Worse, the select subconnector property is stored in a field called > subconnector, creating some ambiguity about which property content we're > accessing. > > Let's rename that field to one called select_subconnector to make it move > obvious what it's about. > > Signed-off-by: Maxime Ripard <max...@cerno.tech> > Reviewed-by: Noralf Trønnes <nor...@tronnes.org>
- [PATCH v1 00/35] drm: Analog TV Improvements Maxime Ripard
- [PATCH v1 01/35] drm/atomic-helper: Rename drm_atomic... Maxime Ripard
- Re: [PATCH v1 01/35] drm/atomic-helper: Rename dr... Noralf Trønnes
- [PATCH v1 02/35] drm/connector: Rename subconnector s... Maxime Ripard
- Re: [PATCH v1 02/35] drm/connector: Rename subcon... Noralf Trønnes
- [PATCH v1 23/35] drm/vc4: vec: Convert to the new TV ... Maxime Ripard
- Re: [PATCH v1 23/35] drm/vc4: vec: Convert to the... Noralf Trønnes
- Re: [PATCH v1 23/35] drm/vc4: vec: Convert to... Maxime Ripard
- Re: [PATCH v1 23/35] drm/vc4: vec: Conver... Noralf Trønnes
- [PATCH v1 30/35] drm/sun4i: tv: Rename error label Maxime Ripard
- Re: [PATCH v1 30/35] drm/sun4i: tv: Rename error ... Jernej Škrabec
- [PATCH v1 10/35] drm/modes: Switch to named mode desc... Maxime Ripard
- [PATCH v1 13/35] drm/atomic-helper: Add a TV properti... Maxime Ripard
- [PATCH v1 21/35] drm/vc4: vec: Fix definition of PAL-... Maxime Ripard
- [PATCH v1 14/35] drm/atomic-helper: Add an analog TV ... Maxime Ripard