Re: [PATCH 09/10] drm/modes: Provide global mode_valid hook

2017-11-20 Thread Daniel Vetter
On Tue, Nov 14, 2017 at 08:32:57PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Allow drivers to provide a device wide .mode_valid() hook in addition to > the already existing crtc/encoder/bridge/connector hooks. This can be > used to validate device/driver wide constraings without havin

[PATCH 09/10] drm/modes: Provide global mode_valid hook

2017-11-14 Thread Ville Syrjala
From: Ville Syrjälä Allow drivers to provide a device wide .mode_valid() hook in addition to the already existing crtc/encoder/bridge/connector hooks. This can be used to validate device/driver wide constraings without having to add those to the other hooks. And since we call this hook also for u