Re: [PATCH 3/4] drm/amd/display: pass panel instance in dirty rect message

2022-06-03 Thread Leo
On 2022-06-02 16:48, Harry Wentland wrote: > > > On 2022-06-02 14:03, sunpeng...@amd.com wrote: >> From: David Zhang >> >> [why] >> DMUB FW uses OTG instance to get eDP panel instance. But in case >> of MPO multiple pipe indexes are passed to updated the same panel. >> The other OTG

Re: [PATCH 3/4] drm/amd/display: pass panel instance in dirty rect message

2022-06-02 Thread Harry Wentland
On 2022-06-02 14:03, sunpeng...@amd.com wrote: > From: David Zhang > > [why] > DMUB FW uses OTG instance to get eDP panel instance. But in case > of MPO multiple pipe indexes are passed to updated the same panel. > The other OTG instance passed would be ignored causing in DMUB not >

[PATCH 3/4] drm/amd/display: pass panel instance in dirty rect message

2022-06-02 Thread sunpeng.li
From: David Zhang [why] DMUB FW uses OTG instance to get eDP panel instance. But in case of MPO multiple pipe indexes are passed to updated the same panel. The other OTG instance passed would be ignored causing in DMUB not acknowledging the messages. [how] Add panel instance to dirty rectangle