Re: [PATCH 1/2] drm/msm/a4xx: add adreno a405 support

2020-05-18 Thread Jordan Crouse
On Sat, May 09, 2020 at 08:38:45PM +0800, Shawn Guo wrote: > It adds support for adreno a405 found on MSM8939. The adreno_is_a430() > check in adreno_submit() needs an extension to cover a405. The > downstream driver suggests it should cover the whole a4xx generation. > That's why it gets

[PATCH 1/2] drm/msm/a4xx: add adreno a405 support

2020-05-09 Thread Shawn Guo
It adds support for adreno a405 found on MSM8939. The adreno_is_a430() check in adreno_submit() needs an extension to cover a405. The downstream driver suggests it should cover the whole a4xx generation. That's why it gets changed to adreno_is_a4xx(), while a420 is not tested though.