diff options
| author | David Francis <[email protected]> | 2018-09-13 19:36:27 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-09-14 14:37:35 +0000 |
| commit | ee6e89c0f1d18fef9206e68747577d99bbf923ea (patch) | |
| tree | 8ecfe5bf61b026d4e88dbd3a070d17c3ec8ece05 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | |
| parent | drm/amdgpu: Style fixes to PRIME code documentation (diff) | |
| download | kernel-ee6e89c0f1d18fef9206e68747577d99bbf923ea.tar.gz kernel-ee6e89c0f1d18fef9206e68747577d99bbf923ea.zip | |
drm/amd/display: Add DMCU firmware version
Read the version number from the common firmware header and store
it in the dm struct
Signed-off-by: David Francis <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h index 9a57c654943a..b6fe9adf4b93 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h @@ -131,6 +131,7 @@ struct amdgpu_display_manager { struct dm_comressor_info compressor; const struct firmware *fw_dmcu; + uint32_t dmcu_fw_version; }; struct amdgpu_dm_connector { |
