diff options
| author | Anthony Koo <[email protected]> | 2018-02-08 04:25:43 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:20:14 +0000 |
| commit | e923a355aa5dc861d4a50c29a292242bd90140c8 (patch) | |
| tree | 33406a1ca57365e512426bd469ceeab00536e9e6 /drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h | |
| parent | drm/amd/display: Add missing Vega defines to dal_asic_id (diff) | |
| download | kernel-e923a355aa5dc861d4a50c29a292242bd90140c8.tar.gz kernel-e923a355aa5dc861d4a50c29a292242bd90140c8.zip | |
drm/amd/display: provide an interface to query firmware version
Signed-off-by: Anthony Koo <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h b/drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h index ce206355461b..de60f940030d 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h @@ -32,13 +32,6 @@ enum dmcu_state { DMCU_RUNNING = 1 }; -struct dmcu_version { - unsigned int day; - unsigned int month; - unsigned int year; - unsigned int interface_version; -}; - struct dmcu { struct dc_context *ctx; const struct dmcu_funcs *funcs; |
