commit | 54aec44ab02b1fa216706671ae12d64af74443c5 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Jan 25 13:52:41 2016 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Feb 16 12:20:58 2016 -0800 |
tree | ac2b2e8ba462dd2e087c8bb7583fc62a7442ca91 | |
parent | e001523666d0b07592abe1822b78ed0e5c2a34ab [diff] |
drm/vc4: Fix the clear color for the first tile rendered. Apparently in hardware (as opposed to simulation), the clear colors need to be uploaded before the render config, otherwise they won't take effect. Fixes igt's vc4_wait_bo/used-bo-* subtests. Signed-off-by: Eric Anholt <eric@anholt.net>