Re: [PATCH] drm/vc4: Mark the device as active when enabling runtime PM.

2017-06-02 Thread Boris Brezillon
On Mon, 15 May 2017 10:16:15 -0700 Eric Anholt wrote: > Failing to do so meant that we got a resume() callback on first use of > the device, so we would leak the bin BO that we allocated during > probe. > > Signed-off-by: Eric Anholt > Fixes: 553c942f8b2c

[PATCH] drm/vc4: Mark the device as active when enabling runtime PM.

2017-05-15 Thread Eric Anholt
Failing to do so meant that we got a resume() callback on first use of the device, so we would leak the bin BO that we allocated during probe. Signed-off-by: Eric Anholt Fixes: 553c942f8b2c ("drm/vc4: Allow using more than 256MB of CMA memory.") ---