summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNavneet Kumar <navneetk@nvidia.com>2017-03-28 16:50:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-03-30 20:34:31 -0400
commit5fbf460eef1fecd419509bcaa5a48f39aa3ea3e0 (patch)
tree643d7c7a9907da02fd5ac29a2cc6daf071c97fb3 /include
parentf12c65d844d19c4b3422609dceda748388da51c3 (diff)
tegra: dc: fix fake panel state machine data
In fake panel support, the state machine caches dc contexts in a 2D array. This exposes a bug if a test switches between fake modes sequentially without falling back to original (non fake) mode before switching to the next fake mode. In the above scenario, coming back to the original mode (non fake) may lead to finding no cached dc context, hence causing a crash. go back to the old way of doing this, and have a 1D array to cache the contexts, getting rid of the unnecessary logic/compexity from 2D array. Bug 1883138 Change-Id: Ia3521b56b801cf00b0cc7e34047f40c8655f2cdd Signed-off-by: Navneet Kumar <navneetk@nvidia.com> Reviewed-on: http://git-master/r/1330141 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions