Lines Matching defs:scanout
41 * Create a renderonly_scanout object for scanout resource.
49 * struct renderonly_scanout *scanout;
54 * - Do any special treatment for a scanout resource like importing the GPU
55 * resource into the scanout hw.
61 * - Create the scanout resource in resource_create and
63 * can fail if the scanout resource couldn't be created.
64 * - Try to import the scanout resource in resource_from_handle with
66 * the scanout resource couldn't be created.
68 * renderonly_get_handle with the scanout resource, even if the scanout
91 renderonly_scanout_destroy(struct renderonly_scanout *scanout,
95 renderonly_get_handle(struct renderonly_scanout *scanout,
98 if (!scanout)
102 handle->handle = scanout->handle;
103 handle->stride = scanout->stride;
109 * Create a dumb buffer object for a resource at scanout hw.
117 * Import GPU resource into scanout hw.