Searched refs:harvest (Results 1 – 4 of 4) sorted by relevance
102 uint8_t harvest : 4; /* Harvest */ member104 uint8_t harvest : 4; /* Harvest */ member
714 if (ip->harvest == 1) { in amdgpu_discovery_read_harvest_bit_per_ip()823 u8 harvest; member873 return sysfs_emit(buf, "0x%01X\n", ip_hw_instance->harvest); in harvest_show()907 __ATTR_RO(harvest),1068 uint8_t harvest = 0; in amdgpu_discovery_get_harvest_info() local1075 harvest = ((1 << inst) & adev->vcn.inst_mask) == 0; in amdgpu_discovery_get_harvest_info()1079 harvest = 0x1; in amdgpu_discovery_get_harvest_info()1085 harvest = ((1 << inst) & adev->gfx.xcc_mask) == 0; in amdgpu_discovery_get_harvest_info()1088 harvest = ((1 << inst) & adev->sdma.sdma_mask) == 0; in amdgpu_discovery_get_harvest_info()1094 return harvest; in amdgpu_discovery_get_harvest_info()[all …]
1916 static void harvest(struct spu_state *prev, struct spu *spu) in harvest() function2043 harvest(prev, spu); in __do_spu_save()2121 harvest(NULL, spu); in spu_restore()
8536 To harvest the dirty pages, userspace accesses the mmapped ring buffer8539 The userspace should harvest this GFN and mark the flags from state8551 It's not necessary for userspace to harvest the all dirty GFNs at once.