Re: [PATCH 1/3] drm/bridge: tc358767: don't fixup mode sync polarity

2022-07-21 Thread Marek Vasut
On 7/6/22 15:28, Lucas Stach wrote: There is no need to enforce a specific sync signal polarity on the DPI interface, as we can simply tell the TC358767 which polarities it should expect on the input interface. Signed-off-by: Lucas Stach Reviewed-by: Marek Vasut Tested-by: Marek Vasut

Re: [PATCH 1/3] drm/bridge: tc358767: don't fixup mode sync polarity

2022-07-06 Thread Marco Felsch
On 22-07-06, Lucas Stach wrote: > There is no need to enforce a specific sync signal polarity on the > DPI interface, as we can simply tell the TC358767 which polarities > it should expect on the input interface. > > Signed-off-by: Lucas Stach Reviewed-by: Marco Felsch

[PATCH 1/3] drm/bridge: tc358767: don't fixup mode sync polarity

2022-07-06 Thread Lucas Stach
There is no need to enforce a specific sync signal polarity on the DPI interface, as we can simply tell the TC358767 which polarities it should expect on the input interface. Signed-off-by: Lucas Stach --- drivers/gpu/drm/bridge/tc358767.c | 54 +++ 1 file changed, 18