Re: [PATCH 3/3] powerpc: replace vga_fixup() with generic code

2017-08-08 Thread Michael Ellerman
Daniel Axtens writes: > Michael Ellerman writes: > >> Daniel Axtens writes: >> >>> Currently, we do a PCI fixup to mark a default card so that Xorg >>> autoconfiguration works. >>> >>> There is a new generic method to do this sort of vga

Re: [PATCH 3/3] powerpc: replace vga_fixup() with generic code

2017-08-07 Thread Daniel Axtens
Michael Ellerman writes: > Daniel Axtens writes: > >> Currently, we do a PCI fixup to mark a default card so that Xorg >> autoconfiguration works. >> >> There is a new generic method to do this sort of vga fixup, and >> it occurs by default. >> >> Drop our

Re: [PATCH 3/3] powerpc: replace vga_fixup() with generic code

2017-08-07 Thread Michael Ellerman
Daniel Axtens writes: > Currently, we do a PCI fixup to mark a default card so that Xorg > autoconfiguration works. > > There is a new generic method to do this sort of vga fixup, and > it occurs by default. > > Drop our old method. > > This method is different: > - it will

[PATCH 3/3] powerpc: replace vga_fixup() with generic code

2017-08-04 Thread Daniel Axtens
Currently, we do a PCI fixup to mark a default card so that Xorg autoconfiguration works. There is a new generic method to do this sort of vga fixup, and it occurs by default. Drop our old method. This method is different: - it will only mark a card as default if a driver is bound - the