Searched refs:enforce_isolation (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gfx.c | 1695 job->enforce_isolation = true; in amdgpu_gfx_run_cleaner_shader_job() 1825 * Provides the sysfs read interface to get the current settings of the 'enforce_isolation' in amdgpu_gfx_get_enforce_isolation() 1826 * feature for each GPU partition. Reading from the 'enforce_isolation' in amdgpu_gfx_get_enforce_isolation() 1844 size += sysfs_emit_at(buf, size, "%u", adev->enforce_isolation[i]); 1850 size = sysfs_emit_at(buf, 0, "%u\n", adev->enforce_isolation[0]); 1863 * This function allows control over the 'enforce_isolation' feature, which in amdgpu_gfx_set_enforce_isolation() 1867 * cleaner shader to the 'enforce_isolation' sysfs file sets the isolation mode in amdgpu_gfx_set_enforce_isolation() 1918 adev->enforce_isolation[i] = AMDGPU_ENFORCE_ISOLATION_DISABLE; in amdgpu_gfx_set_enforce_isolation() 1921 adev->enforce_isolation[i] = in amdgpu_gfx_set_enforce_isolation() 1925 adev->enforce_isolation[ in amdgpu_gfx_get_gfx_reset_mask() [all...] |
| H A D | amdgpu_device.c | 1611 adev->enforce_isolation[i] = AMDGPU_ENFORCE_ISOLATION_DISABLE; in amdgpu_device_check_arguments() 1615 adev->enforce_isolation[i] = in amdgpu_device_check_arguments() 1620 adev->enforce_isolation[i] = in amdgpu_device_check_arguments() 1625 adev->enforce_isolation[i] = in amdgpu_device_check_arguments() 3798 * Initialize the enforce_isolation work structures for each XCP in amdgpu_device_init() 3807 INIT_DELAYED_WORK(&adev->gfx.enforce_isolation[i].work, in amdgpu_device_init() 3809 adev->gfx.enforce_isolation[i].adev = adev; in amdgpu_device_init() 3810 adev->gfx.enforce_isolation[i].xcp_id = i; in amdgpu_device_init() 6787 owner = job->enforce_isolation ? f->owner : (void *)~0l; in amdgpu_device_enforce_isolation()
|
| H A D | amdgpu_drv.c | 1019 * DOC: enforce_isolation (int) 1023 module_param_named(enforce_isolation, amdgpu_enforce_isolation, int, 0444); 1024 MODULE_PARM_DESC(enforce_isolation,
|
| H A D | amdgpu.h | 1142 enum amdgpu_enforce_isolation_mode enforce_isolation[MAX_XCP]; 1177 enum amdgpu_enforce_isolation_mode enforce_isolation[MAX_XCP]; global() member
|
| H A D | mes_v11_0.c | 732 if (adev->enforce_isolation[0] == AMDGPU_ENFORCE_ISOLATION_ENABLE) in mes_v11_0_set_hw_resources()
|
| H A D | mes_v12_0.c | 800 if (adev->enforce_isolation[0] == AMDGPU_ENFORCE_ISOLATION_ENABLE) in mes_v12_0_set_hw_resources()
|
| H A D | mes_v12_1.c | 744 if (adev->enforce_isolation[0] == AMDGPU_ENFORCE_ISOLATION_ENABLE) in mes_v12_1_init_aggregated_doorbell()
|