Displaying 5 results from an estimated 5 matches for "nvidiafb_setup".
2013 Oct 03
2
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hi Pavel
On Fri, Oct 4, 2013 at 12:10 AM, Pavel Roskin <proski at gnu.org> wrote:
> Hi David,
>
> On Thu, 3 Oct 2013 00:19:56 +0200
> David Herrmann <dh.herrmann at gmail.com> wrote:
>
>> >> And your PCI-BAR adjustment doesn't change
>> >> anything either, sorry.
>> >
>> > I simply tried another approach to pacify the
2013 Oct 04
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
...en IORESOURCE_BUSY is not used and
> > the BOOTFP resource is adjusted to match the PCI BAR.
>
> A dmesg log would be nice, but I assume nvidiafb fails because it
> cannot map its BAR regions?
The logs are adjusted and so it the kernel config file.
$ grep nvidiafb *
dm-busy-adjust:nvidiafb_setup START
dm-busy-adjust:nvidiafb_probe START
dm-busy-adjust:nvidiafb 0000:01:00.0: BAR 3: can't reserve [mem
0xf0000000-0xf1ffffff 64bit pref] dm-busy-adjust:nvidiafb: cannot
request PCI regions dm-busy-noadjust:nvidiafb_setup START
dm-busy-noadjust:nvidiafb_probe START
dm-busy-noadjust:nvidiafb 0...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...b_probe(struct pci_dev *pd,
const struct pci_device_id *ent)
{
struct nvidia_par *par;
@@ -1473,7 +1473,7 @@ static void __devexit nvidiafb_remove(struct pci_dev *pd)
* ------------------------------------------------------------------------- */
#ifndef MODULE
-static int __devinit nvidiafb_setup(char *options)
+static int nvidiafb_setup(char *options)
{
char *this_opt;
@@ -1538,7 +1538,7 @@ static struct pci_driver nvidiafb_driver = {
*
* ------------------------------------------------------------------------- */
-static int __devinit nvidiafb_init(void)
+static int nvidiafb_in...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...b_probe(struct pci_dev *pd,
const struct pci_device_id *ent)
{
struct nvidia_par *par;
@@ -1473,7 +1473,7 @@ static void __devexit nvidiafb_remove(struct pci_dev *pd)
* ------------------------------------------------------------------------- */
#ifndef MODULE
-static int __devinit nvidiafb_setup(char *options)
+static int nvidiafb_setup(char *options)
{
char *this_opt;
@@ -1538,7 +1538,7 @@ static struct pci_driver nvidiafb_driver = {
*
* ------------------------------------------------------------------------- */
-static int __devinit nvidiafb_init(void)
+static int nvidiafb_in...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...b_probe(struct pci_dev *pd,
const struct pci_device_id *ent)
{
struct nvidia_par *par;
@@ -1473,7 +1473,7 @@ static void __devexit nvidiafb_remove(struct pci_dev *pd)
* ------------------------------------------------------------------------- */
#ifndef MODULE
-static int __devinit nvidiafb_setup(char *options)
+static int nvidiafb_setup(char *options)
{
char *this_opt;
@@ -1538,7 +1538,7 @@ static struct pci_driver nvidiafb_driver = {
*
* ------------------------------------------------------------------------- */
-static int __devinit nvidiafb_init(void)
+static int nvidiafb_in...