Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_file.h510 int drm_memory_stats_is_zero(const struct drm_memory_stats *stats);
/linux/drivers/gpu/drm/
H A Ddrm_file.c865 int drm_memory_stats_is_zero(const struct drm_memory_stats *stats) in drm_memory_stats_is_zero() function
873 EXPORT_SYMBOL(drm_memory_stats_is_zero);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2699 if (!(drm_memory_stats_is_zero(&vm->stats[i].drm) && in amdgpu_vm_stats_is_zero()