Home
last modified time | relevance | path

Searched refs:drm_count (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/tests/amdgpu/
Damdgpu_test.c267 int drm_count; in amdgpu_open_devices() local
271 drm_count = drmGetDevices2(0, devices, MAX_CARDS_SUPPORTED); in amdgpu_open_devices()
273 if (drm_count < 0) { in amdgpu_open_devices()
276 drm_count); in amdgpu_open_devices()
280 for (i = 0; i < drm_count; i++) { in amdgpu_open_devices()
327 drmFreeDevices(devices, drm_count); in amdgpu_open_devices()