Re: [PATCH 0/7] drm/msm/dp: Simplify DPCD related code with helpers

2023-10-08 Thread Dmitry Baryshkov
On Tue, 29 Aug 2023 11:47:25 -0700, Stephen Boyd wrote: > This driver open-codes a few of the DPCD register reads when it can be > simplified by using the helpers instead. This series reworks the MSM DP > driver to use the DPCD helpers and removes some dead code along the way. > There's the poten

Re: [PATCH 0/7] drm/msm/dp: Simplify DPCD related code with helpers

2023-09-03 Thread Dmitry Baryshkov
On 29/08/2023 21:47, Stephen Boyd wrote: This driver open-codes a few of the DPCD register reads when it can be simplified by using the helpers instead. This series reworks the MSM DP driver to use the DPCD helpers and removes some dead code along the way. There's the potential for even more code

[PATCH 0/7] drm/msm/dp: Simplify DPCD related code with helpers

2023-08-29 Thread Stephen Boyd
This driver open-codes a few of the DPCD register reads when it can be simplified by using the helpers instead. This series reworks the MSM DP driver to use the DPCD helpers and removes some dead code along the way. There's the potential for even more code reduction around the test registers, but I