]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: psp DTM init
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Wed, 19 Jun 2019 18:40:58 +0000 (14:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:10:58 +0000 (09:10 -0500)
commitd149541ef07b85b8855d95adc91ffd808ca6af31
treebcb8a21a5aa1078a10d2780a3f227817745d2702
parent312d30ba7c6e66ed41dd92beeaa5ac3280770c0f
drm/amdgpu: psp DTM init

DTM is the display topology manager. This is needed to communicate with
psp about the display configurations.

This patch adds
    -Loading the firmware
    -The functions and definitions for communication with the firmware

v2: Fix formatting

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
drivers/gpu/drm/amd/amdgpu/psp_v10_0.c