Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-25 | Merge branch 'modesetting-gem' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/mesa/drm into modesetting-gem | |||
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 | 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 | |
This lets us defer handle creation until userspace acutally asks for one, at which point we also have a drm_file to associate it with. | |||
2008-09-23 | drm: fix brace placement | Dave Airlie | |
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-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-07 | radeon: change interface from headers add pin_domain into padding | Dave Airlie | |
2008-09-05 | radeon: rs690 GART tables need to be in uncached memory. | Dave Airlie | |
Allocate the rs480/690 tables from uncached memory. | |||
2008-09-04 | radeon: fixup a number of avivo checks for rs690 | Dave Airlie | |
2008-08-29 | radeon: fixup LVDS mode getting | Dave Airlie | |
if we have no DDC we were oopsing. fix that. then make a native panel mode | |||
2008-08-28 | radeon: get lvds atombios info | Dave Airlie | |
set the correct values from atombios makes LVDS work a lot better | |||
2008-08-28 | drm: port X crtc picking algorithm. | Dave Airlie | |
This mimics the X.org from ajax with less options | |||
2008-08-28 | radeon: limit LVDS to first CRTC for now | Dave Airlie | |
2008-08-28 | radeon: fixup checks for crtc in dpms paths | Dave Airlie | |
2008-08-27 | drm: fix some whitespace | Dave Airlie | |
2008-08-27 | radeon: braino pointed out on mailing list | Dave Airlie | |
thanks to Ville Syrjälä | |||
2008-08-27 | radeon: avoid oops on encoders with no crtc set | Dave Airlie | |
2008-08-26 | radeon/ttm: add support for zeroing the contents of VRAM buffers | Dave Airlie | |
This uses a solid fill fastpath, falling back to the slow memset path. | |||
2008-08-26 | drm: add move zero function to memset unclean buffers | Dave Airlie | |
2008-08-26 | drm/ttm: export drm_bo_add_ttm | Dave Airlie | |
2008-08-26 | radeon: fixup domains and use them properly | Dave Airlie | |
2008-08-26 | drm: add memory clean flag. | Dave Airlie | |
When the mapping is clean this flag will be set. This can be used by a driver to save migrating and allocating pages for an object that will first be used in VRAM. | |||
2008-08-22 | drm: add gpu create script | Dave Airlie | |