Re: [Intel-gfx] [PATCH i-g-t] tests/kms: Add test for testing rmfb framebuffer removal handling.

2016-05-05 Thread Daniel Vetter
On Thu, May 05, 2016 at 10:11:27AM +0100, Tvrtko Ursulin wrote: > > Hi, > > On 04/05/16 13:10, Maarten Lankhorst wrote: > >Add some tests to BAT to ensure rmfb/lastclose handling doesn't break again. > > > >The test will set framebuffers on each crtc, and then try rmfb or close. > >Afterwards it

Re: [Intel-gfx] [PATCH i-g-t] tests/kms: Add test for testing rmfb framebuffer removal handling.

2016-05-05 Thread Tvrtko Ursulin
Hi, On 04/05/16 13:10, Maarten Lankhorst wrote: Add some tests to BAT to ensure rmfb/lastclose handling doesn't break again. The test will set framebuffers on each crtc, and then try rmfb or close. Afterwards it rechecks to make sure the framebuffers are removed. Signed-off-by: Maarten Lankho

[Intel-gfx] [PATCH i-g-t] tests/kms: Add test for testing rmfb framebuffer removal handling.

2016-05-04 Thread Maarten Lankhorst
Add some tests to BAT to ensure rmfb/lastclose handling doesn't break again. The test will set framebuffers on each crtc, and then try rmfb or close. Afterwards it rechecks to make sure the framebuffers are removed. Signed-off-by: Maarten Lankhorst --- diff --git a/tests/Makefile.sources b/tests