|
@@ -339,6 +339,8 @@ struct amdgpu_mode_info {
|
|
struct drm_property *audio_property;
|
|
struct drm_property *audio_property;
|
|
/* FMT dithering */
|
|
/* FMT dithering */
|
|
struct drm_property *dither_property;
|
|
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 */
|
|
/* hardcoded DFP edid from BIOS */
|
|
struct edid *bios_hardcoded_edid;
|
|
struct edid *bios_hardcoded_edid;
|
|
int bios_hardcoded_edid_size;
|
|
int bios_hardcoded_edid_size;
|