]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit576c999b393645518e43dd2723f04ac60c9a34b6
tree39204086f40f65c22108054200c546b500869bc8
parent087a140d1ffb9dd26bd4a6bb2ec3a669e7be9e81
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:
    7ddbce4 ("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