lib/drmtest: rip out drm_open_any_master
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Aug 2013 08:34:34 +0000 (10:34 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 Aug 2013 08:34:34 +0000 (10:34 +0200)
commit5951ffb6a042037b74f7123d599b6a4f907ecff0
treeccc2f7dd350cc9633517b9b609afd7758d995140
parent4ba1f2e104310263a112846b19acfa04c8f95fe4
lib/drmtest: rip out drm_open_any_master

It's unused. Also most of our tests failed to ask for the right type
of drm fd anyway. So it's imo better to just let them fall over when
they don't get master but want it, like they already do today.

This also allows us to garbage-collect the master parameter to
drm_get_card and associated code.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/drmtest.c
lib/drmtest.h
tests/gem_flink_race.c
tests/gem_seqno_wrap.c
tests/kms_flip.c
tests/prime_self_import.c
tests/sysfs_rc6_residency.c
tests/sysfs_rps.c
tools/intel_l3_parity.c