commit | e91e1786c528a604d128180edba9263a029eabe0 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | Thu Feb 07 06:00:11 2019 +0000 |
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | Sun Feb 10 00:44:32 2019 +0000 |
tree | 8a9dd90893c7446fe78e896e1121c97b0b74d4f4 | |
parent | 4ed23b193a06e2f2293bc9945050ff464ce9d086 [diff] |
panfrost: Add kernel-agnostic resource management Various methods relating to resource management were previously marked as kernel-specific, forcing them to stay downstream in the vendor overlay and eventually be duplicated for DRM code. This patch adds back this code in kernel-neutral space, allowing for code sharing and minimising the diff to downstream. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>