| Commit message (Expand) | Author | Age |
* | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 |
|\ |
|
| * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 |
* | | drm/nouveau: fix *staging* driver build with switcheroo off. | Dave Airlie | 2010-03-02 |
* | | vga_switcheroo: fix build on platforms with no ACPI | Dave Airlie | 2010-03-01 |
* | | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage | Dave Airlie | 2010-03-01 |
|\ \ |
|
| * | | vga_switcheroo: initial implementation (v15) | Dave Airlie | 2010-03-01 |
* | | | Merge remote branch 'nouveau/for-airlied' into drm-next-stage | Dave Airlie | 2010-03-01 |
|\ \ \ |
|
| * | | | drm/nouveau: use ALIGN instead of open coding it | Matt Turner | 2010-02-25 |
| * | | | drm/nouveau: report unknown connector state if lid closed | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: support version 0x20 displayport tables | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: Fix noaccel/nofbaccel option descriptions. | Marcin KoĆcielnicki | 2010-02-25 |
| * | | | drm/nv50: Implement ctxprog/state generation. | Marcin KoĆcielnicki | 2010-02-25 |
| * | | | drm/nouveau: use dcb connector types throughout the driver | Ben Skeggs | 2010-02-25 |
| * | | | drm/nv50: enable hpd on any connector we know the gpio line for | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: use dcb connector table for creating drm connectors | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: construct a connector table for cards that lack a real one | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: check for known dcb connector types | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: parse dcb gpio/connector tables after encoders | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: reorganise bios header, add dcb connector type enums | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: merge nvbios and nouveau_bios_info | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_table | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_table | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: allow retrieval of vbios image from debugfs | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: fix missing spin_unlock in failure path | Luca Barbieri | 2010-02-25 |
| * | | | drm/nouveau: fix i2ctable bounds checking | Marcin Slusarz | 2010-02-25 |
| * | | | drm/nouveau: fix nouveau_i2c_find bounds checking | Marcin Slusarz | 2010-02-25 |
| * | | | drm/nouveau: fix pramdac_table range checking | Marcin Slusarz | 2010-02-25 |
| * | | | drm/nouveau: new gem pushbuf interface, bump to 0.0.16 | Ben Skeggs | 2010-02-25 |
| * | | | drm/nv50: make pushbuf dma object cover entire vm | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: remove PUSHBUF_CAL macro | Ben Skeggs | 2010-02-25 |
| * | | | drm/nv50: switch to indirect push buffer controls | Ben Skeggs | 2010-02-25 |
| * | | | drm/nouveau: protect channel create/destroy and irq handler with a spinlock | Maarten Maathuis | 2010-02-25 |
| |/ / |
|
* | | | Merge remote branch 'korg/drm-core-next' into drm-next-stage | Dave Airlie | 2010-03-01 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use drm_gem_object_[handle_]unreference_unlocked where possible | Luca Barbieri | 2010-02-10 |
* | | | drm/nv50: fix vram ptes on IGPs to point at stolen system memory | Ben Skeggs | 2010-02-22 |
* | | | drm/nv50: fix instmem binding on IGPs to point at stolen system memory | Ben Skeggs | 2010-02-22 |
* | | | drm/nv50: improve vram page table construction | Ben Skeggs | 2010-02-22 |
* | | | drm/nv50: more efficient clearing of gpu page table entries | Ben Skeggs | 2010-02-22 |
* | | | drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram | Ben Skeggs | 2010-02-22 |
* | | | drm/nouveau: Fix up pre-nv17 analog load detection. | Francisco Jerez | 2010-02-22 |
* | | | drm/nouveau: Force TV encoder DPMS reinit after resume. | Francisco Jerez | 2010-02-15 |
* | | | drm/nouveau: use mutex for vbios lock | Ben Skeggs | 2010-02-15 |
|/ / |
|
* | | nouveau: fix state detection with switchable graphics | Matthew Garrett | 2010-02-10 |
* | | drm/nouveau: move dereferences after null checks | Marcin Slusarz | 2010-02-10 |
* | | drm/nv50: make the pgraph irq handler loop like the pre-nv50 version | Maarten Maathuis | 2010-02-09 |
* | | drm/nv50: delete ramfc object after disabling fifo, not before | Maarten Maathuis | 2010-02-09 |
* | | drm/nv50: avoid unloading pgraph context when ctxprog is running | Maarten Maathuis | 2010-02-09 |
* | | drm/nv50: align size of buffer object to the right boundaries. | Maarten Maathuis | 2010-02-09 |
* | | drm/nv50: disregard dac outputs in nv50_sor_dpms() | Ben Skeggs | 2010-02-09 |