Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v3_0.c69 u32 harvest; in jpeg_v3_0_early_init() local
76 harvest = RREG32_SOC15(JPEG, 0, mmCC_UVD_HARVESTING); in jpeg_v3_0_early_init()
77 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v3_0_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()