[Intel-gfx] [PATCH 11/20] drm/gem: create drm_gem_dumb_destroy

2013-08-15 Thread Daniel Vetter
On Thu, Aug 15, 2013 at 9:24 AM, Chris Wilson wrote: > On Thu, Aug 15, 2013 at 12:02:40AM +0200, Daniel Vetter wrote: >> All the gem based kms drivers really want the same function to >> destroy a dumb framebuffer backing storage object. >> >> So give it to them and roll it out in all drivers. >>

Re: [Intel-gfx] [PATCH 11/20] drm/gem: create drm_gem_dumb_destroy

2013-08-15 Thread Daniel Vetter
On Thu, Aug 15, 2013 at 9:24 AM, Chris Wilson wrote: > On Thu, Aug 15, 2013 at 12:02:40AM +0200, Daniel Vetter wrote: >> All the gem based kms drivers really want the same function to >> destroy a dumb framebuffer backing storage object. >> >> So give it to them and roll it out in all drivers. >>

[PATCH 11/20] drm/gem: create drm_gem_dumb_destroy

2013-08-15 Thread Daniel Vetter
All the gem based kms drivers really want the same function to destroy a dumb framebuffer backing storage object. So give it to them and roll it out in all drivers. This still leaves the option open for kms drivers which don't use GEM for backing storage, but it does decently simplify matters for

[PATCH 11/20] drm/gem: create drm_gem_dumb_destroy

2013-08-14 Thread Daniel Vetter
All the gem based kms drivers really want the same function to destroy a dumb framebuffer backing storage object. So give it to them and roll it out in all drivers. This still leaves the option open for kms drivers which don't use GEM for backing storage, but it does decently simplify matters for