]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.h
ASoC: wm0010: Delete an error message for a failed memory allocation in wm0010_boot()
[linux.git] / drivers / gpu / drm / amd / display / dc / dce100 / dce100_resource.h
1 /*
2  * dce100_resource.h
3  *
4  *  Created on: 2016-01-20
5  *      Author: qyang
6  */
7
8 #ifndef DCE100_RESOURCE_H_
9 #define DCE100_RESOURCE_H_
10
11 struct dc;
12 struct resource_pool;
13 struct dc_validation_set;
14
15 struct resource_pool *dce100_create_resource_pool(
16         uint8_t num_virtual_links,
17         struct dc *dc);
18
19 enum dc_status dce100_validate_plane(const struct dc_plane_state *plane_state, struct dc_caps *caps);
20
21 enum dc_status dce100_add_stream_to_ctx(
22                 struct dc *dc,
23                 struct dc_state *new_ctx,
24                 struct dc_stream_state *dc_stream);
25
26 #endif /* DCE100_RESOURCE_H_ */