Re: 回复: [PATCH] drm/komeda: add NV12 format to support writeback layer type

2023-09-11 Thread liviu.du...@arm.com
submitted? Please also let > me know, thank you! > > Best Regards, > baozhu.liu > -邮件原件- > 发件人: baozhu.liu > 发送时间: 2023年8月29日 17:30 > 收件人: liviu.du...@arm.com; airl...@gmail.com; dan...@ffwll.ch > 抄送: dri-devel@lists.freedesktop.org; linux-ker...@vger.kernel

Re: [EXT] Re: [v1] drm/arm/mali-dp: Disable checking for required pixel clock rate

2019-05-17 Thread liviu.du...@arm.com
On Fri, May 17, 2019 at 10:38:00AM +, Wen He wrote: > > > > -Original Message- > > From: liviu.du...@arm.com [mailto:liviu.du...@arm.com] > > Sent: 2019年5月16日 16:24 > > To: Wen He > > Cc: dri-devel@lists.freedesktop.org; linux-ker...@vger.ker

Re: [EXT] Re: [v1] drm/arm/mali-dp: Disable checking for required pixel clock rate

2019-05-17 Thread liviu.du...@arm.com
On Fri, May 17, 2019 at 10:37:01AM +, Wen He wrote: > > > > -Original Message- > > From: Robin Murphy [mailto:robin.mur...@arm.com] > > Sent: 2019年5月16日 18:45 > > To: Wen He ; dri-devel@lists.freedesktop.org; > > linux-ker...@vger.kernel.org

Re: [EXT] Re: [v1] drm/arm/mali-dp: Disable checking for required pixel clock rate

2019-05-16 Thread liviu.du...@arm.com
On Thu, May 16, 2019 at 08:10:21AM +, Wen He wrote: > > > > -Original Message- > > From: liviu.du...@arm.com [mailto:liviu.du...@arm.com] > > Sent: 2019年5月15日 23:46 > > To: Wen He > > Cc: dri-devel@lists.freedesktop.org; linux-ker...@vger.kerne

Re: [v1] drm/arm/mali-dp: Disable checking for required pixel clock rate

2019-05-15 Thread liviu.du...@arm.com
Hi Wen, On Wed, May 15, 2019 at 02:42:08AM +, Wen He wrote: > Disable checking for required pixel clock rate if ARCH_LAYERSCPAE > is enable. > > Signed-off-by: Alison Wang > Signed-off-by: Wen He > --- > change in description: > - This check that only supported one pixel clock

Re: [v1] drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times

2019-05-09 Thread liviu.du...@arm.com
On Wed, May 08, 2019 at 10:58:18AM +, Wen He wrote: > This patch trying to fix monitor freeze issue caused by drm error > 'flip_done timed out' on LS1028A platform. this set try is make a loop > around the second setting CVAL and try like 5 times before giveing up. > > Signed-off-by: Liviu >

Re: [PATCH 2/2] drm/arm/malidp: Setting QoS priority for 4k to avoid flicker issue

2019-03-29 Thread liviu.du...@arm.com
On Fri, Mar 29, 2019 at 08:20:00AM +, Wen He wrote: > > > > -Original Message- > > From: liviu.du...@arm.com [mailto:liviu.du...@arm.com] > > Sent: 2019年3月29日 0:39 > > To: Wen He > > Cc: brian.star...@arm.com; mal...@foss.arm.com; > > dri-d

Re: [PATCH 2/2] drm/arm/malidp: Setting QoS priority for 4k to avoid flicker issue

2019-03-28 Thread liviu.du...@arm.com
Hi Wen, On Thu, Mar 28, 2019 at 03:56:58AM +, Wen He wrote: > When we running DDR benchmark test will able to observed flicker issue > in 4k@60 resolution on monitor. In LS1028A SoC, need increasing DP500 > priority to avoid that issue. > > Signed-off-by: Wen He > --- >

Re: [PATCH] drm/arcpgu: Get rid of "encoder-slave" property

