2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00
linux-next/drivers/gpu/drm/msm/dsi
Archit Taneja 01199361c6 drm/msm/dsi: Report PHY errors only when they really occur
DSI PHY errors are falsely reported whenever a dsi error occurs. This is
because DSI_DLN0_PHY_ERR isn't only used as a status register, but also
used to mask PHY errors. Currently, we end up reading the mask bits too
and therefore always report errors.

Ignore the register mask bits and check for only the status/clear bits.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
2015-08-15 18:27:14 -04:00
..
pll drm/msm/dsi: Add DSI PLL clock driver support 2015-06-11 13:11:04 -04:00
dsi_host.c drm/msm/dsi: Report PHY errors only when they really occur 2015-08-15 18:27:14 -04:00
dsi_manager.c drm/msm/dsi: Rename *dual panel* to *dual DSI* 2015-08-15 18:27:11 -04:00
dsi_phy.c drm/msm/dsi: Add support for msm8x94 2015-08-15 18:27:12 -04:00
dsi.c drm/msm/dsi: Separate PHY to another platform device 2015-06-11 13:11:05 -04:00
dsi.h drm/msm/dsi: Add support for msm8x94 2015-08-15 18:27:12 -04:00
dsi.xml.h drm/msm: update generated headers 2015-08-15 18:27:10 -04:00
mmss_cc.xml.h drm/msm: update generated headers 2015-08-15 18:27:10 -04:00
sfpb.xml.h drm/msm: update generated headers 2015-08-15 18:27:10 -04:00