[PATCH v2] drm/bridge: ps8640: Add software to support aux defer

2022-09-29 Thread Jason Yen
This chip can not handle aux defer if the host directly program its aux registers to access edid/dpcd. So we need let software to handle the aux defer situation. Signed-off-by: Jason Yen --- Changes in v2: - Add aux defer handler - Remove incorrect statements drivers/gpu/drm/bridge/parade

[PATCH] drm/bridge: ps8640: Add software to support aux defer

2022-09-28 Thread Jason Yen
This chip can not handle aux defer if the host directly program its aux registers to access edid/dpcd. So we need let software to handle the aux defer situation. Signed-off-by: Jason Yen --- drivers/gpu/drm/bridge/parade-ps8640.c | 8 1 file changed, 8 insertions(+) diff --git a