2017-03-29 Thread liviu.du...@arm.com
On Wed, Mar 29, 2017 at 01:34:00PM +, Alexey Brodkin wrote: > Hi Liviu, Rob, Hi Alexey, > > On Fri, 2017-03-03 at 18:21 +, liviu.du...@arm.com wrote: > > On Fri, Mar 03, 2017 at 05:48:19PM +, Alexey Brodkin wrote: > > > > > > Hi Liviu, > > >

Re: [PATCH] drm/arcpgu: Get rid of "encoder-slave" property

2017-03-03 Thread liviu.du...@arm.com
On Fri, Mar 03, 2017 at 05:48:19PM +, Alexey Brodkin wrote: > Hi Liviu, > > On Fri, 2017-03-03 at 16:28 +, Liviu Dudau wrote: > > On Fri, Mar 03, 2017 at 06:19:24PM +0300, Alexey Brodkin wrote: > > > > > > - /* find the encoder node and initialize it */ > > > - encoder_node =

[PATCH] drm: hdlcd: Work properly in big-endian mode

2016-12-07 Thread liviu.du...@arm.com
On Wed, Dec 07, 2016 at 03:31:40PM +, Robin Murphy wrote: > Under a big-endian kernel, colours on the framebuffer all come out a > delightful shade of wrong, So you are saying that wrong is only a 1 bit value? > since we fail to take the reversed byte > order into account. Fortunately, the

[PATCH] drm/arm: mark symbols static where possible

2016-10-24 Thread liviu.du...@arm.com
On Mon, Oct 24, 2016 at 12:18:37PM +0200, Arnd Bergmann wrote: > On Saturday, October 22, 2016 5:13:01 PM CEST Baoyou Xie wrote: > > We get 2 warnings when building kernel with W=1: > > drivers/gpu/drm/arm/malidp_planes.c:49:25: warning: no previous prototype > > for

[PATCH] drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLY

2016-10-24 Thread liviu.du...@arm.com
On Mon, Oct 24, 2016 at 10:52:28AM +0100, Brian Starkey wrote: > We need to explicitly disable our planes, so don't set the flag which > would otherwise skip the plane disable when the CRTC is disabled. > > Signed-off-by: Brian Starkey Acked-by: Liviu Dudau > --- >

[PATCH 1/8] drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.

2016-10-11 Thread liviu.du...@arm.com
On Tue, Oct 11, 2016 at 03:26:02PM +0100, Brian Starkey wrote: > From: Liviu Dudau > > Mali DP driver does not use drm_irq_{un,}install() function so the > drm->irq_enabled flag does not get set automatically. > drm_wait_vblank() checks the value of the flag among other functions. > >

[PATCH] drm: arm: mark symbols static where possible

2016-09-26 Thread liviu.du...@arm.com
Hi Baoyou, On Sun, Sep 25, 2016 at 03:20:24PM +0800, Baoyou Xie wrote: > We get 2 warnings when building kernel with W=1: > drivers/gpu/drm/arm/malidp_planes.c:49:25: warning: no previous prototype for > 'malidp_duplicate_plane_state' [-Wmissing-prototypes] >

[PATCH] Revert "drm/i2c: tda998x: don't register the connector"

2016-09-23 Thread liviu.du...@arm.com
On Fri, Sep 23, 2016 at 12:18:12AM -0700, Sean Paul wrote: > This reverts commit 6a2925ea12006911c8180a89feda6d040873ed18. > > commit 6a2925ea12006911c8180a89feda6d040873ed18 > Author: Brian Starkey > Date: Mon Jul 25 11:55:48 2016 +0100 > > drm/i2c: tda998x: don't register the connector

[PATCH] drm/arm: mark symbols static where possible

