HomeSort by: relevance | last modified time | path
    Searched defs:buffers_allocated (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 590 uint32_t buffers_allocated; local in function:dce_mi_allocate_dmif
594 DMIF_BUFFERS_ALLOCATED, &buffers_allocated);
596 if (buffers_allocated == 2)
627 uint32_t buffers_allocated; local in function:dce_mi_free_dmif
631 DMIF_BUFFERS_ALLOCATED, &buffers_allocated);
633 if (buffers_allocated == 0)
amdgpu_dce_mem_input.c 590 uint32_t buffers_allocated; local in function:dce_mi_allocate_dmif
594 DMIF_BUFFERS_ALLOCATED, &buffers_allocated);
596 if (buffers_allocated == 2)
627 uint32_t buffers_allocated; local in function:dce_mi_free_dmif
631 DMIF_BUFFERS_ALLOCATED, &buffers_allocated);
633 if (buffers_allocated == 0)

Completed in 22 milliseconds