diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index c558f700df35..8d939e3b3f15 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -562,9 +562,9 @@ struct amdgpu_connector { | |||
562 | int num_modes; | 562 | int num_modes; |
563 | /* The 'old' sink - before an HPD. | 563 | /* The 'old' sink - before an HPD. |
564 | * The 'current' sink is in dc_link->sink. */ | 564 | * The 'current' sink is in dc_link->sink. */ |
565 | const struct dc_sink *dc_sink; | 565 | struct dc_sink *dc_sink; |
566 | struct dc_link *dc_link; | 566 | struct dc_link *dc_link; |
567 | const struct dc_sink *dc_em_sink; | 567 | struct dc_sink *dc_em_sink; |
568 | const struct dc_stream *stream; | 568 | const struct dc_stream *stream; |
569 | void *con_priv; | 569 | void *con_priv; |
570 | bool dac_load_detect; | 570 | bool dac_load_detect; |