On Wed, Jun 2, 2021 at 4:01 AM Vinod Koul wrote:
>
> On 27-05-21, 16:30, Rob Clark wrote:
> > On Wed, May 26, 2021 at 8:00 AM Jeffrey Hugo
> > wrote:
> > > On Tue, May 25, 2021 at 11:46 PM Vinod Koul wrote:
>
> > > Frankly, I don't like the MSM ACPI solution that I've seen on the laptops.
> > >
On 02/06/2021 17:32, Lee Jones wrote:
Fixes the following W=1 kernel build warning(s):
drivers/gpu/drm/msm/dp/dp_link.c:374: warning: expecting prototype for
dp_parse_video_pattern_params(). Prototype was for
dp_link_parse_video_pattern_params() instead
drivers/gpu/drm/msm/dp/dp_link.c:573
On 02/06/2021 17:32, Lee Jones wrote:
Fixes the following W=1 kernel build warning(s):
drivers/gpu/drm/msm/msm_gem.c:364: warning: This comment starts with '/**',
but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
drivers/gpu/drm/msm/msm_gem.c:763: warning: This co
Normal DP suspend operation contains two steps, display off followed
by dp suspend, to complete system wide suspending cycle if display is
up at that time. In this case, DP phy will be powered off at display
off. However there is an exception case that depending on the timing
of dongle plug in duri
On 2021-06-02 04:01, Vinod Koul wrote:
On 27-05-21, 16:30, Rob Clark wrote:
On Wed, May 26, 2021 at 8:00 AM Jeffrey Hugo
wrote:
> On Tue, May 25, 2021 at 11:46 PM Vinod Koul wrote:
> Frankly, I don't like the MSM ACPI solution that I've seen on the laptops.
> The ACPI assumes the entire MD
Quoting khs...@codeaurora.org (2021-06-03 14:59:49)
> On 2021-06-03 13:22, Stephen Boyd wrote:
> > Can you Cc dri-devel?
> >
> Sorry for dropping this cc.
> Should I re submit this v5 with cc=dri-devel?
>
Yes please. Then the patchwork stuff will catch it.
_
Add DP device node on sc7180.
Signed-off-by: Kuogee Hsieh
---
Changes in v2:
-- replace msm_dp with dp
-- replace dp_opp_table with opp_table
Changes in v3:
-- correct text of commit title
Changes in v4:
-- replace dp with mdss_dp
-- replace opp_table with dp_opp_table
arch/arm64/boot/dts/qc
On 2021-06-03 13:22, Stephen Boyd wrote:
Can you Cc dri-devel?
Sorry for dropping this cc.
Should I re submit this v5 with cc=dri-devel?
Quoting Kuogee Hsieh (2021-06-03 08:40:46)
Normal DP suspend operation contains two steps, display off followed
by dp suspend, to complete system wide su
On 2021-06-03 09:53, Bjorn Andersson wrote:
On Thu 03 Jun 11:09 CDT 2021, Kuogee Hsieh wrote:
Add DP device node on sc7180.
Changes in v2:
-- replace msm_dp with dp
-- replace dp_opp_table with opp_table
I'm sorry for those suggestions, I don't like either one of them.
And for everything b
On Thu, Jun 03, 2021 at 11:41:01PM +0200, Daniel Vetter wrote:
> On Thu, Jun 3, 2021 at 11:29 PM Kees Cook wrote:
> >
> > On Thu, Jun 03, 2021 at 02:19:52PM -0700, Kees Cook wrote:
> > > On Thu, Jun 03, 2021 at 09:19:42PM +0200, Daniel Vetter wrote:
> > > > On Thu, Jun 3, 2021 at 8:43 PM Rob Herri
On Thu, Jun 3, 2021 at 11:29 PM Kees Cook wrote:
>
> On Thu, Jun 03, 2021 at 02:19:52PM -0700, Kees Cook wrote:
> > On Thu, Jun 03, 2021 at 09:19:42PM +0200, Daniel Vetter wrote:
> > > On Thu, Jun 3, 2021 at 8:43 PM Rob Herring wrote:
> > > >
> > > > On Wed, Jun 2, 2021 at 4:53 PM Kees Cook wrot
Quoting khs...@codeaurora.org (2021-06-03 14:28:37)
> On 2021-06-03 09:53, Bjorn Andersson wrote:
> > On Thu 03 Jun 11:09 CDT 2021, Kuogee Hsieh wrote:
> >
> >> Add DP device node on sc7180.
> >>
> >> Changes in v2:
> >> -- replace msm_dp with dp
> >> -- replace dp_opp_table with opp_table
> >>
> >
On 2021-06-03 09:53, Bjorn Andersson wrote:
On Thu 03 Jun 11:09 CDT 2021, Kuogee Hsieh wrote:
Add DP device node on sc7180.
Changes in v2:
-- replace msm_dp with dp
-- replace dp_opp_table with opp_table
I'm sorry for those suggestions, I don't like either one of them.
And for everything b
On Thu, Jun 03, 2021 at 02:19:52PM -0700, Kees Cook wrote:
> On Thu, Jun 03, 2021 at 09:19:42PM +0200, Daniel Vetter wrote:
> > On Thu, Jun 3, 2021 at 8:43 PM Rob Herring wrote:
> > >
> > > On Wed, Jun 2, 2021 at 4:53 PM Kees Cook wrote:
> > > >
> > > > Avoid randconfig build failures by requirin
On Thu, Jun 03, 2021 at 09:19:42PM +0200, Daniel Vetter wrote:
> On Thu, Jun 3, 2021 at 8:43 PM Rob Herring wrote:
> >
> > On Wed, Jun 2, 2021 at 4:53 PM Kees Cook wrote:
> > >
> > > Avoid randconfig build failures by requiring VEXPRESS_CONFIG:
> > >
> > > aarch64-linux-gnu-ld: drivers/gpu/drm/pl
Quoting Kuogee Hsieh (2021-06-03 09:37:30)
> diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
> b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
> index 24d293e..40367a2 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
> @@ -78
Can you Cc dri-devel?
Quoting Kuogee Hsieh (2021-06-03 08:40:46)
> Normal DP suspend operation contains two steps, display off followed
> by dp suspend, to complete system wide suspending cycle if display is
> up at that time. In this case, DP phy will be powered off at display
> off. However ther
On Thu, Jun 3, 2021 at 1:42 PM Rob Herring wrote:
>
> On Wed, Jun 2, 2021 at 4:53 PM Kees Cook wrote:
> >
> > Avoid randconfig build failures by requiring VEXPRESS_CONFIG:
> >
> > aarch64-linux-gnu-ld: drivers/gpu/drm/pl111/pl111_versatile.o: in function
> > `pl111_vexpress_clcd_init':
> > pl111
On Thu, Jun 3, 2021 at 8:43 PM Rob Herring wrote:
>
> On Wed, Jun 2, 2021 at 4:53 PM Kees Cook wrote:
> >
> > Avoid randconfig build failures by requiring VEXPRESS_CONFIG:
> >
> > aarch64-linux-gnu-ld: drivers/gpu/drm/pl111/pl111_versatile.o: in function
> > `pl111_vexpress_clcd_init':
> > pl111
On Thu, Jun 3, 2021 at 3:48 AM Daniel Vetter wrote:
>
> On Wed, Jun 02, 2021 at 02:52:50PM -0700, Kees Cook wrote:
> > When cleaning up other drm config dependencies, it is too easy to create
> > larger problems. Instead, mark CONFIG_FB as a "depends":
> >
> > drivers/gpu/drm/Kconfig:74:error: rec
On Wed, Jun 2, 2021 at 4:53 PM Kees Cook wrote:
>
> Avoid randconfig build failures by requiring VEXPRESS_CONFIG:
>
> aarch64-linux-gnu-ld: drivers/gpu/drm/pl111/pl111_versatile.o: in function
> `pl111_vexpress_clcd_init':
> pl111_versatile.c:(.text+0x220): undefined reference to
> `devm_regmap_
On Thu 03 Jun 11:37 CDT 2021, Kuogee Hsieh wrote:
> Add DP device node on sc7180.
>
> Changes in v2:
> -- replace msm_dp with dp
> -- replace dp_opp_table with opp_table
>
> Changes in v3:
> -- correct text of commit title
In addition to the feedback I gave on v2, please also remove one of the
On Thu 03 Jun 11:09 CDT 2021, Kuogee Hsieh wrote:
> Add DP device node on sc7180.
>
> Changes in v2:
> -- replace msm_dp with dp
> -- replace dp_opp_table with opp_table
>
I'm sorry for those suggestions, I don't like either one of them.
And for everything but changes to the DRM code the chang
Add DP device node on sc7180.
Changes in v2:
-- replace msm_dp with dp
-- replace dp_opp_table with opp_table
Changes in v3:
-- correct text of commit title
Signed-off-by: Kuogee Hsieh
---
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 9
arch/arm64/boot/dts/qcom/sc7180.dtsi | 78
On Thu, 3 Jun 2021 at 17:41, Rob Clark wrote:
>
> On Fri, May 28, 2021 at 5:25 PM Dmitry Baryshkov
> wrote:
> >
> > Add small API covering lists of register dumps. Currently this is a part
> > of MSM DRM driver, but is extracted as it might be usefull to other
> > drivers too.
> >
> > Signed-off-
Add DP device node on sc7180.
Changes in v2:
-- replace msm_dp with dp
-- replace dp_opp_table with opp_table
Signed-off-by: Kuogee Hsieh
---
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 9
arch/arm64/boot/dts/qcom/sc7180.dtsi | 78
2 files changed,
Normal DP suspend operation contains two steps, display off followed
by dp suspend, to complete system wide suspending cycle if display is
up at that time. In this case, DP phy will be powered off at display
off. However there is an exception case that depending on the timing
of dongle plug in duri
On Fri, May 28, 2021 at 5:25 PM Dmitry Baryshkov
wrote:
>
> Add small API covering lists of register dumps. Currently this is a part
> of MSM DRM driver, but is extracted as it might be usefull to other
> drivers too.
>
> Signed-off-by: Dmitry Baryshkov
> ---
> include/linux/dump_state.h | 78 ++
On Thu, 03 Jun 2021, Daniel Vetter wrote:
> On Wed, Jun 02, 2021 at 03:32:34PM +0100, Lee Jones wrote:
> > Some off these patches have been knocking around for a while.
> >
> > Who will hoover them up please?
> >
> > This set is part of a larger effort attempting to clean-up W=1
> > kernel build
On Wed, Jun 02, 2021 at 03:32:34PM +0100, Lee Jones wrote:
> Some off these patches have been knocking around for a while.
>
> Who will hoover them up please?
>
> This set is part of a larger effort attempting to clean-up W=1
> kernel builds, which are currently overwhelmingly riddled with
> nigg
On Wed, Jun 02, 2021 at 02:52:50PM -0700, Kees Cook wrote:
> When cleaning up other drm config dependencies, it is too easy to create
> larger problems. Instead, mark CONFIG_FB as a "depends":
>
> drivers/gpu/drm/Kconfig:74:error: recursive dependency detected!
>
> Suggested-by: Arnd Bergmann
>
31 matches
Mail list logo