Re: [PATCH v3 1/7] dt-bindings: mailbox: mediatek: Add MT8196 support for gce-mailbox

2025-01-20 Thread Jassi Brar
On Mon, Jan 20, 2025 at 12:46 AM Chen-Yu Tsai wrote: > > On Sun, Jan 19, 2025 at 5:24 AM Jassi Brar wrote: > > > > On Thu, Dec 19, 2024 at 11:08 AM Jason-JH.Lin > > wrote: > > > > > > 1. Add compatible name and iommus property to med

Re: [PATCH v3 1/7] dt-bindings: mailbox: mediatek: Add MT8196 support for gce-mailbox

2025-01-18 Thread Jassi Brar
On Thu, Dec 19, 2024 at 11:08 AM Jason-JH.Lin wrote: > > 1. Add compatible name and iommus property to mediatek,gce-mailbox.yaml >for MT8196. > >- The compatible name "mediatek,mt8196-gce-mailbox" is added to > ensure that the device tree can correctly identify and configure > th

Re: [PATCH V3 1/9] mailbox: bcm2835: Fix timeout during suspend mode

2024-09-01 Thread Jassi Brar
On Sat, Aug 31, 2024 at 4:19 AM Stefan Wahren wrote: > > Hi Jassi, > > Am 21.08.24 um 23:40 schrieb Stefan Wahren: > > During noirq suspend phase the Raspberry Pi power driver suffer of > > firmware property timeouts. The reason is that the IRQ of the underlying > > BCM2835 mailbox is disabled and

Re: [PATCH v4 1/3] dt-bindings: mailbox: Add mediatek,gce-props.yaml

2024-07-10 Thread Jassi Brar
On Wed, Jul 10, 2024 at 9:28 AM Jassi Brar wrote: > > On Sun, May 26, 2024 at 10:04 AM Jason-JH Lin (林睿祥) > wrote: > > > > Hi Angelo, Jassi, > > > > Could you help me apply this series? > > Thanks! > > > Please get it reviewed by DT maintainers ..

Re: [PATCH v4 1/3] dt-bindings: mailbox: Add mediatek,gce-props.yaml

2024-07-10 Thread Jassi Brar
On Sun, May 26, 2024 at 10:04 AM Jason-JH Lin (林睿祥) wrote: > > Hi Angelo, Jassi, > > Could you help me apply this series? > Thanks! > Please get it reviewed by DT maintainers Rob or Krzysztof. -Jassi

Re: [PATCH] dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas

2023-01-25 Thread Jassi Brar
resent. > > Add unevaluatedProperties or additionalProperties as appropriate, and > then add any missing properties flagged by the addition. > > Signed-off-by: Rob Herring > --- For the mailbox change, Acked-by: Jassi Brar

Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems

2021-06-17 Thread Jassi Brar
proved meta-schema is pending. > > Cc: Jens Axboe > Cc: Stephen Boyd > Cc: Herbert Xu > Cc: "David S. Miller" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Vinod Koul > Cc: Bartosz Golaszewski > Cc: Kamal Dasu > Cc: Jonathan Cameron > Cc: L

Re: [PATCH v2, 0/5] Revert "mailbox: mediatek: remove implementation related to atomic_exec"

2021-04-14 Thread Jassi Brar
On Wed, Apr 14, 2021 at 3:51 AM Matthias Brugger wrote: > > > > On 12/04/2021 17:29, Jassi Brar wrote: > > On Mon, Apr 12, 2021 at 6:18 AM Yongqiang Niu > > wrote: > >> > >> This series base linux 5.12-rc2 > >> these patches will cause ho

Re: [PATCH v2, 0/5] Revert "mailbox: mediatek: remove implementation related to atomic_exec"

2021-04-12 Thread Jassi Brar
On Mon, Apr 12, 2021 at 6:18 AM Yongqiang Niu wrote: > > This series base linux 5.12-rc2 > these patches will cause home ui flick when cursor moved, > there is no fix solution yet, revert these patches first. > > change since v1: > add mtk-gce.txt and dts modification > > Yongqiang Niu (5): > Re

Re: [PATCH v2] soc: mediatek: cmdq: add address shift in jump

2021-02-15 Thread Jassi Brar
On Thu, Jan 7, 2021 at 7:48 PM Yongqiang Niu wrote: > > On Wed, 2020-12-23 at 16:34 +0800, Yongqiang Niu wrote: > > Add address shift when compose jump instruction > > to compatible with 35bit format. > > > > Fixes: 0858fde496f8 ("mailbox: cmdq: variablize address shift in platform") > > > > Signe

Re: [PATCH] dt-bindings: Drop redundant maxItems/items

2020-12-23 Thread Jassi Brar
for this is pending once these existing cases are > fixed. > > Cc: Laurent Pinchart > Cc: Vinod Koul > Cc: Mark Brown > Cc: Greg Kroah-Hartman > Cc: Jassi Brar > Cc: dri-devel@lists.freedesktop.org > Cc: dmaeng...@vger.kernel.org > Cc: alsa-de...@alsa-project.o

Re: [PATCH 0/4] Mediatek DRM driver detect CMDQ execution timeout by vblank IRQ

2020-10-03 Thread Jassi Brar
On Sun, Sep 27, 2020 at 6:04 PM Chun-Kuang Hu wrote: > > CMDQ helper provide timer to detect execution timeout, but DRM driver > could have a better way to detect execution timeout by vblank IRQ. > For DRM, CMDQ command should execute in vblank, so if it fail to > execute in next 2 vblank, timeout

Re: [PATCH v6] support gce on mt6779 platform

2020-06-02 Thread Jassi Brar
On Thu, May 28, 2020 at 12:05 PM Dennis YC Hsieh wrote: > > This patch support gce on mt6779 platform. > > Change since v5: > - spearate address shift code in client helper and mailbox controller > - separate write_s/write_s_mask and write_s_value/write_s_mask_value so that > client can decide u

Re: [PATCH v5 02/13] mailbox: cmdq: variablize address shift in platform

2020-03-20 Thread Jassi Brar
On Sun, Mar 8, 2020 at 5:53 AM Dennis YC Hsieh wrote: > > Some gce hardware shift pc and end address in register to support > large dram addressing. > Implement gce address shift when write or read pc and end register. > And add shift bit in platform definition. > > Signed-off-by: Dennis YC Hsieh

[PATCH] drm: sti: fix check for clk_pix_main

2015-01-17 Thread Jassi Brar
copy-paste wasn't followed by editing, do it. Signed-off-by: Jassi Brar --- drivers/gpu/drm/sti/sti_hqvdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sti/sti_hqvdp.c b/drivers/gpu/drm/sti/sti_hqvdp.c index f3db05d..b0eb62d 100644 --- a/drivers/gp