Re: [PATCH] drm/bridge: anx7625: Use common macros for DP power sequencing commands

2023-02-16 Thread NĂ­colas F . R . A . Prado
On Mon, Jan 16, 2023 at 03:24:06PM +0800, Chen-Yu Tsai wrote: > The DRM DP code has macros for the DP power sequencing commands. Use > them in the anx7625 driver instead of raw numbers. > > Fixes: 548b512e144f ("drm/bridge: anx7625: send DPCD command to downstream") > Fixes: 27f26359de9b

[PATCH] drm/bridge: anx7625: Use common macros for DP power sequencing commands

2023-01-15 Thread Chen-Yu Tsai
The DRM DP code has macros for the DP power sequencing commands. Use them in the anx7625 driver instead of raw numbers. Fixes: 548b512e144f ("drm/bridge: anx7625: send DPCD command to downstream") Fixes: 27f26359de9b ("drm/bridge: anx7625: Set downstream sink into normal status") Signed-off-by: