Searched hist:"5 e2a72d43498a46777c618ef97b8ee3ebf188567" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/msm/dsi/ |
H A D | dsi.h | diff 5e2a72d43498a46777c618ef97b8ee3ebf188567 Thu Jul 22 04:50:32 CEST 2021 Abhinav Kumar <abhinavk@codeaurora.org> drm/msm/dsi: add support for dsi test pattern generator
During board bringups its useful to have a DSI test pattern generator to isolate a DPU vs a DSI issue and focus on the relevant hardware block.
To facilitate this, add an API which triggers the DSI controller test pattern. The expected output is a rectangular checkered pattern.
This has been validated on a single DSI video mode panel by calling it right after drm_panel_enable() which is also the ideal location to use this as the DSI host and the panel have been initialized by then.
Further validation on dual DSI and command mode panel is pending. If there are any fix ups needed for those, it shall be applied on top of this change.
Changes in v2: - generate the new dsi.xml.h and update the bitfield names
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org> Link: https://lore.kernel.org/r/1626922232-29105-2-git-send-email-abhinavk@codeaurora.org Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
|
H A D | dsi_manager.c | diff 5e2a72d43498a46777c618ef97b8ee3ebf188567 Thu Jul 22 04:50:32 CEST 2021 Abhinav Kumar <abhinavk@codeaurora.org> drm/msm/dsi: add support for dsi test pattern generator
During board bringups its useful to have a DSI test pattern generator to isolate a DPU vs a DSI issue and focus on the relevant hardware block.
To facilitate this, add an API which triggers the DSI controller test pattern. The expected output is a rectangular checkered pattern.
This has been validated on a single DSI video mode panel by calling it right after drm_panel_enable() which is also the ideal location to use this as the DSI host and the panel have been initialized by then.
Further validation on dual DSI and command mode panel is pending. If there are any fix ups needed for those, it shall be applied on top of this change.
Changes in v2: - generate the new dsi.xml.h and update the bitfield names
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org> Link: https://lore.kernel.org/r/1626922232-29105-2-git-send-email-abhinavk@codeaurora.org Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
|
H A D | dsi_host.c | diff 5e2a72d43498a46777c618ef97b8ee3ebf188567 Thu Jul 22 04:50:32 CEST 2021 Abhinav Kumar <abhinavk@codeaurora.org> drm/msm/dsi: add support for dsi test pattern generator
During board bringups its useful to have a DSI test pattern generator to isolate a DPU vs a DSI issue and focus on the relevant hardware block.
To facilitate this, add an API which triggers the DSI controller test pattern. The expected output is a rectangular checkered pattern.
This has been validated on a single DSI video mode panel by calling it right after drm_panel_enable() which is also the ideal location to use this as the DSI host and the panel have been initialized by then.
Further validation on dual DSI and command mode panel is pending. If there are any fix ups needed for those, it shall be applied on top of this change.
Changes in v2: - generate the new dsi.xml.h and update the bitfield names
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org> Link: https://lore.kernel.org/r/1626922232-29105-2-git-send-email-abhinavk@codeaurora.org Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
|