Re: Probing modes and validating them

2017-05-02 Thread Daniel Vetter
On Fri, Apr 21, 2017 at 02:29:12PM +0100, Jose Abreu wrote: > ++ Daniel > > ++ Dave > > > On 21-04-2017 13:59, Jose Abreu wrote: > > Hi All, > > > > > > Is there any callback available, at the crtc level, that can > > validate the probed modes before making them available for > > userspace? I me

Re: Probing modes and validating them

2017-04-22 Thread Ville Syrjälä
On Fri, Apr 21, 2017 at 02:29:12PM +0100, Jose Abreu wrote: > ++ Daniel > > ++ Dave > > > On 21-04-2017 13:59, Jose Abreu wrote: > > Hi All, > > > > > > Is there any callback available, at the crtc level, that can > > validate the probed modes before making them available for > > userspace? I me

Re: Probing modes and validating them

2017-04-21 Thread Jose Abreu
++ Daniel ++ Dave On 21-04-2017 13:59, Jose Abreu wrote: > Hi All, > > > Is there any callback available, at the crtc level, that can > validate the probed modes before making them available for > userspace? I mean: I know that there is connector->mode_valid(), > but I couldn't find any equivale

Probing modes and validating them

2017-04-21 Thread Jose Abreu
Hi All, Is there any callback available, at the crtc level, that can validate the probed modes before making them available for userspace? I mean: I know that there is connector->mode_valid(), but I couldn't find any equivalent crtc->mode_valid(). I found mode_fixup() but this is called after giv