mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 02:00:22 +01:00
freedreno/afuc: Add magic control reg values for a740
It looks like this is the same as a730. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26771>
This commit is contained in:
parent
e7ed7a32cd
commit
2e6cfc9e23
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ emu_init(struct emu *emu)
|
|||
break;
|
||||
}
|
||||
|
||||
if (emu->gpu_id == 730) {
|
||||
if (emu->gpu_id == 730 || emu->gpu_id == 740) {
|
||||
emu_set_control_reg(emu, 0xef, 1 << 21);
|
||||
emu_set_control_reg(emu, 0, 7 << 28);
|
||||
} else if (emu->gpu_id == 660) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue