summaryrefslogtreecommitdiff
path: root/tests/gem_create.c
AgeCommit message (Collapse)Author
2015-12-03tests: replace drm_open_any in gem_create and gem_stolenThomas Wood
drm_open_any has been replaced by drm_open_driver. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-12-03igt/gem_create: Test to validate parameters for GEM_CREATE ioctlAnkitprasad Sharma
This test validates the two parameters (size and flags) GEM_CREATE ioctl. v2: Added IGT_TEST_DESCRIPTION (Thomas Wood) v3: Removed use of hard coded values, updated comments (Tvrtko) v4: Removed over-use of macros, updated with multiples of PAGE_SIZE (Tvrtko) Signed-off-by: Ankitprasad Sharma <ankitprasad.r.sharma@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>