Re: [PATCH V10 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-18 Thread Maxime Ripard
On Tue, Jan 17, 2023 at 01:12:39PM -0600, Chris Morgan wrote: > On Tue, Jan 17, 2023 at 05:58:19PM +0100, Maxime Ripard wrote: > > Hi, > > > > On Thu, Jan 12, 2023 at 11:53:55AM -0600, Chris Morgan wrote: > > > From: Chris Morgan > > > > > > Add helper function to find DSI host for devices where

Re: [PATCH V10 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-17 Thread Chris Morgan
On Tue, Jan 17, 2023 at 05:58:19PM +0100, Maxime Ripard wrote: > Hi, > > On Thu, Jan 12, 2023 at 11:53:55AM -0600, Chris Morgan wrote: > > From: Chris Morgan > > > > Add helper function to find DSI host for devices where DSI panel is not > > a minor of a DSI bus (such as the Samsung AMS495QA01 p

Re: [PATCH V10 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-17 Thread Maxime Ripard
Hi, On Thu, Jan 12, 2023 at 11:53:55AM -0600, Chris Morgan wrote: > From: Chris Morgan > > Add helper function to find DSI host for devices where DSI panel is not > a minor of a DSI bus (such as the Samsung AMS495QA01 panel or the > official Raspberry Pi touchscreen display). > > Signed-off-by:

[PATCH V10 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-12 Thread Chris Morgan
From: Chris Morgan Add helper function to find DSI host for devices where DSI panel is not a minor of a DSI bus (such as the Samsung AMS495QA01 panel or the official Raspberry Pi touchscreen display). Signed-off-by: Chris Morgan Signed-off-by: Maya Matuszczyk --- drivers/gpu/drm/drm_of.c | 70