As a pair to already existing drm_connector_unregister_all() we're adding
generic implementation of what is already done in some drivers.
Once this helper is implemented we'll be ready to switch existing
driver-specific implementations with the generic one.
Signed-off-by: Alexey Brodkin
Cc: Dani
Hi
On Tue, Mar 29, 2016 at 12:02 PM, Alexey Brodkin
wrote:
> As a pair to already existing drm_connector_unregister_all() we're adding
> generic implementation of what is already done in some drivers.
>
> Once this helper is implemented we'll be ready to switch existing
> driver-specific implemen
Hi David,
On Tue, 2016-03-29 at 12:08 +0200, David Herrmann wrote:
> Hi
>
> On Tue, Mar 29, 2016 at 12:02 PM, Alexey Brodkin
> wrote:
> >
> > As a pair to already existing drm_connector_unregister_all() we're adding
> > generic implementation of what is already done in some drivers.
> >
> > On