Age | Commit message (Expand) | Author | Files | Lines |
2010-08-26 | drm/nouveau: Fix TMDS on some DCB1.5 boards. | Francisco Jerez | 1 | -14/+6 |
2010-08-26 | drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. | Francisco Jerez | 1 | -21/+4 |
2010-08-26 | drm/nouveau: Use a helper function to match PCI device/subsystem IDs. | Francisco Jerez | 1 | -13/+4 |
2010-08-26 | drm/nv50: add dcb type 14 to enum to prevent compiler complaint | Ben Skeggs | 1 | -1/+1 |
2010-08-17 | drm/nouveau: fix earlier mistake when fixing merge conflict | Ben Skeggs | 1 | -2/+2 |
2010-08-17 | drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18. | Francisco Jerez | 1 | -0/+16 |
2010-08-17 | drm/nouveau: punt some more log messages to debug level | Ben Skeggs | 1 | -5/+5 |
2010-08-17 | drm/nouveau: remove warning about unknown tmds table revisions | Ben Skeggs | 1 | -7/+5 |
2010-08-09 | drm/nouveau: Fix DCB TMDS config parsing. | Francisco Jerez | 1 | -4/+4 |
2010-08-09 | drm/nv04: Fix up SGRAM density detection. | Francisco Jerez | 1 | -1/+1 |
2010-08-09 | drm/nouveau: Init dcb->or on cards that have no usable DCB table. | Francisco Jerez | 1 | -1/+1 |
2010-08-06 | drm/nouveau: reduce severity of some "error" messages | Ben Skeggs | 1 | -2/+2 |
2010-08-06 | drm/nouveau: implement init table opcodex 0x5e and 0x9a | Marcin KoĆcielnicki | 1 | -0/+123 |
2010-08-06 | drm/nouveau: implement init table op 0x57, INIT_LTIME | Marcin KoĆcielnicki | 1 | -0/+26 |
2010-08-06 | drm/nvc0: implement crtc pll setting | Ben Skeggs | 1 | -1/+1 |
2010-08-06 | drm/nvc0: allow INIT_GPIO | Ben Skeggs | 1 | -1/+1 |
2010-08-06 | drm/nv17-nv4x: Attempt to init some external TMDS transmitters. | Francisco Jerez | 1 | -1/+20 |
2010-08-06 | drm/nouveau: Fix the INIT_CONFIGURE_PREINIT BIOS opcode. | Francisco Jerez | 1 | -1/+1 |
2010-08-06 | drm/nouveau: Don't pass misaligned offsets to io_mapping_map_atomic_wc(). | Francisco Jerez | 1 | -4/+6 |
2010-08-05 | drm,io-mapping: Specify slot to use for atomic mappings | Chris Wilson | 1 | -4/+4 |
2010-07-26 | drm/nouveau: introduce gpio engine | Ben Skeggs | 1 | -1/+2 |
2010-07-26 | drm/nouveau: Get rid of the remaining VGA CRTC locking. | Francisco Jerez | 1 | -11/+2 |
2010-07-26 | drm/nouveau: Reset CRTC owner to 0 before BIOS init. | Francisco Jerez | 1 | -2/+4 |
2010-07-26 | drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time. | Francisco Jerez | 1 | -6/+5 |
2010-07-26 | drm/nv04-nv3x: Implement init-compute-mem. | Francisco Jerez | 1 | -59/+359 |
2010-07-26 | drm/nouveau: Add some PFB register defines. | Francisco Jerez | 1 | -11/+11 |
2010-07-26 | drm/nouveau: Fix a sparse warning. | Francisco Jerez | 1 | -6/+6 |
2010-07-26 | drm/nv50: fix regression that break LVDS in some places | Ben Skeggs | 1 | -0/+1 |
2010-07-26 | drm/nouveau: support fetching LVDS EDID from ACPI | Ben Skeggs | 1 | -1/+3 |
2010-07-26 | drm/nouveau: remove quirk to fabricate DVI-A output on DCB 1.5 boards | Ben Skeggs | 1 | -7/+0 |
2010-07-13 | drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patch | Ben Skeggs | 1 | -24/+9 |
2010-07-13 | drm/nouveau: INIT_CONFIGURE_PREINIT/CLK/MEM on newer BIOSes is not an error. | Francisco Jerez | 1 | -3/+3 |
2010-07-13 | drm/nv50: DCB quirk for Dell M6300 | Ben Skeggs | 1 | -0/+28 |
2010-07-13 | drm/nouveau: downgrade severity of most init table parser errors | Ben Skeggs | 1 | -42/+70 |
2010-07-13 | drm/nouveau: Ignore broken legacy I2C entries. | Francisco Jerez | 1 | -4/+8 |
2010-07-13 | drm/nouveau: Don't clear AGPCMD completely on INIT_RESET. | Francisco Jerez | 1 | -1/+2 |
2010-06-08 | drm/nouveau: off by one in init_i2c_device_find() | Dan Carpenter | 1 | -1/+1 |
2010-06-08 | drm/nouveau: match U/DP script against SOR link | Ben Skeggs | 1 | -3/+20 |
2010-06-01 | Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes... | Dave Airlie | 1 | -11/+40 |
2010-06-01 | drm/nouveau: attempt to get bios from ACPI v3 | Dave Airlie | 1 | -0/+20 |
2010-05-28 | drm/nv50: fix duallink_possible calculation for DCB 4.0 cards | Ben Skeggs | 1 | -6/+10 |
2010-05-28 | drm/nouveau: don't execute INIT_GPIO unless we're really running the table | Ben Skeggs | 1 | -1/+4 |
2010-05-28 | drm/nv40: allow cold-booting of nv4x chipsets | Ben Skeggs | 1 | -1/+1 |
2010-05-28 | drm/nouveau: fix POST detection for certain chipsets | Ben Skeggs | 1 | -3/+25 |
2010-05-19 | drm/nouveau: fix i2c-related init table handlers | Ben Skeggs | 1 | -39/+38 |
2010-05-19 | drm/nouveau: support init table i2c device identifier 0x81 | Ben Skeggs | 1 | -0/+3 |
2010-05-19 | drm/nouveau: ensure we've parsed i2c table entry for INIT_*I2C* handlers | Ben Skeggs | 1 | -77/+88 |
2010-05-19 | drm/nouveau: display error message for any failed init table opcode | Ben Skeggs | 1 | -16/+23 |
2010-05-19 | drm/nouveau: fix init table handlers to return proper error codes | Ben Skeggs | 1 | -23/+28 |
2010-05-19 | drm/nv50: store full dcb i2c entry from vbios | Ben Skeggs | 1 | -2/+6 |