Re: [PATCH] drm/bridge: parade-ps8640: Add backpointer to drm_device in drm_dp_aux

2021-12-07 Thread Doug Anderson
Hi, On Tue, Dec 7, 2021 at 8:52 AM Philip Chen wrote: > > Hi > > On Tue, Dec 7, 2021 at 8:13 AM Doug Anderson wrote: > > > > Hi, > > > > On Mon, Dec 6, 2021 at 5:44 PM Philip Chen wrote: > > > > > > Hi > > > > > > On Mon, Dec 6, 2021 at 4:29 PM Douglas Anderson > > > wrote: > > > > > > > > Wh

Re: [PATCH] drm/bridge: parade-ps8640: Add backpointer to drm_device in drm_dp_aux

2021-12-07 Thread Philip Chen
Hi On Tue, Dec 7, 2021 at 8:13 AM Doug Anderson wrote: > > Hi, > > On Mon, Dec 6, 2021 at 5:44 PM Philip Chen wrote: > > > > Hi > > > > On Mon, Dec 6, 2021 at 4:29 PM Douglas Anderson > > wrote: > > > > > > When we added the support for the AUX channel in commit 13afcdd7277e > > > ("drm/bridge

Re: [PATCH] drm/bridge: parade-ps8640: Add backpointer to drm_device in drm_dp_aux

2021-12-07 Thread Doug Anderson
Hi, On Mon, Dec 6, 2021 at 5:44 PM Philip Chen wrote: > > Hi > > On Mon, Dec 6, 2021 at 4:29 PM Douglas Anderson wrote: > > > > When we added the support for the AUX channel in commit 13afcdd7277e > > ("drm/bridge: parade-ps8640: Add support for AUX channel") we forgot > > to set "drm_dev" to av

Re: [PATCH] drm/bridge: parade-ps8640: Add backpointer to drm_device in drm_dp_aux

2021-12-06 Thread Philip Chen
Hi On Mon, Dec 6, 2021 at 4:29 PM Douglas Anderson wrote: > > When we added the support for the AUX channel in commit 13afcdd7277e > ("drm/bridge: parade-ps8640: Add support for AUX channel") we forgot > to set "drm_dev" to avoid the warning splat at the beginning of > drm_dp_aux_register(). Sinc

[PATCH] drm/bridge: parade-ps8640: Add backpointer to drm_device in drm_dp_aux

2021-12-06 Thread Douglas Anderson
When we added the support for the AUX channel in commit 13afcdd7277e ("drm/bridge: parade-ps8640: Add support for AUX channel") we forgot to set "drm_dev" to avoid the warning splat at the beginning of drm_dp_aux_register(). Since everything was working I guess I never noticed the splat when testin