Re: [PATCH v1 02/35] drm/connector: Rename subconnector state variable
From: Noralf Trønnes <hidden>
Date: 2022-08-08 12:26:47
Also in:
dri-devel, linux-amlogic, linux-sunxi, lkml
From: Noralf Trønnes <hidden>
Date: 2022-08-08 12:26:47
Also in:
dri-devel, linux-amlogic, linux-sunxi, lkml
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 <redacted>
Reviewed-by: Noralf Trønnes <redacted> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel