tests/kms_flip: Use fixed size (2kx2k) buffers for dummy load
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 3 Dec 2014 13:25:25 +0000 (15:25 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Dec 2014 17:26:39 +0000 (19:26 +0200)
commitb0cb1e1f9d4b16a13c0afc16c809039fbb288213
tree3edd9216ab23edf6d82b4cfd613ff2f84a4c0861
parent21db302c9bf8eb936f37f627aea40d3e431fc36c
tests/kms_flip: Use fixed size (2kx2k) buffers for dummy load

Make the dummy load independent of the display resolution by using a
two fixed size dummy bos to generate the load. As a final step do
another copy from one of the dummy bos to the fb to make sure there's
a dependency between the dummy load and any subsequent operation on
the fb.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
tests/kms_flip.c