diff options
author | Dave Airlie <airlied@redhat.com> | 2018-11-22 11:19:20 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-11-22 11:45:37 +1000 |
commit | 8cf6f361eb76bf7fca85bde15a0a9316fa124c0c (patch) | |
tree | 508bd62e730c0ba0b58df0c36f082e62aeb89c31 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | 1d74f133252fab157b9bcd4c710cee7ffcdd01c1 (diff) | |
parent | a5d0f4565996e5595a10cb57b3d1e3d74379c502 (diff) | |
download | lwn-8cf6f361eb76bf7fca85bde15a0a9316fa124c0c.tar.gz lwn-8cf6f361eb76bf7fca85bde15a0a9316fa124c0c.zip |
Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
- OD fixes for powerplay
- Vega20 fixes
- KFD fix for Kaveri
- add missing firmware declaration for hainan (SI chip)
- Fix DC user experience regressions related to panels that support >8 bpc
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181121163647.2847-1-alexander.deucher@amd.com
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 { struct drm_property *audio_property; /* FMT dithering */ struct drm_property *dither_property; + /* maximum number of bits per channel for monitor color */ + struct drm_property *max_bpc_property; /* hardcoded DFP edid from BIOS */ struct edid *bios_hardcoded_edid; int bios_hardcoded_edid_size; |