drm/msm/dp: store dp_display in the driver data
authorAbhinav Kumar <abhinavk@codeaurora.org>
Sat, 12 Sep 2020 20:49:28 +0000 (13:49 -0700)
committerRob Clark <robdclark@chromium.org>
Tue, 15 Sep 2020 17:54:34 +0000 (10:54 -0700)
commit061eb621fc2780aa252b7dad332ac241feb1e7c7
tree245f492d4daf9b9a1c6d2b569e2c67c37afef6ee
parent8ede2ecc3e5ee327923f6e3cfe52761ce73607d1
drm/msm/dp: store dp_display in the driver data

Store the dp_display in the platform driver data instead of the
dp_display_private.

This is required to allow other sub-modules to reuse the platform
driver data.

Changes in v3: none
Changes in v4: none
Changes in v5: none
Changes in v6: rebase on top of latest patchset of dependency

Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/dp/dp_display.c