Re: [Intel-gfx] [PATCH i-g-t] tests/kms_sequence: Add tests for lease ioctls

2017-10-10 Thread Dave Airlie
On 10 October 2017 at 16:57, Dave Airlie wrote: > On 1 October 2017 at 13:52, wrote: >> From: Keith Packard >> >> Validate that the leasing API creates leases that allow access to a >> subset of the available resources and that lease revocation works. > > These don't test the GET and LIST_LEASE

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_sequence: Add tests for lease ioctls

2017-10-09 Thread Dave Airlie
On 1 October 2017 at 13:52, wrote: > From: Keith Packard > > Validate that the leasing API creates leases that allow access to a > subset of the available resources and that lease revocation works. These don't test the GET and LIST_LEASES interfaces At least some basic test coverage for those

[Intel-gfx] [PATCH i-g-t] tests/kms_sequence: Add tests for lease ioctls

2017-09-30 Thread keithp
From: Keith Packard Validate that the leasing API creates leases that allow access to a subset of the available resources and that lease revocation works. Signed-off-by: Keith Packard --- tests/Makefile.sources | 1 + tests/kms_lease.c | 439 +