RE: [EXT] [PATCH -next] drm/fsl-dcu: Remove unnecessary print function dev_err()

2022-03-07 Thread Alison Wang
Acked-by: Alison Wang Best Regards, Alison Wang -Original Message- From: Yang Li Sent: 2022年3月3日 10:30 To: Alison Wang Cc: ste...@agner.ch; airl...@linux.ie; dan...@ffwll.ch; dri-devel@lists.freedesktop.org; linux-ker...@vger.kernel.org; Yang Li ; Abaci Robot Subject: [EXT

[PATCH] drm: mali-dp: Enable Global SE interrupts mask for DP500

2018-04-24 Thread Alison Wang
In the situation that DE and SE aren’t shared the same interrupt number, the Global SE interrupts mask bit MASK_IRQ_EN in MASKIRQ must be set, or else other mask bits will not work and no SE interrupt will occur. This patch enables MASK_IRQ_EN for SE to fix this problem. Signed-off-by: Alison

[PATCH 1/2] drm/fsl-dcu: Fix DCU pixel clock issue in suspend/resume functions

2017-09-14 Thread Alison Wang
ue. This patch is verified on LS1021ATWR board. Signed-off-by: Alison Wang --- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c b/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c index 58e9e0601a61..875

[PATCH 2/2] drm/fsl-dcu: Fix the interrupt issue in suspend/resume functions

2017-09-14 Thread Alison Wang
before calling drm_atomic_helper_resume(). The patch is verified on LS1021ATWR board. Signed-off-by: Alison Wang --- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c b/drivers/gpu/drm/fsl