2016-09-06 Thread liviu.du...@arm.com
On Tue, Sep 06, 2016 at 03:23:28PM +0800, Baoyou Xie wrote: > We get 2 warnings when building kernel with W=1: > drivers/gpu/drm/arm/malidp_planes.c:49:25: warning: no previous prototype for > 'malidp_duplicate_plane_state' [-Wmissing-prototypes] > drivers/gpu/drm/arm/malidp_planes.c:66:6:

[PATCH] drm/atomic-helpers: Clear up cleanup_done a bit

2016-06-15 Thread liviu.du...@arm.com
On Wed, Jun 15, 2016 at 12:24:26PM +0200, Daniel Vetter wrote: > It's not obvious at first sight that this is a fastpath, make that > clearer with a goto. Fallout from a discussion with Liviu on irc. > > v2: Drop bogus hunks that crept in. > > Cc: Liviu.Dudau at arm.com > Acked-by: Liviu.Dudau

[PATCH] drm/atomic-helpers: Clear up cleanup_done a bit

2016-06-15 Thread liviu.du...@arm.com
On Wed, Jun 15, 2016 at 12:08:29PM +0200, Daniel Vetter wrote: > It's not obvious at first sight that this is a fastpath, make that > clearer with a goto. Fallout from a discussion with Liviu on irc. > > Cc: Liviu.Dudau at arm.com > Acked-by: Liviu.Dudau at arm.com Nope, I did not agree to *all*

HDLCD crashes with 6d910bfa809e

2016-06-08 Thread liviu.du...@arm.com
On Wed, Jun 08, 2016 at 12:01:20PM +0200, Marek Szyprowski wrote: > Hi Liviu, Hi Marek, [HDLCD bug report content removed] > >>>OK, the problem is that commit 59ce4039727ef40 has changed the behaviour > >>>from when > >>>there is no "memory-region" phandle in the DT: before it used to return

HDLCD crashes with 6d910bfa809e

2016-06-08 Thread liviu.du...@arm.com
On Wed, Jun 08, 2016 at 08:58:33AM +0200, Marek Szyprowski wrote: > Hi All, Hi Marek, > > > On 2016-06-07 16:34, liviu.dudau at arm.com wrote: > >On Tue, Jun 07, 2016 at 03:11:14PM +0100, Robin Murphy wrote: > >>Hi Liviu, > >> > >>On 07/06/16 14:35, liviu.dudau at arm.com wrote: > >>>On Tue,

[PATCH] drm/fb_cma_helper: Implement fb_mmap callback

2016-06-07 Thread liviu.du...@arm.com
On Tue, Jun 07, 2016 at 04:43:05PM +0200, Daniel Vetter wrote: > On Tue, Jun 07, 2016 at 01:18:09PM +0100, Robin Murphy wrote: > > In the absence of an fb_mmap callback, the fbdev code falls back to a > > naive implementation which relies upon the DMA address being the same > > as the physical

HDLCD crashes with 6d910bfa809e

