OSDN Git Service

drm/amd/display: Add GPIO support for DCN2
authorHarry Wentland <harry.wentland@amd.com>
Fri, 22 Feb 2019 14:45:07 +0000 (09:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:34 +0000 (18:59 -0500)
commit2e35facf82bcdd9b9eb9129f4fb31127b79249ec
treef79853d4499fe5db2e0ed750a7fa385e910db670
parent38e7128960a67a172c0fc525ff9bc8b738ebe127
drm/amd/display: Add GPIO support for DCN2

Adding support to program GPIO HW block of DCN2

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/gpio/Makefile
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_translate_dcn20.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_translate_dcn20.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
drivers/gpu/drm/amd/display/dc/gpio/hw_translate.c