Re: [PATCH v6 3/5] drm/nouveau: Fix deadlock with fb_helper with async RPM requests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Aug 13, 2018 at 3:07 PM, Lyude Paul <lyude@xxxxxxxxxx> wrote:
> +bool
> +nouveau_fbcon_hotplugged_in_suspend(struct nouveau_fbdev *fbcon)
> +{
> +       bool hotplug;
> +
> +       if (!fbcon)
> +               return false;
> +
> +       mutex_lock(&fbcon->hotplug_lock);
> +       hotplug = fbcon->hotplug_waiting;
> +       mutex_unlock(&fbcon->hotplug_lock);
> +
> +       return hotplug;
> +}

I'm probably missing it, but where is this function used?
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux