diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index d9533bbc467c..588cf6594391 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -350,6 +350,7 @@ struct amdgpu_mode_info { | |||
350 | u16 firmware_flags; | 350 | u16 firmware_flags; |
351 | /* pointer to backlight encoder */ | 351 | /* pointer to backlight encoder */ |
352 | struct amdgpu_encoder *bl_encoder; | 352 | struct amdgpu_encoder *bl_encoder; |
353 | u8 bl_level; /* saved backlight level */ | ||
353 | struct amdgpu_audio audio; /* audio stuff */ | 354 | struct amdgpu_audio audio; /* audio stuff */ |
354 | int num_crtc; /* number of crtcs */ | 355 | int num_crtc; /* number of crtcs */ |
355 | int num_hpd; /* number of hpd pins */ | 356 | int num_hpd; /* number of hpd pins */ |