Re: [Intel-gfx] [PATCH 3/3] drm/atomic: refuse changing CRTC for planes while active
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6889 -Summary- Platform Delta drm-intel-nightly Series Applied ILK
[Intel-gfx] [PATCH 3/3] drm/atomic: refuse changing CRTC for planes while active
Very strictly speaking this is possible if you have special hw and genlocked CRTCs. In general switching a plane between two active CRTC just won't work so well and is probably not tested at all. Just forbid it. The exception is when both CRTC do a full modeset, then it should be no problem at all