summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bios.c
AgeCommit message (Expand)AuthorFilesLines
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-tes...Dave Airlie1-11/+40
2010-06-01drm/nouveau: attempt to get bios from ACPI v3Dave Airlie1-0/+20
2010-05-28drm/nv50: fix duallink_possible calculation for DCB 4.0 cardsBen Skeggs1-6/+10
2010-05-28drm/nouveau: don't execute INIT_GPIO unless we're really running the tableBen Skeggs1-1/+4
2010-05-28drm/nv40: allow cold-booting of nv4x chipsetsBen Skeggs1-1/+1
2010-05-28drm/nouveau: fix POST detection for certain chipsetsBen Skeggs1-3/+25
2010-05-19drm/nouveau: fix i2c-related init table handlersBen Skeggs1-39/+38
2010-05-19drm/nouveau: support init table i2c device identifier 0x81Ben Skeggs1-0/+3
2010-05-19drm/nouveau: ensure we've parsed i2c table entry for INIT_*I2C* handlersBen Skeggs1-77/+88
2010-05-19drm/nouveau: display error message for any failed init table opcodeBen Skeggs1-16/+23
2010-05-19drm/nouveau: fix init table handlers to return proper error codesBen Skeggs1-23/+28
2010-05-19drm/nv50: store full dcb i2c entry from vbiosBen Skeggs1-2/+6