summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/i2caux
diff options
context:
space:
mode:
authorHarry Wentland2017-07-27 01:31:53 +0200
committerAlex Deucher2017-09-27 00:15:51 +0200
commit1515a47b44c8667987d070fdc494691f91b44b46 (patch)
tree4a7bc56e4468fe79b1c7190916735d3875252617 /drivers/gpu/drm/amd/display/dc/i2caux
parentdrm/amd/display: update clocks we report to PPlib (diff)
downloadkernel-qcow2-linux-1515a47b44c8667987d070fdc494691f91b44b46.tar.gz
kernel-qcow2-linux-1515a47b44c8667987d070fdc494691f91b44b46.tar.xz
kernel-qcow2-linux-1515a47b44c8667987d070fdc494691f91b44b46.zip
drm/amd/display: Rename firmware_info to dc_firmware_info
This is to avoid conflicts with amdgpu's firmware_info once we merge amdgpu_dm_types with amdgpu_dm. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/i2caux')
-rw-r--r--drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c b/drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c
index 10061cc4ba31..da08cc1c6dc3 100644
--- a/drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c
+++ b/drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c
@@ -320,7 +320,7 @@ void dal_i2caux_destroy(
uint32_t dal_i2caux_get_reference_clock(
struct dc_bios *bios)
{
- struct firmware_info info = { { 0 } };
+ struct dc_firmware_info info = { { 0 } };
if (bios->funcs->get_firmware_info(bios, &info) != BP_RESULT_OK)
return 0;