]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dsi: Populate the 10nm PHY funcs
authorArchit Taneja <architt@codeaurora.org>
Wed, 17 Jan 2018 06:05:27 +0000 (11:35 +0530)
committerRob Clark <robdclark@gmail.com>
Tue, 20 Feb 2018 15:41:21 +0000 (10:41 -0500)
commit0c824920cf6e0dfae11738b682c91bda055397eb
tree453848b889f930350430d98cb518abc0d42ae796
parent45bc6c9ce05392d4ac457e984efa36dd01989808
drm/msm/dsi: Populate the 10nm PHY funcs

Populate the PHY ops with the downstream driver as reference.

There are a couple of TODOs which need to be resolved:
- The PHY timings are all hardcoded for now. This needs to be replaced
  with automatic calculations once we get/understand them.
- There are some lane configuration registers which use a new
  representation between physical and logical lane mappings. For now,
  we've hardcoced them to follow the default mapping (i.e
  logical 0 -> phy 0, logical 1 -> phy 1 etc).

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c