Re: [PATCH v3 00/12] drm/imx/ipuv3: switch LDB and parallel-display driver to use drm_bridge_connector

2024-06-03 Thread Chris Healy
On Mon, Jun 3, 2024 at 3:12 AM Dmitry Baryshkov wrote: > > On Sun, Jun 02, 2024 at 08:25:39PM -0700, Chris Healy wrote: > > On an i.MX53 QSB with HDMI daughter board, this patch series is: > > > > Tested-by: Chris Healy > > Thank you! I assume this is imx53-qsrb-hdm

Re: [PATCH v3 00/12] drm/imx/ipuv3: switch LDB and parallel-display driver to use drm_bridge_connector

2024-06-02 Thread Chris Healy
On an i.MX53 QSB with HDMI daughter board, this patch series is: Tested-by: Chris Healy HDMI output still works correctly and the bridges file reflects the changes: Before: root:/sys/kernel/debug/dri/display-subsystem/encoder-0 cat bridges bridge[0]: 0xc0fa76d8 type: [0] Unknown

Re: [PATCH v3 11/12] drm/imx: parallel-display: switch to imx_legacy_bridge / drm_bridge_connector

2024-06-02 Thread Chris Healy
On Sun, Jun 2, 2024 at 5:04 AM Dmitry Baryshkov wrote: > > Use the imx_legacy bridge driver instead of handlign display modes via > the connector node. fix spelling of "handling" > > All existing usecases already support attaching using > the DRM_BRIDGE_ATTACH_NO_CONNECTOR flag, while the imx_leg

Re: drm/etnaviv: slow down FE idle polling

2023-06-15 Thread Chris Healy
Jingfeng, Does your design have any bus PMU counters that can be used to measure DRAM bandwidth of the 3D GPU directly or even indirectly? Regards, Chris On Thu, Jun 15, 2023 at 2:53 AM Lucas Stach wrote: > > Am Donnerstag, dem 15.06.2023 um 17:37 +0800 schrieb Sui Jingfeng: > > Hi, > > > [...

Re: [PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation

2023-02-24 Thread Chris Healy
I may be missing something, but looking at the code path for a2xx, it's not clear to me how this would work with SoCs with a2xx that don't support 200MHz for GPU frequency. For example, the NXP i.MX51 requires the A205 GPU to run at 166MHz while the NXP i.MX53 requires the A205 GPU to run at 200MH

Re: IMX6 etnaviv issue

2022-10-23 Thread Chris Healy
I can't speak to why you are experiencing issues when using the GPU, but in the examples you gave, the example that is working is using a SW based GL implementation instead of the real GPU. This can be determined by looking at the GL_RENDERER string to see if it mentions a Vivante GPU or something

Re: [PATCH 0/5] drm/etnaviv: Ignore MC bit when checking for runtime suspend

2020-06-26 Thread Chris Healy
Would this power difference with the GPU also apply with the GC3000 in the i.MX6qp or the GC2000 in the i.MX6q? On Thu, Jun 25, 2020 at 8:04 AM Guido Günther wrote: > Hi, > On Tue, Mar 03, 2020 at 12:55:04PM +0100, Lucas Stach wrote: > > On Mo, 2020-03-02 at 20:13 +0100, Guido Günther wrote: > >

Re: [PATCH] qcom-scm: Include header

2019-01-14 Thread Chris Healy
There we go, I was definitely confused... Tnx On Mon, Jan 14, 2019 at 12:02 PM Fabio Estevam wrote: > > Hi Chris, > > On Mon, Jan 14, 2019 at 5:54 PM Chris Healy wrote: > > > > Perhaps I am confused but it appears that this patch has already > > landed upstre

Re: [PATCH] qcom-scm: Include header

2019-01-14 Thread Chris Healy
Perhaps I am confused but it appears that this patch has already landed upstream and got included in 5.0-rc2: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/include/linux/qcom_scm.h?h=v5.0-rc2&id=2076607a20bd4dfba699185616cbbbce06d3fa59 On Mon, Jan 14, 2019 at 11:51 AM

Re: [PATCH v3 7/7] drm/bridge: tc358767: add copyright lines

2017-11-08 Thread Chris Healy
Acked-by: Chris Healy On Tue, Nov 7, 2017 at 8:56 AM, Andrey Gusakov wrote: > Add copyright lines for Zodiac who paid for driver development. > > Signed-off-by: Andrey Gusakov > --- > drivers/gpu/drm/bridge/tc358767.c |2 ++ > 1 file changed, 2 insertions(+) > >

Re: [PATCH] drm/etnaviv: add etnaviv cooling device

2017-03-20 Thread Chris Healy
I don't have any input on this binary divider subject but I do want to bring up some observations regarding Etnaviv GPU power management that seems relevant. I've done some comparisons between the Freescale Vivante GPU driver stack (1) and the Marvell PXA1928 Vivante GPU driver stack (2) and see m

Re: [PATCH 1/3] drm/etnaviv: submit support for in-fences

2017-03-17 Thread Chris Healy
On Fri, Mar 17, 2017 at 7:58 AM, Lucas Stach wrote: > Am Freitag, den 17.03.2017, 14:42 + schrieb Russell King - ARM > Linux: >> On Fri, Mar 17, 2017 at 03:10:21PM +0100, Lucas Stach wrote: >> > Am Donnerstag, den 16.03.2017, 12:05 +0100 schrieb Philipp Zabel: >> > > Hi Gustavo, >> > > >> > >