gpu: ion: Add platform driver for msm ion
Add platform driver for msm specific ion devices Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
This commit is contained in:
committed by
Bryan Huntsman
parent
c46636308e
commit
302911d5ba
@@ -95,6 +95,17 @@ struct ion_platform_data {
|
||||
struct ion_client *ion_client_create(struct ion_device *dev,
|
||||
unsigned int heap_mask, const char *name);
|
||||
|
||||
/**
|
||||
* msm_ion_client_create - allocate a client using the ion_device specified in
|
||||
* drivers/gpu/ion/msm/msm_ion.c
|
||||
*
|
||||
* heap_mask and name are the same as ion_client_create, return values
|
||||
* are the same as ion_client_create.
|
||||
*/
|
||||
|
||||
struct ion_client *msm_ion_client_create(unsigned int heap_mask,
|
||||
const char *name);
|
||||
|
||||
/**
|
||||
* ion_client_destroy() - free's a client and all it's handles
|
||||
* @client: the client
|
||||
|
||||
Reference in New Issue
Block a user