OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vm_helper
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
vm_helper.h
1
/* $NetBSD:
vm_helper
.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
39
struct
vm_helper
{
struct
44
void vm_helper_mark_vmid_used(struct
vm_helper
*
vm_helper
, unsigned int pos, uint8_t hubp_idx);
47
struct
vm_helper
*
vm_helper
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_vm_helper.c
31
#include "
vm_helper
.h"
34
void vm_helper_mark_vmid_used(struct
vm_helper
*
vm_helper
, unsigned int pos, uint8_t hubp_idx)
36
struct vmid_usage vmids =
vm_helper
->hubp_vmid_usage[hubp_idx];
70
for (i = 0; i < dc->
vm_helper
->num_vmid; i++)
71
in_use |= dc->
vm_helper
->hubp_vmid_usage[i].vmid_usage[0]
72
| dc->
vm_helper
->hubp_vmid_usage[i].vmid_usage[1];
76
void vm_helper_init(struct
vm_helper
*
vm_helper
, unsigned int num_vmid)
78
vm_helper
->num_vmid = num_vmid
[
all
...]
amdgpu_dc.c
70
#include "
vm_helper
.h"
584
kfree(dc->
vm_helper
);
585
dc->
vm_helper
= NULL;
636
// Allocate memory for the
vm_helper
637
dc->
vm_helper
= kzalloc(sizeof(struct
vm_helper
), GFP_KERNEL);
638
if (!dc->
vm_helper
) {
639
dm_error("%s: failed to create dc->
vm_helper
\n", __func__);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h
533
struct
vm_helper
*
vm_helper
;
member in struct:dc
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c
90
#include "
vm_helper
.h"
1712
// Init the
vm_helper
1713
if (dc->
vm_helper
)
1714
vm_helper_init(dc->
vm_helper
, 16);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
90
#include "
vm_helper
.h"
3541
// Init the
vm_helper
3542
if (dc->
vm_helper
)
3543
vm_helper_init(dc->
vm_helper
, 16);
amdgpu_dcn20_hwseq.c
55
#include "
vm_helper
.h"
1951
vm_helper_mark_vmid_used(dc->
vm_helper
, plane_state->address.vmid, pipe_ctx->plane_res.hubp->inst);
Completed in 20 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025