Hi Dmitry,
On 2025/5/29 0:09, Dmitry Baryshkov wrote:
@@ -595,16 +546,41 @@ static bool cdn_dp_check_link_status(struct cdn_dp_device
*dp)
static void cdn_dp_audio_handle_plugged_change(struct cdn_dp_device *dp,
bool plugged)
{
-if (dp->cod
On Wed, 28 May 2025 at 04:57, Chaoyi Chen wrote:
>
> Hi Dmitry,
>
> On 2025/5/28 4:25, Dmitry Baryshkov wrote:
> > On Tue, May 27, 2025 at 04:14:47PM +0800, Chaoyi Chen wrote:
> >> From: Chaoyi Chen
> >>
> >> Convert it to drm bridge driver, it will be convenient for us to
> >> migrate the connec
Hi Dmitry,
On 2025/5/28 4:25, Dmitry Baryshkov wrote:
On Tue, May 27, 2025 at 04:14:47PM +0800, Chaoyi Chen wrote:
From: Chaoyi Chen
Convert it to drm bridge driver, it will be convenient for us to
migrate the connector part to the display driver later.
Considering that some code depend on th
On Tue, May 27, 2025 at 04:14:47PM +0800, Chaoyi Chen wrote:
> From: Chaoyi Chen
>
> Convert it to drm bridge driver, it will be convenient for us to
> migrate the connector part to the display driver later.
> Considering that some code depend on the connector, the following
> changes have been m
p.git
for-next
patch link:
https://lore.kernel.org/r/20250527081447.304-1-kernel%40airkyi.com
patch subject: [PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge
config: i386-buildonly-randconfig-002-20250527
(https://download.01.org/0day-ci/archive/20250528/202505280026.8vdl0twn-...@intel.
From: Chaoyi Chen
Convert it to drm bridge driver, it will be convenient for us to
migrate the connector part to the display driver later.
Considering that some code depend on the connector, the following
changes have been made:
- Only process edid in &drm_bridge_funcs.edid_read(), so no need to