mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-06 10:38:17 +02:00
amd/drm-shim: enable conformant_trunc_coord for navi31
No idea if this is more typical of navi31 or not, but it's what my system has. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40409>
This commit is contained in:
parent
d542a92d50
commit
f1db717ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -1378,7 +1378,7 @@ const struct amdgpu_device amdgpu_devices[] = {
|
|||
.num_rb_pipes = 24,
|
||||
.num_hw_gfx_contexts = 8,
|
||||
.pcie_gen = 4,
|
||||
.ids_flags = UINT64_C(0x0),
|
||||
.ids_flags = UINT64_C(0x8),
|
||||
.virtual_address_offset = UINT64_C(0x200000),
|
||||
.virtual_address_max = UINT64_C(0x800000000000),
|
||||
.virtual_address_alignment = 4096,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue