Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
also some formatting cleanup in radeon_reg.h | |||
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 | |
- store pixel clocks, core clock, and memory clocks separately - grab all pll limits from bios tables | |||
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 | |
also dirty buffer on validate | |||
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 | |
Normally this will be due to an AGP driver needing updating | |||
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 | |
plus a bunch of fixes | |||
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 | |
This just doesn't look right.. | |||
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 | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-10 | Add missing \ to libdrm_la_SOURCES | Eric Anholt | |
Reported by jcristau. | |||
2008-09-10 | intel: don't forget to include config.h in bufmgr code. | Eric Anholt | |
Thanks to airlied for catching this. | |||
2008-09-10 | intel: move drm calls to exec buffers to libdrm_intel. | Eric Anholt | |
This avoids duplicating the effort in 3 places. Also, added emit/wait fence callbacks back in bufmgr_fake since we need it for non-drm 2d. Sigh. | |||
2008-09-10 | intel: Move IRQ emit/wait from callbacks into the bufmgr. | Eric Anholt | |
In the process, work around the glaring bugs of the kernel irq wait function. | |||
2008-09-10 | Move intel libdrm stuff to libdrm_intel.so | Eric Anholt | |
dri_bufmgr.h is replaced by intel_bufmgr.h, and several functions are renamed, though the structures and many functions remain dri_bufmgr_* and dri_bo_* | |||
2008-09-10 | drm: Add tests for GEM_FLINK ioctl. | Eric Anholt | |
2008-09-08 | [FreeBSD] We need to call drm_detach before we free dev->driver. | Robert Noland | |
The driver is in control of the show, so when you try and unload a module the driver detach routine is called first. It is what drives the whole unload process and so lots of panics occur if dev->driver is already free. | |||
2008-09-07 | [FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combining | Robert Noland | |
2008-09-06 | [FreeBSD] IGP gart needs to be un-cached. | Robert Noland | |
Airlied inadvertently discovered that the IGP gart needs to be un-cached for radeon rs485 and rs690 to work. Initial tests by placing a wbinvd() after allocating the gart were successful. This is an attempt at a more appropriate method of achieving success. | |||
2008-09-06 | Free temp_pagelist on error. Free in reverse order. Noticed by open. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-06 | Pass lock data like linux and open. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-06 | Move order to end like linux. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-06 | Style white space cleanup part 2. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-06 | [FreeBSD] Ensure that drm_pci_alloc is never called while locks are held. | Robert Noland | |
2008-09-07 | radeon: change interface from headers add pin_domain into padding | Dave Airlie | |
2008-09-05 | Reorder lock functions like linux. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-05 | Style white space cleanup. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2008-09-05 | Need M_NOWAIT for malloc. | vehemens | |
Signed-off-by: Robert Noland <rnoland@2hip.net> |