Searched refs:BYTES_TO_MB (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | aperture_gm.c | 294 BYTES_TO_MB(request), BYTES_TO_MB(avail), in alloc_resource() 295 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
|
H A D | gvt.c | 102 BYTES_TO_MB(type->low_gm_size), in description_show() 103 BYTES_TO_MB(type->high_gm_size), in description_show()
|
H A D | vgpu.c | 497 param.low_gm_sz = BYTES_TO_MB(param.low_gm_sz); in intel_gvt_create_vgpu() 498 param.high_gm_sz = BYTES_TO_MB(param.high_gm_sz); in intel_gvt_create_vgpu()
|
H A D | gvt.h | 363 #define BYTES_TO_MB(b) ((b) >> 20ULL) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | aperture_gm.c | 295 BYTES_TO_MB(request), BYTES_TO_MB(avail), in alloc_resource() 296 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
|
H A D | vgpu.c | 319 BYTES_TO_MB(conf->low_mm), BYTES_TO_MB(conf->high_mm), in intel_gvt_create_vgpu()
|
H A D | gvt.h | 401 #define BYTES_TO_MB(b) ((b) >> 20ULL) macro
|
H A D | kvmgt.c | 122 BYTES_TO_MB(type->conf->low_mm), in intel_vgpu_show_description() 123 BYTES_TO_MB(type->conf->high_mm), in intel_vgpu_show_description()
|
Completed in 9 milliseconds