Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v2_5.c76 u32 harvest; in jpeg_v2_5_early_init() local
82 harvest = RREG32_SOC15(JPEG, i, mmCC_UVD_HARVESTING); in jpeg_v2_5_early_init()
83 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v2_5_early_init()
H A Dvcn_v2_5.c235 u32 harvest; in vcn_v2_5_early_init() local
239 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING); in vcn_v2_5_early_init()
240 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v2_5_early_init()
/linux/arch/powerpc/platforms/cell/spufs/
H 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/Documentation/admin-guide/RAS/
H A Dmain.rst257 harvest and present that to userspace.
/linux/Documentation/virt/kvm/
H A Dapi.rst8673 To harvest the dirty pages, userspace accesses the mmapped ring buffer
8676 The userspace should harvest this GFN and mark the flags from state
8688 It's not necessary for userspace to harvest the all dirty GFNs at once.