Re: [RESEND PATCH v6 00/17] add drm support for MT8183

2020-01-02 Thread CK Hu
Hi, Yongqiang: This 'RESEND v6' is different with v6, so I think you should call this v7. Regards, CK On Fri, 2020-01-03 at 11:12 +0800, Yongqiang Niu wrote: > This series are based on 5.5-rc1 and provid 17 patch > to support mediatek SOC MT8183 > > Change since v5 > - fix reviewed issue in v5

Re: [RESEND PATCH v6 03/17] drm/mediatek: move dsi/dpi select input into mtk_ddp_sel_in

2020-01-02 Thread CK Hu
Hi, Yongqiang: On Fri, 2020-01-03 at 11:12 +0800, Yongqiang Niu wrote: > move dsi/dpi select input into mtk_ddp_sel_in > DPI_SEL_IN_BLS is zero, it is same with hardware default setting, > DISP_REG_CONFIG_DPI_SEL no need set when bls connect with > dpi0 I think you have done two things in this pa

Re: [RESEND PATCH v6 04/17] drm/mediatek: make sout select function format same with select input

2020-01-02 Thread CK Hu
Hi, Yongqiang: On Fri, 2020-01-03 at 11:12 +0800, Yongqiang Niu wrote: > there will be more sout case in the future, > make the sout function format same mtk_ddp_sel_in > Reviewed-by: CK Hu > Signed-off-by: Yongqiang Niu > --- > drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 24 ---

Re: [PATCH] drm/lima: use drm_sched_fault for error task handling

2020-01-02 Thread Vasily Khoruzhick
On Wed, Jan 1, 2020 at 2:39 AM Qiang Yu wrote: > > drm_sched_job_timedout works with drm_sched_stop as a pair, > so we'd better use the drm_sched_fault helper to make the > error and timeout handling go the same path. > > This also fixes application hang when task error. > > Signed-off-by: Qiang Y

[PATCH v2] drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ

2020-01-02 Thread Wayne Lin
[Why] According to DP spec, it should shift left 4 digits for NO_STOP_BIT in REMOTE_I2C_READ message. Not 5 digits. In current code, NO_STOP_BIT is always set to zero which means I2C master is always generating a I2C stop at the end of each I2C write transaction while handling REMOTE_I2C_READ side

[Bug 206017] Kernel 5.4.x unusable with GUI due to [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!

2020-01-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=206017 --- Comment #4 from udo (udo...@xs4all.nl) --- But 5.4.x is not really stable; it crashes easily within a day where 5.3.18 can stay up for a few days. -- You are receiving this mail because: You are watching the assignee of the bug.

[git pull] drm fixes for 5.5-rc5

2020-01-02 Thread Dave Airlie
Hi Linus, New Years fixes! Mostly amdgpu with a light smattering of arm graphics, and two AGP warning fixes. Quiet as expected, hopefully we don't get a post holiday rush. Dave. drm-fixes-2020-01-03: drm fixes for 5.5-rc5 agp: - two unused variable removed amdgpu: - ATPX regression fix - SMU

<    1   2