commit | d8dbf44f13b91185c618219d912b246817a8d132 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Dec 28 13:25:41 2015 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Feb 16 11:24:08 2016 -0800 |
tree | a8af3bb3b1e608514f93cd76b921c9e3d7ace76f | |
parent | 6674a904d68041d982ffb284d2827410765a097a [diff] |
drm/vc4: Make the CRTCs cooperate on allocating display lists. So far, we've only ever lit up one CRTC, so this has been fine. To extend to more displays or more planes, we need to make sure we don't run our display lists into each other. Signed-off-by: Eric Anholt <eric@anholt.net>