Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_virt.c275 unsigned int align_space = 512; in amdgpu_virt_init_ras_err_handler_data() local
283 bps = kmalloc(align_space * sizeof((*data)->bps), GFP_KERNEL); in amdgpu_virt_init_ras_err_handler_data()
284 bps_bo = kmalloc(align_space * sizeof((*data)->bps_bo), GFP_KERNEL); in amdgpu_virt_init_ras_err_handler_data()
Damdgpu_ras.c1607 unsigned int align_space = ALIGN(new_space, 512); in amdgpu_ras_realloc_eh_data_space() local
1608 void *bps = kmalloc(align_space * sizeof(*data->bps), GFP_KERNEL); in amdgpu_ras_realloc_eh_data_space()
1610 kmalloc(align_space * sizeof(*data->bps_bo), GFP_KERNEL); in amdgpu_ras_realloc_eh_data_space()
1631 data->space_left += align_space - old_space; in amdgpu_ras_realloc_eh_data_space()