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:30:23 +0200 Message-ID: <20140605093023.GX7416@phenom.ffwll.local> References: <1401907633-1766-1-git-send-email-rodrigo.vivi@gmail.com> <20140605091358.GS7416@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by gabe.freedesktop.org (Postfix) with ESMTP id 798066E933 for ; Thu, 5 Jun 2014 02:30:27 -0700 (PDT) Received: by mail-wg0-f45.google.com with SMTP id m15so744631wgh.28 for ; Thu, 05 Jun 2014 02:30:26 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20140605091358.GS7416@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Paulo Zanoni , Dave Airlie Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Thu, Jun 05, 2014 at 11:13:58AM +0200, Daniel Vetter wrote: > 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. Forgotten to add Dave. -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 -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch