Part Number:DRA746
Tool/software: Linux
take wayland platform as example:
viddec3test.c creates omap_device* by line:183 dev = dce_init();
display-wayland.c creates omap_device* by line:385 disp->dev = omap_device_new(disp->fd);
seems they'd better share one omap_device instead of create 2.