commit | 10028c5ab107d3765c7fc282b6c45324d1602155 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Nov 30 10:55:13 2015 -0800 |
committer | Eric Anholt <eric@anholt.net> | Mon Dec 07 20:01:48 2015 -0800 |
tree | 1491595bbf4ae97bbcee9b87ab3ae5648c6a9a16 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
drm: Create a driver hook for allocating GEM object structs. The CMA helpers had no way for a driver to extend the struct with its own fields. Since the CMA helpers are mostly "Allocate a drm_gem_cma_object, then fill in a few fields", it's hard to write as pure helpers without passing in a driver callback for the allocate step. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>