Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v3_0.c53 u32 harvest; in jpeg_v3_0_early_init() local
60 harvest = RREG32_SOC15(JPEG, 0, mmCC_UVD_HARVESTING); in jpeg_v3_0_early_init()
61 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v3_0_early_init()
H A Djpeg_v2_5.c60 u32 harvest; in jpeg_v2_5_early_init() local
66 harvest = RREG32_SOC15(JPEG, i, mmCC_UVD_HARVESTING); in jpeg_v2_5_early_init()
67 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v2_5_early_init()
H A Damdgpu_discovery.c674 u8 harvest; member
724 return sysfs_emit(buf, "0x%01X\n", ip_hw_instance->harvest); in harvest_show()
758 __ATTR_RO(harvest),
919 uint8_t harvest = 0; in amdgpu_discovery_get_harvest_info() local
924 harvest = ((1 << inst) & adev->vcn.inst_mask) == 0; in amdgpu_discovery_get_harvest_info()
928 harvest = 0x1; in amdgpu_discovery_get_harvest_info()
934 harvest = ((1 << inst) & adev->gfx.xcc_mask) == 0; in amdgpu_discovery_get_harvest_info()
937 harvest = ((1 << inst) & adev->sdma.sdma_mask) == 0; in amdgpu_discovery_get_harvest_info()
943 return harvest; in amdgpu_discovery_get_harvest_info()
1018 ip_hw_instance->harvest = in amdgpu_discovery_sysfs_ips()
H 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()
H 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()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Ddiscovery.h102 uint8_t harvest : 4; /* Harvest */ member
104 uint8_t harvest : 4; /* Harvest */ member
/openbmc/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()
/openbmc/linux/Documentation/admin-guide/
H A Dras.rst253 harvest and present that to userspace.
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst8165 To harvest the dirty pages, userspace accesses the mmapped ring buffer
8168 The userspace should harvest this GFN and mark the flags from state
8180 It's not necessary for userspace to harvest the all dirty GFNs at once.