Re: [PATCH v3 05/14] drm/msm/dp: move I/O functions to global header

2024-12-12 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2024-12-11 15:41:40) > Move msm_dp_read()/msm_write_foo() functions to the dp_catalog.h, > allowing other modules to access the data directly. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd

[PATCH v3 05/14] drm/msm/dp: move I/O functions to global header

2024-12-11 Thread Dmitry Baryshkov
Move msm_dp_read()/msm_write_foo() functions to the dp_catalog.h, allowing other modules to access the data directly. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dp/dp_catalog.c | 65 - drivers/gpu/drm/msm/dp/dp_catalog.h | 62 +