This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DRA746: seems viddec3test creates two omap_device, but not necessary

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.