Age | Commit message (Expand) | Author |
2008-09-26 | radeon: use atom for ext tmds on r4xx | Alex Deucher |
2008-09-26 | radeon: make atom on r4xx a module option | Alex Deucher |
2008-09-25 | Merge branch 'modesetting-gem' of git+ssh://agd5f@git.freedesktop.org/git/mes... | Alex Deucher |
2008-09-25 | radeon: first pass at using atombios on r4xx hw | Alex Deucher |
2008-09-25 | Seperate modesetting userspace bits into drm_mode.h | Jakob Bornecrantz |
2008-09-24 | radeon: add r600 modesetting registers writes | Dave Airlie |
2008-09-24 | radeon: add parsing for r6xx object tables | Dave Airlie |
2008-09-23 | intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY. | Eric Anholt |
2008-09-23 | intel: Replace wraparound test logic in bufmgr_fake. Again. | Eric Anholt |
2008-09-23 | intel: Do strerror on errno, not on the -1 return value from ioctl. | Eric Anholt |
2008-09-23 | Update intel modesetting to use mm_private instead of mm_handle. | Kristian Høgsberg |
2008-09-23 | radeon: fix minor cursor issues | Dave Airlie |
2008-09-23 | radeon: Fix type in check for tmds type. | Kristian Høgsberg |
2008-09-23 | Store the buffer object backing the fb as a void pointer, not a handle. | Kristian Høgsberg |
2008-09-23 | drm: fix brace placement | Dave Airlie |
2008-09-22 | intel: Fix driver-supplied argument to exec function (fd.o bug #17653). | Xiang, Haihao |
2008-09-19 | radeon: rmx_fixup() fixes for legacy chips | Alex Deucher |
2008-09-20 | radeon: fix voverplus calculation | Dave Airlie |
2008-09-19 | radeon: tmds bracket failure found by krh. | Dave Airlie |
2008-09-18 | radeon: pll and interlace updates from the ddx | Alex Deucher |
2008-09-18 | radeon: Add functions to set mem/eng clocks | Alex Deucher |
2008-09-18 | radeon: add function to configure PCIE lanes | Alex Deucher |
2008-09-18 | Radeon: restructure PLL data | Alex Deucher |
2008-09-18 | Export drm_put_minor | Alex Deucher |
2008-09-17 | [FreeBSD] Convert to using cdevpriv for file_priv tracking | Robert Noland |
2008-09-18 | fixup radeon stuff - need to checkout irqs | Dave Airlie |
2008-09-18 | radeon: fixup buffer and cs bits | Dave Airlie |
2008-09-18 | [PATCH] radeon: fixup GEM domain setting - allows more userspace paths | Dave Airlie |
2008-09-18 | [PATCH] radeon: disable blit moves | Dave Airlie |
2008-09-18 | radeon: fail properly if we can't create the ring. | Dave Airlie |
2008-09-18 | radeon: do proper memory controller init and setup | Dave Airlie |
2008-09-18 | radeon: fix return value | Dave Airlie |
2008-09-18 | radeon: fixup reference counting properly | Dave Airlie |
2008-09-18 | radeon: sort out atom vs combios tables for r400 cards | Dave Airlie |
2008-09-18 | radeon: remove unneeded debugging | Dave Airlie |
2008-09-18 | radeon: don't do full edid for detection purposes | Dave Airlie |
2008-09-18 | make text reserve 256k | Dave Airlie |
2008-09-18 | radeon: add initial suspend/resume support | Dave Airlie |
2008-09-18 | modesetting: Add helper to force restore modes on crtcs at resume time | Dave Airlie |
2008-09-17 | radeon: fix legacy LVDS | Alex Deucher |
2008-09-17 | nv50: add initial context for chipset 0xaa | Ben Skeggs |
2008-09-17 | nv50: add initial context to match ctxprog for chipset 0x50 | Ben Skeggs |
2008-09-17 | nv50: add ctxprog for chipset 0x50 | Ben Skeggs |
2008-09-17 | nv50: add ctxprog for chipset 0xaa | Ben Skeggs |
2008-09-17 | nv50: add support for chipset 0x92 | Ben Skeggs |
2008-09-10 | Remove incomplete and obsolete free/net/open code. | vehemens |
2008-09-10 | Add missing \ to libdrm_la_SOURCES | Eric Anholt |
2008-09-10 | intel: don't forget to include config.h in bufmgr code. | Eric Anholt |
2008-09-10 | intel: move drm calls to exec buffers to libdrm_intel. | Eric Anholt |
2008-09-10 | intel: Move IRQ emit/wait from callbacks into the bufmgr. | Eric Anholt |