|
@@ -159,21 +159,6 @@ struct dc {
|
|
|
struct dc_debug debug;
|
|
|
};
|
|
|
|
|
|
-enum frame_buffer_mode {
|
|
|
- FRAME_BUFFER_MODE_LOCAL_ONLY = 0,
|
|
|
- FRAME_BUFFER_MODE_ZFB_ONLY,
|
|
|
- FRAME_BUFFER_MODE_MIXED_ZFB_AND_LOCAL,
|
|
|
-} ;
|
|
|
-
|
|
|
-struct dchub_init_data {
|
|
|
- bool dchub_initialzied;
|
|
|
- bool dchub_info_valid;
|
|
|
- int64_t zfb_phys_addr_base;
|
|
|
- int64_t zfb_mc_base_addr;
|
|
|
- uint64_t zfb_size_in_byte;
|
|
|
- enum frame_buffer_mode fb_mode;
|
|
|
-};
|
|
|
-
|
|
|
struct dc_init_data {
|
|
|
struct hw_asic_id asic_id;
|
|
|
void *driver; /* ctx */
|
|
@@ -194,8 +179,6 @@ struct dc *dc_create(const struct dc_init_data *init_params);
|
|
|
|
|
|
void dc_destroy(struct dc **dc);
|
|
|
|
|
|
-bool dc_init_dchub(struct dc *dc, struct dchub_init_data *dh_data);
|
|
|
-
|
|
|
/*******************************************************************************
|
|
|
* Surface Interfaces
|
|
|
******************************************************************************/
|