Re: [Freedreno] [PATCH v1] drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge

2018-11-30 Thread Sean Paul
On Fri, Nov 30, 2018 at 02:57:45PM +0530, Sandeep Panda wrote: > Fix the AUX_CMD_SEND bit for ti,sn65dsi86 bridge chip. With wrong > value the dpcd aux transactions with eDP panel are failing. > > Signed-off-by: Sandeep Panda Pushed to -misc-fixes, thanks for the patch Sean > --- >

[Freedreno] [PATCH v1] drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge

2018-11-30 Thread Sandeep Panda
Fix the AUX_CMD_SEND bit for ti,sn65dsi86 bridge chip. With wrong value the dpcd aux transactions with eDP panel are failing. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git