2016-06-07 Thread liviu.du...@arm.com
On Tue, Jun 07, 2016 at 03:11:14PM +0100, Robin Murphy wrote: > Hi Liviu, > > On 07/06/16 14:35, liviu.dudau at arm.com wrote: > >On Tue, Jun 07, 2016 at 01:06:00PM +0100, Robin Murphy wrote: > >>Having just inadvertently merged -next into my working branch, I find > >>dev6d910bfa809e ("drm/hlcd:

HDLCD crashes with 6d910bfa809e

2016-06-07 Thread liviu.du...@arm.com
On Tue, Jun 07, 2016 at 03:14:04PM +0100, liviu.dudau at arm.com wrote: > On Tue, Jun 07, 2016 at 03:11:14PM +0100, Robin Murphy wrote: > > Hi Liviu, > > > > On 07/06/16 14:35, liviu.dudau at arm.com wrote: > > >On Tue, Jun 07, 2016 at 01:06:00PM +0100, Robin Murphy wrote: > > >>Having just

HDLCD crashes with 6d910bfa809e

2016-06-07 Thread liviu.du...@arm.com
On Tue, Jun 07, 2016 at 03:11:14PM +0100, Robin Murphy wrote: > Hi Liviu, > > On 07/06/16 14:35, liviu.dudau at arm.com wrote: > >On Tue, Jun 07, 2016 at 01:06:00PM +0100, Robin Murphy wrote: > >>Having just inadvertently merged -next into my working branch, I find > >>dev6d910bfa809e ("drm/hlcd:

HDLCD crashes with 6d910bfa809e

2016-06-07 Thread liviu.du...@arm.com
On Tue, Jun 07, 2016 at 01:06:00PM +0100, Robin Murphy wrote: > Hi Daniel, Liviu, Hi Robin, > > Having just inadvertently merged -next into my working branch, I find > dev6d910bfa809e ("drm/hlcd: Use lockless gem BO free callback") adversely > affecting my board's ability to boot ;) > > Since

[PATCH 1/2] drm: hdlcd: Skip PM callbacks if unbound

2016-05-06 Thread liviu.du...@arm.com
On Fri, May 06, 2016 at 04:54:17PM +0200, Thierry Reding wrote: > On Thu, May 05, 2016 at 05:13:37PM +0100, Robin Murphy wrote: > > Until an encoder component is available to trigger the HDLCD's component > > master bind callback, the drm_device we keep in drvdata isn't allocated. > > Since it is

[PATCH 2/2] drm: hdlcd: Suspend/resume only active crtcs

2016-05-05 Thread liviu.du...@arm.com
On Thu, May 05, 2016 at 07:06:02PM +0200, Daniel Vetter wrote: > On Thu, May 05, 2016 at 05:13:38PM +0100, Robin Murphy wrote: > > The current PM ops simply unconditionally enable/disable the HDLCD, > > which proves problematic when there is no display plugged in - since > > without a crtc the

[PATCH 2/2] drm: hdlcd: Suspend/resume only active crtcs

2016-05-05 Thread liviu.du...@arm.com
On Thu, May 05, 2016 at 05:13:38PM +0100, Robin Murphy wrote: > The current PM ops simply unconditionally enable/disable the HDLCD, > which proves problematic when there is no display plugged in - since > without a crtc the hardware itself is still in an uninitialised state, > coming out of

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-02-25 Thread liviu.du...@arm.com
On Thu, Feb 25, 2016 at 12:09:39PM +0200, Jyri Sarha wrote: > Hi, > Based on discussion around this patch: > > https://lists.freedesktop.org/archives/dri-devel/2016-February/100685.html > > I think the patch below should be applied to tda988x development branch. > Would you take it or do you

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-01-18 Thread liviu.du...@arm.com
On Sat, Jan 16, 2016 at 10:17:54PM +0200, Jyri Sarha wrote: > Choose between atomic or non atomic connector dpms helper. If tda998x > is connected to a drm driver that does not support atomic modeset > calling drm_atomic_helper_connector_dpms() causes a crash when the > connectors atomic state is

[PATCH RFC] drm/i2c: tda998x: Only set atomic funcs if bound to atomic drm driver

2016-01-15 Thread liviu.du...@arm.com
On Fri, Jan 15, 2016 at 02:55:26PM +0200, Jyri Sarha wrote: > Only set atomic connector callbacks if the tda998x driver is bound to > a drm driver that supports atomic modesetting. At least > drm_crtc_helper_set_config() calls connectors dpms callback without > knowing that it may assume atomic

[PATCH] Revert "drm/rockchip: Convert the probe function to the generic drm_of_component_probe()"

2015-11-10 Thread liviu.du...@arm.com
On Tue, Nov 10, 2015 at 04:47:19PM +0800, Mark Yao wrote: > This reverts commit 52f5eb60940de889ce98a876f6933b574ead3225. > > Rockchip drm can't work with generic drm_of_component_probe now > > Signed-off-by: Mark Yao Acked-by: Liviu Dudau > --- > drivers/gpu/drm/rockchip/rockchip_drm_drv.c