drm/amd/display: dc/gpio: add support for DCE6 (v2)
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 29 Sep 2019 16:41:38 +0000 (18:41 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jul 2020 20:46:00 +0000 (16:46 -0400)
commitb168930d68a95d7696773007b426a0f60a9c3fd7
tree39204086f40f65c22108054200c546b500869bc8
parentc4a54f70a6afd1a91072ef06cb083221ff189cca
drm/amd/display: dc/gpio: add support for DCE6 (v2)

[Why]
hw_factory.c requires changes for DCE6 support

[How]
DCE6 targets added replicating and adapting existing DCE8 implementation.

(v2) changes due to following commit:
    91db931 ("drm/amd/display: refactor gpio to allocate hw_container in constructor")

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mauro Rossi <issor.oruam@gmail.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/dce60/hw_factory_dce60.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_factory_dce60.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_translate_dce60.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_translate_dce60.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
drivers/gpu/drm/amd/display/dc/gpio/hw_translate.c