commit | 2b76f5be7c2778ee2f6bacddc19248f6a4a467a0 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Wed Dec 19 15:16:41 2018 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Fri May 03 10:41:04 2019 +0200 |
tree | ec2b6f4b00ca0247c1546742c8e2f4bdbf230528 | |
parent | fd2450a77d3360ac3d54c84e0aa0672f4d8ad4b2 [diff] |
drm/etnaviv: initialize idle mask before querying the HW db If there is a match in the HW DB, the function is left early, before inititalizing the idle mask. Fix this by doing the init earlier, as only old GPUs, not present in the HW DB need a different idle mask. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>