drm/amdgpu/display: dm/amdgpu: make dp phy debugfs for eDP
authorhersen wu <hersenxs.wu@amd.com>
Thu, 4 Oct 2018 13:28:20 +0000 (09:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 12 Oct 2018 17:53:04 +0000 (12:53 -0500)
commit8c6259bedab1681382b7829b1e8fc4f12fc4a215
treee4d67fadf0a06d8bdd81a063d81bfd21f6de43c2
parent8bda1013ddb1dffdee7f9a1912f9845b9cf529cb
drm/amdgpu/display: dm/amdgpu: make dp phy debugfs for eDP

[WHY] dp debugfs file does not exist for eDP under
      /sys/kernel/debug/dri/0/eDP-1. the root is phy debugfs
      is created for dp connector only.
[HOW] for eDP connector, create phy debugfs too.

Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: David Francis <David.Francis@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c