From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] drm/i915: Replace remaining drm_get_connector_name(c) by c->name. Date: Thu, 5 Jun 2014 11:13:58 +0200 Message-ID: <20140605091358.GS7416@phenom.ffwll.local> References: <1401907633-1766-1-git-send-email-rodrigo.vivi@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by gabe.freedesktop.org (Postfix) with ESMTP id AEC716E908 for ; Thu, 5 Jun 2014 02:14:03 -0700 (PDT) Received: by mail-we0-f176.google.com with SMTP id q59so715644wes.7 for ; Thu, 05 Jun 2014 02:14:03 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Paulo Zanoni Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Wed, Jun 04, 2014 at 04:55:20PM -0300, Paulo Zanoni wrote: > 2014-06-04 15:47 GMT-03:00 Rodrigo Vivi : > > Signed-off-by: Rodrigo Vivi > > Yeah, this seems to make -nightly compile. > > Reviewed-by: Paulo Zanoni Sorry my script for fixing up the -nightly build failed. I've spotted this but then lost the manual fixup patch again :( Should work now correctly and Dave is doing a backport of drm-fixes into drm-next to resolve this. My apologies for the mess I've caused here. -Daniel > > > --- > > drivers/gpu/drm/i915/intel_fbdev.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/i915/intel_fbdev.c b/drivers/gpu/drm/i915/intel_fbdev.c > > index e768207..b5448d8 100644 > > --- a/drivers/gpu/drm/i915/intel_fbdev.c > > +++ b/drivers/gpu/drm/i915/intel_fbdev.c > > @@ -390,7 +390,7 @@ static bool intel_fb_initial_config(struct drm_fb_helper *fb_helper, > > /* No preferred mode marked by the EDID? Are there any modes? */ > > if (!modes[i] && !list_empty(&connector->modes)) { > > DRM_DEBUG_KMS("using first mode listed on connector %s\n", > > - drm_get_connector_name(connector)); > > + connector->name); > > modes[i] = list_first_entry(&connector->modes, > > struct drm_display_mode, > > head); > > -- > > 1.9.3 > > > > _______________________________________________ > > Intel-gfx mailing list > > Intel-gfx@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > > > > -- > Paulo Zanoni > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch