Skip to content

freedreno/a6xx: Fix VFD_CONTROL emit

Kristian H. Kristensen requested to merge krh/mesa:vfd-fixes into master

The FETCH_CNT field isn't actually the FETCH count. We don't have a lot of data where it's different from DECODE_CNT, so there's not much to go by. It could be number of VFD_DEST_CNTL or maybe DECODE_CNT for binning. For now, setting both to number of DEST_CNTL gets Google Earth working again.

Merge request reports