08:10kode54: is it normal for VRAM size of a Radeon iGPU to ignore the BIOS configured UMA size?
08:11kode54: my BIOS is supposed to be auto setting it to 4GB since I have 24GB or greater system RAM
08:19kode54: aha
08:20kode54: "UMA Auto" is a static 512M, "Game Mode" does the variable size based on system RAM size
16:49Caterpillar: is there a table that maps each internal identified (example gfx800) to its architecture codename?
17:03agd5f: Caterpillar, https://docs.kernel.org/gpu/amdgpu/driver-misc.html#gpu-product-information
17:04Caterpillar: agd5f: it's missing the gfx nomenklature, sometimes being referred to as llvm target
17:07agd5f: Caterpillar, see kgd2kfd_probe() in drivers/gpu/drm/amd/amdkfd/kfd_device.c in the kernel
17:49Caterpillar: agd5f: thank you