]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Linux hook test pattern through debufs
authorHersen Wu <hersenxs.wu@amd.com>
Fri, 22 Jun 2018 17:06:01 +0000 (13:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Jul 2018 19:50:16 +0000 (14:50 -0500)
commit53a599de5560b95bf76bc12d17b93406c33e9f75
tree9913f93f5b462c53333146c164980f8623db87bd
parentac99243c8db70c9b5497a9c75c53f6bfd19b572a
drm/amd/display: Linux hook test pattern through debufs

bug fix: phy test PLTAT is special 80bit test pattern. The 80bit
data should be hard coded within driver so that user does not
need input the deata. previous driver does not have hard coded
80 bits pattern data for PLTPAT. Other than this PLTPAT, user
has to input 80 bits pattern data. In case user input less than
10 bytes data, un-input data byte will be filled by 0x00.

Signed-off-by: Hersen Wu <hersenxs.wu@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/amdgpu_dm_debugfs.c