Searched refs:harvest (Results 1 – 9 of 9) 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 | 368 * have a bad harvest table of VCN config. in amdgpu_discovery_harvest_config_quirk() 550 dev_err(adev->dev, "invalid ip discovery harvest table signature\n"); in amdgpu_discovery_init() 557 dev_err(adev->dev, "invalid harvest data table checksum\n"); in amdgpu_discovery_init() 663 /* scan harvest bit of all IP data structures */ in amdgpu_discovery_read_harvest_bit_per_ip() 678 if (ip->harvest == 1) { in amdgpu_discovery_read_harvest_bit_per_ip() 724 dev_err(adev->dev, "invalid harvest table offset\n"); in amdgpu_discovery_read_from_harvest_table() 786 u8 harvest; member 836 return sysfs_emit(buf, "0x%01X\n", ip_hw_instance->harvest); in harvest_show() 870 __ATTR_RO(harvest), 1031 uint8_t harvest in amdgpu_discovery_get_harvest_info() local [all...] |
H A D | uvd_v7_0.c | 369 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 D | vcn_v2_5.c | 258 u32 harvest; in vcn_v2_5_early_init() local 262 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING); in vcn_v2_5_early_init() 263 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v2_5_early_init()
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | discovery.h | 102 uint8_t harvest : 4; /* Harvest */ member 104 uint8_t harvest : 4; /* Harvest */ member
|
/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() 2061 * (a) harvest (or reset) SPU [steps 2-24]. in __do_spu_restore() 2065 * The 'harvest' step is not performed here, but rather in __do_spu_restore() 2108 * spu_restore - SPU context restore, with harvest and locking. 2112 * Perform harvest + restore, as we may not be coming 2121 harvest(NULL, spu); in spu_restore()
|
/linux/Documentation/admin-guide/RAS/ |
H A D | main.rst | 257 harvest and present that to userspace.
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 8460 To harvest the dirty pages, userspace accesses the mmapped ring buffer 8463 The userspace should harvest this GFN and mark the flags from state 8475 It's not necessary for userspace to harvest the all dirty GFNs at once.
|