Home
last modified time | relevance | path

Searched refs:harvest (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Djpeg_v3_0.c53 u32 harvest; in jpeg_v3_0_early_init() local
59 harvest = RREG32_SOC15(JPEG, 0, mmCC_UVD_HARVESTING); in jpeg_v3_0_early_init()
60 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v3_0_early_init()
A Djpeg_v2_5.c60 u32 harvest; in jpeg_v2_5_early_init() local
65 harvest = RREG32_SOC15(JPEG, i, mmCC_UVD_HARVESTING); in jpeg_v2_5_early_init()
66 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v2_5_early_init()
A Damdgpu_discovery.c516 if (le16_to_cpu(ip->harvest) == 1) { in amdgpu_discovery_read_harvest_bit_per_ip()
595 u8 harvest; member
645 return sysfs_emit(buf, "0x%01X\n", ip_hw_instance->harvest); in harvest_show()
679 __ATTR_RO(harvest),
908 ip_hw_instance->harvest = ip->harvest; in amdgpu_discovery_sysfs_ips()
A Duvd_v7_0.c369 u32 harvest; in uvd_v7_0_early_init() local
374 harvest = RREG32_SOC15(UVD, i, mmUVD_PG0_CC_UVD_HARVESTING); in uvd_v7_0_early_init()
375 if (harvest & UVD_PG0_CC_UVD_HARVESTING__UVD_DISABLE_MASK) { in uvd_v7_0_early_init()
A Dvcn_v2_5.c90 u32 harvest; in vcn_v2_5_early_init() local
94 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING); in vcn_v2_5_early_init()
95 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v2_5_early_init()
/linux-6.3-rc2/drivers/gpu/drm/amd/include/
A Ddiscovery.h95 uint8_t harvest : 4; /* Harvest */ member
97 uint8_t harvest : 4; /* Harvest */ member
/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dswitch.c1916 static void harvest(struct spu_state *prev, struct spu *spu) in harvest() function
2043 harvest(prev, spu); in __do_spu_save()
2121 harvest(NULL, spu); in spu_restore()
/linux-6.3-rc2/Documentation/admin-guide/
A Dras.rst253 harvest and present that to userspace.
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst8098 To harvest the dirty pages, userspace accesses the mmaped ring buffer
8101 The userspace should harvest this GFN and mark the flags from state
8113 It's not necessary for userspace to harvest the all dirty GFNs at once.

Completed in 33 milliseconds