]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/bridge: move private data to the end of the struct
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Sat, 17 May 2025 01:59:37 +0000 (04:59 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Tue, 20 May 2025 22:33:58 +0000 (01:33 +0300)
commitfa3769e09be76142d51c617d7d0c72d9c725a49d
tree3483e030fa6beb7bc0b67c82ac84c0bc9b6f1858
parenta4b4e3fd536763b3405c70ef97a6e7f9af8a00dc
drm/bridge: move private data to the end of the struct

WHen adding HDMI fields I didn't notice the private: declaration for HPD
fields. Move private fields to the end of the struct drm_bride to have
clear distinction between private and public fields.

Reviewed-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20250517-drm-hdmi-connector-cec-v6-1-35651db6f19b@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
include/drm/drm_bridge.h