]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Add front end for dp debugfs files
authorDavid Francis <David.Francis@amd.com>
Fri, 1 Jun 2018 13:49:06 +0000 (09:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:38:38 +0000 (16:38 -0500)
commit7c35ffa5f8f8fb6b298573bfc42a13c2b7021512
tree273c428ec3afa3fbff6bf3acfbc483d6610a98f0
parent1e63a641e11efb97e1746f53090c60b43f91eb7e
drm/amd/display: Add front end for dp debugfs files

As part of hardware certification, read-write access to
the link rate, lane count, voltage swing, pre-emphasis,
and PHY test pattern of DP connectors is required.  This commit
adds debugfs files that will correspond to these values.
The file operations are not yet implemented: currently
writing or reading them does nothing.

Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/Makefile
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.h [new file with mode: 0644]