]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/tegra: sor: Operate on struct drm_dp_aux *
authorThierry Reding <treding@nvidia.com>
Wed, 8 Jul 2015 11:39:09 +0000 (13:39 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 14 Dec 2015 09:50:37 +0000 (10:50 +0100)
commit9542c2376efaf5a6ae65b4aa0014e9f35ba36e17
tree2ca6dabd7b889911a36c03ffd214d9b714d0f9d9
parenta07cdfe5389e0ca43f525c7d1da0930b7447e0c8
drm/tegra: sor: Operate on struct drm_dp_aux *

Instead of getting a pointer to the driver-specific wrapper of AUX
channels, use the AUX channel objects directly to avoid hackish casting
between the two types.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dpaux.c
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/sor.c