Searched refs:harvest (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | jpeg_v3_0.c | 69 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 D | jpeg_v2_5.c | 76 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 D | amdgpu_discovery.c | 767 if (ip->harvest == 1) { in amdgpu_discovery_read_harvest_bit_per_ip() 877 u8 harvest; member 927 return sysfs_emit(buf, "0x%01X\n", ip_hw_instance->harvest); in harvest_show() 958 __ATTR_RO(harvest), 1119 uint8_t harvest = 0; in amdgpu_discovery_get_harvest_info() local 1126 harvest = ((1 << inst) & adev->vcn.inst_mask) == 0; in amdgpu_discovery_get_harvest_info() 1130 harvest = 0x1; in amdgpu_discovery_get_harvest_info() 1136 harvest = ((1 << inst) & adev->gfx.xcc_mask) == 0; in amdgpu_discovery_get_harvest_info() 1139 harvest = ((1 << inst) & adev->sdma.sdma_mask) == 0; in amdgpu_discovery_get_harvest_info() 1145 return harvest; in amdgpu_discovery_get_harvest_info() [all …]
|
| H A D | vcn_v2_5.c | 235 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 D | switch.c | 1916 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/virt/kvm/ |
| H A D | api.rst | 8675 To harvest the dirty pages, userspace accesses the mmapped ring buffer 8678 The userspace should harvest this GFN and mark the flags from state 8690 It's not necessary for userspace to harvest the all dirty GFNs at once.
|