evas-drm: Cleanup Engine Info structure

Summary: A few of these engine fields are no longer needed or were
unused in the Evas Drm engine so remove them.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-08 13:56:15 -04:00 committed by Stefan Schmidt
parent f6c5550946
commit 745192fd19
1 changed files with 2 additions and 7 deletions

View File

@ -13,16 +13,11 @@ struct _Evas_Engine_Info_Drm
struct struct
{ {
Evas *evas;
unsigned int rotation, depth; unsigned int rotation, depth;
Eina_Bool destination_alpha : 1; Eina_Bool destination_alpha : 1;
Eina_Bool vsync : 1; Eina_Bool vsync : 1;
int fd; unsigned int crtc_id, conn_id, buffer_id;
int output;
int plane;
Eina_Bool use_hw_accel : 1; Eina_Bool use_hw_accel : 1;
Ecore_Drm_Device *dev; Ecore_Drm_Device *dev;