From: Dave Airlie
This adds the support for drivers that use the gem mmap call, they need
to specify DRIVER_GEM_MMAP in their feature set, so they get this behaviour.
This saves me adding 10 open/close handlers for now, if someone would like
to do that instead of midlayer, then I'd be happy to w
From: Chris Wilson
Subject: Re: [proof-of-concept/rfc] per object file mmaps
To: Dave Airlie , dri-devel at lists.freedesktop.org
In-Reply-To: <1355892119-13926-1-git-send-email-airlied at gmail.com>
References: <1355892119-13926-1-git-send-email-airlied at gmail.com>
On Wed, 19 Dec 2012 14:41:56
From: Chris Wilson
Subject: Re: [proof-of-concept/rfc] per object file mmaps
To: Dave Airlie , dri-devel@lists.freedesktop.org
In-Reply-To: <1355892119-13926-1-git-send-email-airl...@gmail.com>
References: <1355892119-13926-1-git-send-email-airl...@gmail.com>
On Wed, 19 Dec 2012 14:41:56 +1000, D
From: Dave Airlie
This adds the support for drivers that use the gem mmap call, they need
to specify DRIVER_GEM_MMAP in their feature set, so they get this behaviour.
This saves me adding 10 open/close handlers for now, if someone would like
to do that instead of midlayer, then I'd be happy to w