Searched refs:vm_helper (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/dev/pci/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);
45 struct vm_helper *vm_helper,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_vm_helper.c26 #include "vm_helper.h"
29 void vm_helper_mark_vmid_used(struct vm_helper *vm_helper, unsigned int pos, uint8_t hubp_idx) argument
31 struct vmid_usage vmids = vm_helper->hubp_vmid_usage[hubp_idx];
67 in_use |= dc->vm_helper->hubp_vmid_usage[i].vmid_usage[0]
68 | dc->vm_helper->hubp_vmid_usage[i].vmid_usage[1];
72 void vm_helper_init(struct vm_helper *vm_helper, unsigned int num_vmid) argument
74 vm_helper->num_vmid = num_vmid;
76 memset(vm_helper
[all...]
H A Damdgpu_dc.c64 #include "vm_helper.h"
848 kfree(dc->vm_helper);
849 dc->vm_helper = NULL;
903 // Allocate memory for the vm_helper
904 dc->vm_helper = kzalloc(sizeof(struct vm_helper), GFP_KERNEL);
905 if (!dc->vm_helper) {
906 dm_error("%s: failed to create dc->vm_helper\n", __func__);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c65 #include "vm_helper.h"
1291 // Init the vm_helper
1292 if (dc->vm_helper)
1293 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c48 #include "vm_helper.h"
1215 // Init the vm_helper
1216 if (dc->vm_helper)
1217 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc.h975 struct vm_helper *vm_helper; member in struct:dc
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c88 #include "vm_helper.h"
1486 // Init the vm_helper
1487 if (dc->vm_helper)
1488 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c92 #include "vm_helper.h"
1779 // Init the vm_helper
1780 if (dc->vm_helper)
1781 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c132 #include "vm_helper.h"
1929 // Init the vm_helper
1930 if (dc->vm_helper)
1931 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c100 #include "vm_helper.h"
1945 // Init the vm_helper
1946 if (dc->vm_helper)
1947 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c122 #include "vm_helper.h"
1816 // Init the vm_helper
1817 if (dc->vm_helper)
1818 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c88 #include "vm_helper.h"
1493 // Init the vm_helper
1494 if (dc->vm_helper)
1495 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c102 #include "vm_helper.h"
1964 // Init the vm_helper
1965 if (dc->vm_helper)
1966 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c88 #include "vm_helper.h"
2238 // Init the vm_helper
2239 if (dc->vm_helper)
2240 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c89 #include "vm_helper.h"
2358 // Init the vm_helper
2359 if (dc->vm_helper)
2360 vm_helper_init(dc->vm_helper, 16);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c87 #include "vm_helper.h"
2475 // Init the vm_helper
2476 if (dc->vm_helper)
2477 vm_helper_init(dc->vm_helper, 16);
H A Ddcn20_hwseq.c49 #include "vm_helper.h"
2409 vm_helper_mark_vmid_used(dc->vm_helper, plane_state->address.vmid, pipe_ctx->plane_res.hubp->inst);

Completed in 508 milliseconds