diff options
author | David S. Miller <davem@davemloft.net> | 2018-11-24 20:01:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-24 20:01:43 -0500 |
commit | b1bf78bfb2e4c9ffa03ccdbc60d89a2f7c5fd82c (patch) | |
tree | fcd93c3f54a72ca6a6ee97f015efebe6d80a3271 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | aea0a897af9e44c258e8ab9296fad417f1bc063a (diff) | |
parent | d146194f31c96f9b260c5a1cf1592d2e7f82a2e2 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index b9e9e8b02fb7..d1b4d9b6aae0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -339,6 +339,8 @@ struct amdgpu_mode_info { | |||
339 | struct drm_property *audio_property; | 339 | struct drm_property *audio_property; |
340 | /* FMT dithering */ | 340 | /* FMT dithering */ |
341 | struct drm_property *dither_property; | 341 | struct drm_property *dither_property; |
342 | /* maximum number of bits per channel for monitor color */ | ||
343 | struct drm_property *max_bpc_property; | ||
342 | /* hardcoded DFP edid from BIOS */ | 344 | /* hardcoded DFP edid from BIOS */ |
343 | struct edid *bios_hardcoded_edid; | 345 | struct edid *bios_hardcoded_edid; |
344 | int bios_hardcoded_edid_size; | 346 | int bios_hardcoded_edid_size; |