Hi, Freescale
I use g2d for image scale,my call order as below:
g2d_open(&mhG2d)
g2d_alloc
g2d_make_current(mhG2d, G2D_HARDWARE_2D)
...
But it failed on g2d_make_current,it is indicate "g2d_make_current: invalid g2d thread context !",what is wrong with this call order? How can i fixed?