Re: [PATCH RESEND v5 3/4] drm/bridge: anx7625: Support reading edid through aux channel

2022-02-03 Thread Robert Foss
On Thu, Feb 3, 2022, 05:42 kernel test robot wrote: > Hi Hsin-Yi, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on drm/drm-next] > [also build test ERROR on next-20220202] > [cannot apply to robh/for-next drm-intel/for-linux-next v5.17-rc2] > [If your patch is

Re: [PATCH RESEND v5 3/4] drm/bridge: anx7625: Support reading edid through aux channel

2022-02-02 Thread kernel test robot
Hi Hsin-Yi, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on next-20220202] [cannot apply to robh/for-next drm-intel/for-linux-next v5.17-rc2] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submi

[PATCH RESEND v5 3/4] drm/bridge: anx7625: Support reading edid through aux channel

2022-02-02 Thread Hsin-Yi Wang
Support reading edid through aux channel if panel is connected to aux bus. Extend anx7625_aux_dpcd_trans() to implement aux transfer function: 1. panel is populated in devm_of_dp_aux_populate_ep_devices(), so move anx7625_parse_dt() after. 2. Use pm runtime autosuspend since aux transfer functi