]> asedeno.scripts.mit.edu Git - linux.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)
commit143f23053333c266ca89642e3ce7df83023b4793
treebcb8a21a5aa1078a10d2780a3f227817745d2702
parented19a9a2bb1ab2d107987ae6d1e59318b188c4ba
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