OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vi_mqd_allocation
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c
2056
r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct
vi_mqd_allocation
));
4447
+ offsetof(struct
vi_mqd_allocation
, dynamic_cu_mask));
4449
+ offsetof(struct
vi_mqd_allocation
, dynamic_cu_mask));
4626
memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct
vi_mqd_allocation
));
4637
memset((void *)mqd, 0, sizeof(struct
vi_mqd_allocation
));
4638
((struct
vi_mqd_allocation
*)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
4639
((struct
vi_mqd_allocation
*)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
4648
memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct
vi_mqd_allocation
));
4661
memset((void *)mqd, 0, sizeof(struct
vi_mqd_allocation
));
4662
((struct
vi_mqd_allocation
*)mqd)->dynamic_cu_mask = 0xFFFFFFFF
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/include/
vi_structs.h
421
struct
vi_mqd_allocation
{
struct
Completed in 44 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025