Re: [PATCH v2] drm/connector: Add of_drm_find_connector

2020-07-31 Thread Andy Yan
ping On 7/3/20 5:45 PM, Andy Yan wrote: Add a function to look up a connector by device tree node, like what of_drm_find_bridge/panel does. Signed-off-by: Andy Yan Reported-by: kernel test robot --- Changes in v2: - Add function declaration drivers/gpu/drm/drm_connector.c | 33 ++

Re: [PATCH v2] drm/connector: Add of_drm_find_connector

2020-07-30 Thread Daniel Vetter
On Fri, Jul 31, 2020 at 4:33 AM Andy Yan wrote: > > ping > > On 7/3/20 5:45 PM, Andy Yan wrote: > > Add a function to look up a connector by > > device tree node, like what of_drm_find_bridge/panel > > does. > > > > Signed-off-by: Andy Yan > > Reported-by: kernel test robot I'm pretty sure the

[PATCH v2] drm/connector: Add of_drm_find_connector

2020-07-06 Thread Andy Yan
Add a function to look up a connector by device tree node, like what of_drm_find_bridge/panel does. Signed-off-by: Andy Yan Reported-by: kernel test robot --- Changes in v2: - Add function declaration drivers/gpu/drm/drm_connector.c | 33 + include/drm/drm_con