From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: [PATCH 0/3] some locking clarifications Date: Tue, 12 Feb 2013 15:36:02 +0100 Message-ID: <1360679765-9039-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by gabe.freedesktop.org (Postfix) with ESMTP id AC216E6399 for ; Tue, 12 Feb 2013 06:33:54 -0800 (PST) Received: by mail-we0-f175.google.com with SMTP id x8so115799wey.34 for ; Tue, 12 Feb 2013 06:33:53 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Intel Graphics Development Cc: Daniel Vetter List-Id: intel-gfx@lists.freedesktop.org Hi all, Three patches for little things I've recently noticed. The long-term aim behind the last one is to slowly reduce the scope of struct_mutex and clarify what's actually protected by it. Comments highly welcome. Cheers, Daniel Daniel Vetter (3): drm/i915: remove bogus mutex_unlock from error-path drm/i915: cancel console_resume_work before destroying the fbdev drm/i915: push struct_mutex locking down to ironlake_enable_rc6 drivers/gpu/drm/i915/i915_dma.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 2 -- drivers/gpu/drm/i915/intel_pm.c | 14 +++++++++----- 3 files changed, 10 insertions(+), 8 deletions(-) -- 1.7.10.4