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

2023-01-11 Thread Chris Morgan
On Wed, Jan 11, 2023 at 05:39:26PM +0100, Maxime Ripard wrote: > Hi, > > On Wed, Jan 11, 2023 at 10:30:09AM -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 v9 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-11 Thread Maxime Ripard
Hi, On Wed, Jan 11, 2023 at 10:30:09AM -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 v9 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-11 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