Skip to content

freedreno: Include speedbin fallback in 740 chipid to fix probing

Konrad Dybcio requested to merge konradybcio/mesa:topic/a740 into main

What does this MR do and why?

freedreno: Include speedbin fallback in 740 chipid to fix probing

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

Fixes: cd3719be ("freedreno: Fully define a730 and a740 device properties") Reported-by: Neil Armstrong neil.armstrong@linaro.org Signed-off-by: Konrad Dybcio konrad.dybcio@linaro.org


please make sure this goes together in the same branch that a7xx support is in

Merge request reports