aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAge
* drm: don't drop handle reference on unloadDave Airlie2010-10-07
* drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-09-30
* drm/nouveau: fix panels using straps-based mode detectionBen Skeggs2010-09-23
* drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-14
* drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-13
* Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-09-02
|\
| * drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz2010-09-02
| * drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.Francisco Jerez2010-09-02
| * drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez2010-09-02
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-08-28
|\ \
| * | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-08-26
| |\|
| | * drm/nouveau: drop drm_global_mutex before sleeping in submission pathBen Skeggs2010-08-26
| | * drm/nv20: Don't use pushbuf calls on the original nv20.Francisco Jerez2010-08-26
| | * drm/nouveau: Fix TMDS on some DCB1.5 boards.Francisco Jerez2010-08-26
| | * drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel.Francisco Jerez2010-08-26
| | * drm/nv30: Apply modesetting to the correct slave encoderPatrice Mandin2010-08-26
| | * drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez2010-08-26
| | * drm/nv50: add dcb type 14 to enum to prevent compiler complaintBen Skeggs2010-08-26
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-23
|\| |
| * | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2010-08-22
| |\|
| | * drm/nouveau: fix earlier mistake when fixing merge conflictBen Skeggs2010-08-16
| | * drm/nvc0: fix thinko in instmem suspend/resumeBen Skeggs2010-08-16
| | * drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18.Francisco Jerez2010-08-16
| | * drm/nouveau: Add TV-out quirk for an MSI nForce2 IGP.Francisco Jerez2010-08-16
| | * drm/nv50-nvc0: ramht_size is meant to be in bytes, not entriesBen Skeggs2010-08-16
| | * drm/nouveau: punt some more log messages to debug levelBen Skeggs2010-08-16
| | * drm/nouveau: remove warning about unknown tmds table revisionsBen Skeggs2010-08-16
| | * drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs2010-08-16
| | * drm/nouveau: fix race condition when under memory pressureBen Skeggs2010-08-16
| | * drm/nv50: fix minor thinko from nvc0 changesBen Skeggs2010-08-16
| | * drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez2010-08-16
| * | drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-17
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-12
|\| |
| * | drm: expand gamma_setJames Simmons2010-08-09
| * | drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson2010-08-09
| * | drm: Propagate error code from fb_create()Chris Wilson2010-08-09
| |/
| * drm/nvc0: fix typo in PRAMIN flushBen Skeggs2010-08-09
| * drm/nouveau: Fix DCB TMDS config parsing.Francisco Jerez2010-08-09
| * drm/nv30: Fix PFB init for nv31.Francisco Jerez2010-08-09
| * drm/nv04: Fix up SGRAM density detection.Francisco Jerez2010-08-09
| * drm/nouveau: Init dcb->or on cards that have no usable DCB table.Francisco Jerez2010-08-09
| * drm/nouveau: reduce severity of some "error" messagesBen Skeggs2010-08-05
| * drm/nvc0: backup bar3 channel on suspendBen Skeggs2010-08-05
| * drm/nouveau: implement init table opcodex 0x5e and 0x9aMarcin Koƛcielnicki2010-08-05
| * drm/nouveau: implement init table op 0x57, INIT_LTIMEMarcin Koƛcielnicki2010-08-05
| * drm/nvc0: implement crtc pll settingBen Skeggs2010-08-05
| * drm/nvc0: fix evo dma object so we display somethingBen Skeggs2010-08-05
| * drm/nvc0: rudimentary instmem supportBen Skeggs2010-08-05
| * drm/nvc0: implement memory detectionBen Skeggs2010-08-05
| * drm/nvc0: allow INIT_GPIOBen Skeggs2010-08-05