drm/rockchip: dw_hdmi: store rockchip_hdmi reference in
From: Heiko Stuebner <heiko@...> Date: Tue, 12 Dec 2017 23:18:54 +0100
Commit-Message
When using special phy handling operations we'll often need access to the rockchip_hdmi struct. As the chip-data that occupies the phy_data pointer initially gets assigned to the rockchip_hdmi struct, we can now re-use this phy_data pointer to hold the reference to the rockchip_hdmi struct and use this reference later on. Inspiration for this comes from meson and sunxi dw-hdmi, which are using the same method. Signed-off-by: Heiko Stuebner <heiko@...> Tested-by: Robin Murphy <robin.murphy@...>
Patch-Comment
changes in v3: - reword commit message drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
Statistics
- 7 lines added
- 2 lines removed