mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 00:58:13 +02:00
The kernel exposes CHIP_ID, which consists of:
[63:48] const 0 / reserved
[47:32] speedbin (default 0xffff)
[31:0 ] actual gpu chip ID
Fix the 740 chip id to make it probe correctly.
Keep the existing entry for the downstream KGSL driver.
Fixes:
|
||
|---|---|---|
| .. | ||
| disasm.h | ||
| fd6_pack.h | ||
| freedreno_common.h | ||
| freedreno_dev_info.c | ||
| freedreno_dev_info.h | ||
| freedreno_devices.py | ||
| freedreno_gpu_event.h | ||
| freedreno_guardband.h | ||
| freedreno_pm4.h | ||
| freedreno_stompable_regs.h | ||
| freedreno_uuid.c | ||
| freedreno_uuid.h | ||
| meson.build | ||
| msm_proto.h | ||
| README.rst | ||
Overview ======== Common functionality shared between freedreno drivers (that are not registers, layout or the compiler), e.g UUID generation.