]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/rockchip: analogix_dp: Expand device data to support multiple edp display
authorDamon Ding <damon.ding@rock-chips.com>
Mon, 24 Feb 2025 08:13:12 +0000 (16:13 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 27 Feb 2025 10:48:20 +0000 (11:48 +0100)
commit718b3bb9c0ab87bc90914799e6999bf4b1ecc67b
tree66d7cbb91409e9d06580c5aa38b48f0dd4fc38df
parent2bf9f610494d75cfaf3c8a0cef93135ce83f7254
drm/rockchip: analogix_dp: Expand device data to support multiple edp display

There are two main modifications: one is expanding struct
rockchip_dp_chip_data to an array, and the other is adding
&rockchip_dp_chip_data.reg to separate different edp devices.

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20250224081325.96724-3-damon.ding@rock-chips.com
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c