On Thu, 29 Sep 2011 18:09:50 -0700, Keith Packard <kei...@keithp.com> wrote:
> +static void ironlake_panel_vdd_work(struct work_struct *__work)
> +{
> +     struct intel_dp *intel_dp = container_of(to_delayed_work(__work),
> +                                              struct intel_dp, 
> panel_vdd_work);
> +     struct drm_device *dev = intel_dp->base.base.dev;
> +
> +     mutex_lock(&dev->struct_mutex);
> +     ironlake_panel_vdd_off_sync(intel_dp);
> +     mutex_unlock(&dev->struct_mutex);

I think you want the dev->mode_config.mutex here.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to