drm/etnaviv: fix external abort seen on GC600 rev 0x19
It looks like that this GPU core triggers an abort when reading VIVS_HI_CHIP_PRODUCT_ID and/or VIVS_HI_CHIP_ECO_ID. I looked at different versions of Vivante's kernel driver and did not found anything about this issue or what feature flag can be used. So go the simplest route and do not read these two registers on the affected GPU core. Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com> Reported-by: NJosua Mayer <josua.mayer@jm0.eu> Fixes: 815e45bb ("drm/etnaviv: determine product, customer and eco id") Cc: stable@vger.kernel.org Tested-by: NJosua Mayer <josua.mayer@jm0.eu> Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
Showing
想要评论请 注册 或 登录