All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Replace remaining drm_get_connector_name(c) by c->name.
@ 2014-06-04 18:47 Rodrigo Vivi
  2014-06-04 18:50 ` Rodrigo Vivi
  2014-06-04 19:55 ` Paulo Zanoni
  0 siblings, 2 replies; 5+ messages in thread
From: Rodrigo Vivi @ 2014-06-04 18:47 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-05  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 18:47 [PATCH] drm/i915: Replace remaining drm_get_connector_name(c) by c->name Rodrigo Vivi
2014-06-04 18:50 ` Rodrigo Vivi
2014-06-04 19:55 ` Paulo Zanoni
2014-06-05  9:13   ` Daniel Vetter
2014-06-05  9:30     ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.