Searched refs:harvest (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v3_0.c53 u32 harvest; local
60 harvest = RREG32_SOC15(JPEG, 0, mmCC_UVD_HARVESTING);
61 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK)
H A Djpeg_v2_5.c60 u32 harvest; local
66 harvest = RREG32_SOC15(JPEG, i, mmCC_UVD_HARVESTING);
67 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK)
H A Damdgpu_discovery.c340 * have a bad harvest table of VCN config.
467 dev_err(adev->dev, "invalid ip discovery harvest table signature\n");
474 dev_err(adev->dev, "invalid harvest data table checksum\n");
575 /* scan harvest bit of all IP data structures */
636 dev_err(adev->dev, "invalid harvest table offset\n");
692 u8 harvest; member in struct:ip_hw_instance
742 return sysfs_emit(buf, "0x%01X\n", ip_hw_instance->harvest);
776 __ATTR_RO(harvest),
937 uint8_t harvest = 0; local
942 harvest
[all...]
H A Duvd_v7_0.c369 u32 harvest; local
374 harvest = RREG32_SOC15(UVD, i, mmUVD_PG0_CC_UVD_HARVESTING);
375 if (harvest & UVD_PG0_CC_UVD_HARVESTING__UVD_DISABLE_MASK) {
H A Dvcn_v2_5.c90 u32 harvest; local
94 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING);
95 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK)
/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h102 uint8_t harvest : 4; /* Harvest */ member in struct:ip
104 uint8_t harvest : 4; /* Harvest */ member in struct:ip
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1916 static void harvest(struct spu_state *prev, struct spu *spu) function
2043 harvest(prev, spu);
2061 * (a) harvest (or reset) SPU [steps 2-24].
2065 * The 'harvest' step is not performed here, but rather
2108 * spu_restore - SPU context restore, with harvest and locking.
2112 * Perform harvest + restore, as we may not be coming
2121 harvest(NULL, spu);

Completed in 214 milliseconds