Home
last modified time | relevance | path

Searched refs:vm_helper (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_vm_helper.c29 void vm_helper_mark_vmid_used(struct vm_helper *vm_helper, unsigned int pos, uint8_t hubp_idx) in vm_helper_mark_vmid_used() argument
31 struct vmid_usage vmids = vm_helper->hubp_vmid_usage[hubp_idx]; in vm_helper_mark_vmid_used()
68 in_use |= dc->vm_helper->hubp_vmid_usage[i].vmid_usage[0] in dc_get_vmid_use_vector()
69 | dc->vm_helper->hubp_vmid_usage[i].vmid_usage[1]; in dc_get_vmid_use_vector()
73 void vm_helper_init(struct vm_helper *vm_helper, unsigned int num_vmid) in vm_helper_init() argument
75 vm_helper->num_vmid = num_vmid; in vm_helper_init()
77 memset(vm_helper->hubp_vmid_usage, 0, sizeof(vm_helper->hubp_vmid_usage[0]) * MAX_HUBP); in vm_helper_init()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dvm_helper.h37 struct vm_helper { struct
42 void vm_helper_mark_vmid_used(struct vm_helper *vm_helper, unsigned int pos, uint8_t hubp_idx); argument
45 struct vm_helper *vm_helper,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1281 if (dc->vm_helper) in dcn303_resource_construct()
1282 vm_helper_init(dc->vm_helper, 16); in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1337 if (dc->vm_helper) in dcn302_resource_construct()
1338 vm_helper_init(dc->vm_helper, 16); in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1508 if (dc->vm_helper) in dcn21_resource_construct()
1509 vm_helper_init(dc->vm_helper, 16); in dcn21_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1542 if (dc->vm_helper) in dcn301_resource_construct()
1543 vm_helper_init(dc->vm_helper, 16); in dcn301_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1962 if (dc->vm_helper) in dcn314_resource_construct()
1963 vm_helper_init(dc->vm_helper, 16); in dcn314_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1866 if (dc->vm_helper) in dcn316_resource_construct()
1867 vm_helper_init(dc->vm_helper, 16); in dcn316_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1850 struct vm_helper *vm_helper; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c2003 if (dc->vm_helper) in dcn35_resource_construct()
2004 vm_helper_init(dc->vm_helper, 16); in dcn35_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c2029 if (dc->vm_helper) in dcn31_resource_construct()
2030 vm_helper_init(dc->vm_helper, 16); in dcn31_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1992 if (dc->vm_helper) in dcn315_resource_construct()
1993 vm_helper_init(dc->vm_helper, 16); in dcn315_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1973 if (dc->vm_helper) in dcn36_resource_construct()
1974 vm_helper_init(dc->vm_helper, 16); in dcn36_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1841 if (dc->vm_helper) in dcn321_resource_construct()
1842 vm_helper_init(dc->vm_helper, 16); in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1975 if (dc->vm_helper) in dcn351_resource_construct()
1976 vm_helper_init(dc->vm_helper, 16); in dcn351_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2420 if (dc->vm_helper) in dcn30_resource_construct()
2421 vm_helper_init(dc->vm_helper, 16); in dcn30_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2534 if (dc->vm_helper) in dcn20_resource_construct()
2535 vm_helper_init(dc->vm_helper, 16); in dcn20_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2342 if (dc->vm_helper) in dcn32_resource_construct()
2343 vm_helper_init(dc->vm_helper, 16); in dcn32_resource_construct()