Re: [PATCH] drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset

2016-10-16 Thread Daniel Vetter
On Thu, Oct 13, 2016 at 10:54:51AM -0400, Alex Deucher wrote: > On Thu, Oct 13, 2016 at 5:47 AM, Brian Starkey wrote: > > Add some additional comments to more explicitly describe the meaning and > > usage of the three CRTC modeset detection booleans: mode_changed, > > connectors_changed and active

Re: [PATCH] drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset

2016-10-13 Thread Alex Deucher
On Thu, Oct 13, 2016 at 5:47 AM, Brian Starkey wrote: > Add some additional comments to more explicitly describe the meaning and > usage of the three CRTC modeset detection booleans: mode_changed, > connectors_changed and active_changed. > > Suggested-by: Daniel Vetter > Signed-off-by: Brian Star

[PATCH] drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset

2016-10-13 Thread Brian Starkey
Add some additional comments to more explicitly describe the meaning and usage of the three CRTC modeset detection booleans: mode_changed, connectors_changed and active_changed. Suggested-by: Daniel Vetter Signed-off-by: Brian Starkey --- Hi Daniel, I guess I asked for this one :-), please jus