Re: [Freedreno] [PATCH 5/6] drm: msm: a6xx: use dev_pm_opp_set_bw to set DDR bandwidth

2020-05-27 Thread Sibi Sankar
On 2020-05-27 23:01, Saravana Kannan wrote: On Wed, May 27, 2020 at 8:38 AM Rob Clark wrote: On Wed, May 27, 2020 at 1:47 AM Sharat Masetty wrote: > > + more folks > > On 5/18/2020 9:55 PM, Rob Clark wrote: > > On Mon, May 18, 2020 at 7:23 AM Jordan Crouse wrote: > >> On Thu, May 14, 2020

[PATCH v4 0/3] Cleanup excessive DSI host controller version checks

2018-05-29 Thread Sibi Sankar
-by: Archit Taneja V2: Removes command broadcast support for DSI 6G v2.0+ controllers from the patch series and incorporates all the suggested corrections Sibi Sankar (3): drm/msm/dsi: add dsi host helper functions support drm/msm/dsi: add implementation for helper functions drm/msm/

[PATCH v4 1/3] drm/msm/dsi: add dsi host helper functions support

2018-05-29 Thread Sibi Sankar
Add dsi host helper functions support for DSI v2 and DSI 6G 1.x controllers that are under version checks Signed-off-by: Sibi Sankar --- drivers/gpu/drm/msm/dsi/dsi.h | 1 + drivers/gpu/drm/msm/dsi/dsi_cfg.h | 12 2 files changed, 13 insertions(+) diff --git a/drivers/gpu/drm

[PATCH v4 2/3] drm/msm/dsi: add implementation for helper functions

2018-05-29 Thread Sibi Sankar
Add dsi host helper function implementation for DSI v2 DSI 6G 1.x and DSI 6G v2.0+ controllers Signed-off-by: Sibi Sankar --- drivers/gpu/drm/msm/dsi/dsi.h | 15 ++ drivers/gpu/drm/msm/dsi/dsi_cfg.c | 56 ++-- drivers/gpu/drm/msm/dsi/dsi_host.c | 218 - 3

[PATCH v4 3/3] drm/msm/dsi: replace version checks with helper functions

2018-05-29 Thread Sibi Sankar
Replace version checks with the helper functions bound to cfg_handler for DSI v2, DSI 6G 1.x and DSI 6G v2.0+ controllers Signed-off-by: Sibi Sankar --- drivers/gpu/drm/msm/dsi/dsi_host.c | 241 - 1 file changed, 29 insertions(+), 212 deletions(-) diff --git a

Re: [PATCH] msm/gpu/a6xx: Force of_dma_configure to setup DMA for GMU

2018-09-14 Thread Sibi Sankar
Tested-by: Sibi Sankar On 2018-09-14 20:33, Jordan Crouse wrote: The point of the 'force_dma' parameter for of_dma_configure is to force the device to be set up even if DMA capability is not described by the firmware which is exactly the use case we have for GMU - we need SMMU to

[PATCH v3 1/3] drm/msm/dsi: add dsi host helper functions support

2018-04-09 Thread Sibi Sankar
Add dsi host helper functions support for DSI v2 and DSI 6G 1.x controllers that are under version checks Signed-off-by: Sibi Sankar --- drivers/gpu/drm/msm/dsi/dsi.h | 1 + drivers/gpu/drm/msm/dsi/dsi_cfg.h | 12 2 files changed, 13 insertions(+) diff --git a/drivers/gpu/drm

[PATCH v3 0/3] Cleanup excessive DSI host controller version checks

2018-04-09 Thread Sibi Sankar
and incorporates all the suggested corrections Sibi Sankar (3): drm/msm/dsi: add dsi host helper functions support drm/msm/dsi: add implementation for helper functions drm/msm/dsi: replace version checks with helper functions drivers/gpu/drm/msm/dsi/dsi.h | 16 ++ drivers/gpu/drm/msm/

[PATCH v3 3/3] drm/msm/dsi: replace version checks with helper functions

2018-04-09 Thread Sibi Sankar
Replace version checks with the helper functions bound to cfg_handler for DSI v2, DSI 6G 1.x and DSI 6G v2.0+ controllers Signed-off-by: Sibi Sankar --- drivers/gpu/drm/msm/dsi/dsi_host.c | 242 + 1 file changed, 29 insertions(+), 213 deletions(-) diff --git

[PATCH v3 2/3] drm/msm/dsi: add implementation for helper functions

2018-04-09 Thread Sibi Sankar
Add dsi host helper function implementation for DSI v2 DSI 6G 1.x and DSI 6G v2.0+ controllers Signed-off-by: Sibi Sankar --- drivers/gpu/drm/msm/dsi/dsi.h | 15 +++ drivers/gpu/drm/msm/dsi/dsi_cfg.c | 56 -- drivers/gpu/drm/msm/dsi/dsi_host.c | 218