[PATCH v2] drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina panels

2022-01-29 Thread Aditya Garg
From: Aun-Ali Zaidi The eDP link rate reported by the DP_MAX_LINK_RATE dpcd register (0xa) is contradictory to the highest rate supported reported by EDID (0xc = LINK_RATE_RBR2). The effects of this compounded with commit '4a8ca46bae8a ("drm/amd/display: Default max bpc to 16 for eDP")' results

Re: [PATCH v2] drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina panels

2022-01-31 Thread Alex Deucher
Applied. Thanks! Alex On Sat, Jan 29, 2022 at 12:50 AM Aditya Garg wrote: > > From: Aun-Ali Zaidi > > The eDP link rate reported by the DP_MAX_LINK_RATE dpcd register (0xa) is > contradictory to the highest rate supported reported by > EDID (0xc = LINK_RATE_RBR2). The effects of this compounde