mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ryan Hope <rmh3093@gmail.com>
To: Jerome Glisse <glisse@freedesktop.org>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.sf.net
Subject: [PATCH 2/3] Re: Radeon kernel modesetting patch (as staging) please  review
Date: Sun, 14 Jun 2009 09:43:08 -0400	[thread overview]
Message-ID: <48f7fe350906140643o7db4d849jb9139bb2f9e83c23@mail.gmail.com> (raw)
In-Reply-To: <1244649318.9942.33.camel@earl.localdomain>

commit 093f1cb1a1850951f86244ada018672885ec4ace
Author: Ryan Hope <rmh3093@gmail.com>
Date:   Sun Jun 14 09:36:48 2009 -0400

    fix fbcon/radeon initialization order

diff --git a/drivers/gpu/drm/radeon/radeon_drv.c
b/drivers/gpu/drm/radeon/radeon_drv.c
index f70c351..ff4e052 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.c
+++ b/drivers/gpu/drm/radeon/radeon_drv.c
@@ -345,7 +345,11 @@ static void __exit radeon_exit(void)
        drm_exit(driver);
 }

+#ifdef MODULE
 module_init(radeon_init);
+#else
+late_initcall(radeon_init);
+#endif
 module_exit(radeon_exit);

 MODULE_AUTHOR(DRIVER_AUTHOR);

      parent reply	other threads:[~2009-06-14 13:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10 15:55 Jerome Glisse
2009-06-14 13:42 ` [PATCH 1/3] " Ryan Hope
2009-06-14 23:37   ` Dave Airlie
2009-06-14 13:43 ` Ryan Hope [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48f7fe350906140643o7db4d849jb9139bb2f9e83c23@mail.gmail.com \
    --to=rmh3093@gmail.com \
    --cc=dri-devel@lists.sf.net \
    --cc=glisse@freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome