Searched refs:harvest (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/include/ |
D | discovery.h | 91 uint8_t harvest : 4; /* Harvest */ member 93 uint8_t harvest : 4; /* Harvest */ member
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | jpeg_v2_5.c | 58 u32 harvest; in jpeg_v2_5_early_init() local 63 harvest = RREG32_SOC15(JPEG, i, mmCC_UVD_HARVESTING); in jpeg_v2_5_early_init() 64 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v2_5_early_init()
|
D | jpeg_v3_0.c | 54 u32 harvest = RREG32_SOC15(JPEG, 0, mmCC_UVD_HARVESTING); in jpeg_v3_0_early_init() local 56 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in jpeg_v3_0_early_init()
|
D | uvd_v7_0.c | 377 u32 harvest; in uvd_v7_0_early_init() local 382 harvest = RREG32_SOC15(UVD, i, mmUVD_PG0_CC_UVD_HARVESTING); in uvd_v7_0_early_init() 383 if (harvest & UVD_PG0_CC_UVD_HARVESTING__UVD_DISABLE_MASK) { in uvd_v7_0_early_init()
|
D | vcn_v2_5.c | 83 u32 harvest; in vcn_v2_5_early_init() local 87 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING); in vcn_v2_5_early_init() 88 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v2_5_early_init()
|
D | vcn_v3_0.c | 99 u32 harvest; in vcn_v3_0_early_init() local 103 harvest = RREG32_SOC15(VCN, i, mmCC_UVD_HARVESTING); in vcn_v3_0_early_init() 104 if (harvest & CC_UVD_HARVESTING__UVD_DISABLE_MASK) in vcn_v3_0_early_init()
|
/Linux-v5.15/arch/powerpc/platforms/cell/spufs/ |
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-v5.15/Documentation/admin-guide/ |
D | ras.rst | 253 harvest and present that to userspace.
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | api.rst | 7135 To harvest the dirty pages, userspace accesses the mmaped ring buffer 7138 The userspace should harvest this GFN and mark the flags from state 7145 It's not necessary for userspace to harvest the all dirty GFNs at once.
|