commit | 7a4ded7b87956b9bcfb0d33ed2368633ec2dc239 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Wed Jun 24 19:04:26 2015 -0300 |
committer | Paulo Zanoni <paulo.r.zanoni@intel.com> | Thu Jun 25 14:53:07 2015 -0300 |
tree | 118b2071b7831167a29794239b686b97c17fe60c | |
parent | ce3b47bac89d46633bd8b55842590080ab9d246d [diff] |
kms_frontbuffer_tracking: remove offscreen-{cur,spr} subtests It doesn't make sense to write on the sprite/cursor plane of the "offscreen" screen. The pick_target() function was just returning the offscreen_fb pointer for those cases, so we were not really testing any cursor or sprite code. So the tests were just the same as offscreen-pri. That kills 24 subtests for each feature (72 in total). Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>