Re: [PATCH v2 15/15] drm/msm/dp: drop dp_parser

2024-01-10 Thread Konrad Dybcio
On 12/31/23 01:44, Dmitry Baryshkov wrote: Finally drop separate "parsing" submodule. There is no need in it anymore. All submodules handle DT properties directly rather than passing them via the separate structure pointer. Signed-off-by: Dmitry Baryshkov --- Reviewed-by: Konrad Dybcio K

[PATCH v2 15/15] drm/msm/dp: drop dp_parser

2023-12-30 Thread Dmitry Baryshkov
Finally drop separate "parsing" submodule. There is no need in it anymore. All submodules handle DT properties directly rather than passing them via the separate structure pointer. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/Makefile| 1 - drivers/gpu/drm/msm/dp/dp_aux.h