Re: [PATCH] drm/bridge: sii902x: Fix mode_valid hook

2024-05-03 Thread Jayesh Choudhary
Hello Maxime, Thanks for the review. On 15/04/24 13:10, Maxime Ripard wrote: Hi, On Mon, Apr 08, 2024 at 01:44:35PM +0530, Jayesh Choudhary wrote: Currently, mode_valid hook returns all mode as valid. Add the check for the maximum and minimum pixel clock that the bridge can support while

Re: [PATCH] drm/bridge: sii902x: Fix mode_valid hook

2024-04-15 Thread Maxime Ripard
Hi, On Mon, Apr 08, 2024 at 01:44:35PM +0530, Jayesh Choudhary wrote: > Currently, mode_valid hook returns all mode as valid. Add the check > for the maximum and minimum pixel clock that the bridge can support > while validating a mode. > > Signed-off-by: Jayesh Choudhary > --- >

[PATCH] drm/bridge: sii902x: Fix mode_valid hook

2024-04-08 Thread Jayesh Choudhary
Currently, mode_valid hook returns all mode as valid. Add the check for the maximum and minimum pixel clock that the bridge can support while validating a mode. Signed-off-by: Jayesh Choudhary --- drivers/gpu/drm/bridge/sii902x.c | 16 +++- 1 file changed, 15 insertions(+), 1