Re: [Freedreno] linux-next: Tree for Nov 1 [drivers/gpu/drm/msm/msm.ko]

2021-11-01 Thread Randy Dunlap
On 11/1/21 2:44 AM, Stephen Rothwell wrote: Hi all, Changes since 20211029: On i386, when # CONFIG_COMMON_CLK is not set ERROR: modpost: "msm_hdmi_phy_8996_cfg" [drivers/gpu/drm/msm/msm.ko] undefined! Full randconfig file is attached. -- ~Randy config-r1095b.gz Description: application/

Re: [Freedreno] [PATCH] drm/msm/dsi: set default num_data_lanes

2021-11-01 Thread Doug Anderson
Hi, On Sat, Oct 30, 2021 at 10:08 AM Philip Chen wrote: > > If "data_lanes" property of the dsi output endpoint is missing in > the DT, num_data_lanes would be 0 by default, which could cause > dsi_host_attach() to fail if dsi->lanes is set to a non-zero value > by the bridge driver. > > Accordin

Re: [Freedreno] [PATCH] drm/msm/dsi: set default num_data_lanes

2021-11-01 Thread Stephen Boyd
Quoting Philip Chen (2021-10-30 10:08:50) > If "data_lanes" property of the dsi output endpoint is missing in > the DT, num_data_lanes would be 0 by default, which could cause > dsi_host_attach() to fail if dsi->lanes is set to a non-zero value > by the bridge driver. > > According to the binding d

Re: [Freedreno] [PATCH v3 24/34] drm/tilcdc: Migrate to aggregate driver

2021-11-01 Thread Jyri Sarha
On 2021-10-26 3:00, Stephen Boyd wrote: Use an aggregate driver instead of component ops so that we can get proper driver probe ordering of the aggregate device with respect to all the component devices that make up the aggregate device. Cc: Jyri Sarha Cc: Tomi Valkeinen Cc: Daniel Vetter C