Hi Andy,
Thanks for the reply. Please see my response inline below.
On Thu, Jan 7, 2016 at 8:02 AM, Andy Green andy.green@linaro.org wrote:
On 6 January 2016 at 15:04, Shawn Guo shawn.guo@linaro.org wrote:
Hi,
I'm running into a problem on Android 5.1 when using keyboard to move input focus among different application icons. It seems that the problem may be related to how application icon is highlighted when it gets input focus. On customer's system, the application icon will be highlighted with a blur effect around it. As a comparison on hikey, I found that the icons gets highlighted with a square block around them. The attached pictures demonstrate the differences there.
I guess that such input focus highlighting effect should be done by GPU. But the customer's system runs a same version Mali DDK as Hikey.
I dunno much else about the Android side of this, but I do know the Mali DDK is just one part of the variables there. You can't say everything is the same just by looking at DDK patchlevel.
You also need to check the Mali IP version number (like rXpY) and the
That's something I did not make it clear in my original posting. Hikey SoC runs Mali-450-r0p0, while my customer's SoC runs Mali-400-r1p1. So yes, the IP is indeed different.
DDK version the Mali kernel driver came from. There are some DDK build-time choices that are tied to which Mali IP rXpY you target the build to.
The DDK version is aligned on r5p2. But yes, since the IP is different, the VARIANT string is different. However that's only on IP version, and all the rest options are same.
Unless they use the same kernel sources, git diff between the two mali directories in the kernel for the two platforms might give a hint.
I don't know if that's related to your issue but you do have to tie those down as well as the DDK (userland libs) to understand the differences in hardware and software environment between the two platforms.
Thanks for the comments. I may have picked a wrong reference platform here. I should probably find a platform running Mali-400-r1p1 for reference.
Shawn