commit | da002fe6415cee1e37cc3131aafb79ddb53f01e5 | [log] [tgz] |
---|---|---|
author | Jeff Tinker <jtinker@google.com> | Thu Jan 19 14:41:11 2017 -0800 |
committer | Jeff Tinker <jtinker@google.com> | Fri Jan 20 10:48:50 2017 -0800 |
tree | d0d0ba37bf5dc7081a8620f0b2e4b4c362ce713e | |
parent | f21cdafdaf36e5ab6dcf0c755809d7e3ad82d6ca [diff] |
Reorganize drm hal modules Previously the drm and crypto plugins were separate hals. This implied a separation of implementation libraries which causes problems for some drm schemes. The reorganization combines the hals into a single interface under drm. Tests: basic gtests passing Change-Id: I5cde6ff9f60625a0219731c4dbfcaefbd9f27f88 related-to-bug: 32815560