From: Andrey Grodzovsky <[email protected]> Header change for DAL change under same name.
Signed-off-by: Andrey Grodzovsky <[email protected]> --- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 013e796b0a40..b3a9fcc2cee2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -562,7 +562,7 @@ enum amdgpu_connector_dither { struct amdgpu_dm_dp_aux { struct drm_dp_aux aux; - uint32_t link_index; + struct ddc_service *ddc_service; }; struct amdgpu_i2c_adapter { -- 2.11.0 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
