aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bios.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-146/+220
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-4/+4
2010-10-05drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cardsEmil Velikov1-0/+6
2010-10-05drm/nouveau: Add a module option to force card POST.Marcin Kościelnicki1-0/+2
2010-09-24drm/nouveau: v3.0 pll limits tables have type<->register mapping tooBen Skeggs1-1/+1
2010-09-24drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes.Francisco Jerez1-1/+14
2010-09-24drm/nouveau: correct INIT_DP_CONDITION subcondition 5Ben Skeggs1-1/+1
2010-09-24drm/nouveau: implement parsing of DCB 2.2 GPIO tableBen Skeggs1-93/+63
2010-09-24drm/nouveau: allow static performance level settingBen Skeggs1-1/+4
2010-09-24drm/nouveau: make bios code easier to use externallyBen Skeggs1-23/+31
2010-09-24drm/nouveau: make the behaviour of get_pll_limits() consistentBen Skeggs1-32/+104
2010-08-26drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez1-14/+6
2010-08-26drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez1-21/+4
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez1-13/+4
2010-08-26drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs1-1/+1
2010-08-17drm/nouveau: fix earlier mistake when fixing merge conflictBen Skeggs1-2/+2
2010-08-17drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18.Francisco Jerez1-0/+16
2010-08-17drm/nouveau: punt some more log messages to debug levelBen Skeggs1-5/+5
2010-08-17drm/nouveau: remove warning about unknown tmds table revisionsBen Skeggs1-7/+5
2010-08-09drm/nouveau: Fix DCB TMDS config parsing.Francisco Jerez1-4/+4
2010-08-09drm/nv04: Fix up SGRAM density detection.Francisco Jerez1-1/+1
2010-08-09drm/nouveau: Init dcb->or on cards that have no usable DCB table.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: reduce severity of some "error" messagesBen Skeggs1-2/+2
2010-08-06drm/nouveau: implement init table opcodex 0x5e and 0x9aMarcin Kościelnicki1-0/+123
2010-08-06drm/nouveau: implement init table op 0x57, INIT_LTIMEMarcin Kościelnicki1-0/+26
2010-08-06drm/nvc0: implement crtc pll settingBen Skeggs1-1/+1
2010-08-06drm/nvc0: allow INIT_GPIOBen Skeggs1-1/+1
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez1-1/+20
2010-08-06drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode.Francisco Jerez1-1/+1
2010-08-06drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc().Francisco Jerez1-4/+6
2010-08-05drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson1-4/+4
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs1-1/+2
2010-07-26drm/nouveau: Get rid of the remaining VGA CRTC locking.Francisco Jerez1-11/+2
2010-07-26drm/nouveau: Reset CRTC owner to 0 before BIOS init.Francisco Jerez1-2/+4
2010-07-26drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.Francisco Jerez1-6/+5
2010-07-26drm/nv04-nv3x: Implement init-compute-mem.Francisco Jerez1-59/+359
2010-07-26drm/nouveau: Add some PFB register defines.Francisco Jerez1-11/+11
2010-07-26drm/nouveau: Fix a sparse warning.Francisco Jerez1-6/+6
2010-07-26drm/nv50: fix regression that break LVDS in some placesBen Skeggs1-0/+1
2010-07-26drm/nouveau: support fetching LVDS EDID from ACPIBen Skeggs1-1/+3
2010-07-26drm/nouveau: remove quirk to fabricate DVI-A output on DCB 1.5 boardsBen Skeggs1-7/+0
2010-07-13drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patchBen Skeggs1-24/+9
2010-07-13drm/nouveau: INIT_CONFIGURE_PREINIT/CLK/MEM on newer BIOSes is not an error.Francisco Jerez1-3/+3
2010-07-13drm/nv50: DCB quirk for Dell M6300Ben Skeggs1-0/+28
2010-07-13drm/nouveau: downgrade severity of most init table parser errorsBen Skeggs1-42/+70
2010-07-13drm/nouveau: Ignore broken legacy I2C entries.Francisco Jerez1-4/+8
2010-07-13drm/nouveau: Don't clear AGPCMD completely on INIT_RESET.Francisco Jerez1-1/+2
2010-06-08drm/nouveau: off by one in init_i2c_device_find()Dan Carpenter1-1/+1
2010-06-08drm/nouveau: match U/DP script against SOR linkBen Skeggs1-3/+20
2010-06-01Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-testingDave Airlie1-11/+40