Re: [PATCH 3/3] drm/msm: don't store created planes, connectors and encoders

2022-04-05 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-04-05 16:50:59) > diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h > index d661debb50f1..ee3093890d97 100644 > --- a/drivers/gpu/drm/msm/msm_drv.h > +++ b/drivers/gpu/drm/msm/msm_drv.h > @@ -184,23 +184,14 @@ struct msm_drm_private { > >

linux-next: build warnings after merge of the drm-misc tree

2022-04-05 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (KCONFIG_NAME) produced these warnings: drivers/gpu/drm/drm_edid.c:1589: warning: Function parameter or member '_edid' not described in 'drm_edid_header_is_valid' drivers/gpu/drm/drm_edid.c:1589: warning: Excess function parameter

linux-next: build warning after merge of the drm-misc tree

2022-04-05 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (htmldocs) produced this warning: include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member 'pos' not described in 'ttm_lru_bulk_move' Introduced by commit b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domai

Re: linux-next: build warnings after merge of the drm-misc tree

2022-04-05 Thread Stephen Rothwell
Hi all, On Wed, 6 Apr 2022 15:44:31 +1000 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (KCONFIG_NAME) This was an "htmldocs" build. -- Cheers, Stephen Rothwell pgp39xz7JeYg4.pgp Description: OpenPGP digital signature

Re: [PATCH v6 14/14] drm/msm/dsi: Add support for DSC configuration

2022-04-05 Thread Vinod Koul
On 06-04-22, 02:42, Dmitry Baryshkov wrote: > On 04/04/2022 19:34, Vinod Koul wrote: > > When DSC is enabled, we need to configure DSI registers accordingly and > > configure the respective stream compression registers. > > > > Add support to calculate the register setting based on DSC params and

<    1   2   3