Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-12 | fix kernel oops when removing fb | Hong Liu | |
drm_crtc->fb may point to NULL, f.e X server will allocate a new fb and assign it to the CRTC at startup, when X server exits, it will destroy the allocated fb, making drm_crtc->fb points to NULL. | |||
2008-05-08 | i915: Changed intel_fb to use the new drm_crtc_set_config interface | Jakob Bornecrantz | |
2008-04-12 | radeon_ms: rework command submission ioctl & cleanup | Jerome Glisse | |
2008-04-08 | radeon_ms: command buffer validation use array of function pointer | Jerome Glisse | |
2008-04-06 | radeon_ms: fix framebuffer code | Jerome Glisse | |
2008-03-31 | radeon_ms: initial pass at command buffer validation | Jerome Glisse | |
2008-03-30 | radeon_ms: add hang debuging helper functions | Jerome Glisse | |
2008-03-20 | radeon_ms: fix fence | Jerome Glisse | |
2008-03-10 | rradeon_ms: rework fence code and bring radeon ms up to date | Jerome Glisse | |
2008-02-09 | radeon_ms: bring radeon_ms up to date with lastest changes | Jerome Glisse | |
2008-01-25 | Merge remote branch 'origin/master' into modesetting-101 | Dave Airlie | |
Conflicts: linux-core/drm_bo.c linux-core/drm_drv.c shared-core/drm.h shared-core/i915_dma.c shared-core/i915_drv.h shared-core/i915_irq.c shared-core/radeon_irq.c | |||
2008-01-15 | radeon_ms: add rom parsing & adapt code | Jerome Glisse | |
Add rom (only combios for now) parsing and use informations retrieve instead of hardcoded table. Shuffle code around a bit. | |||
2008-01-04 | drm: move drm_head to drm_minor and fix up users | Dave Airlie | |
2007-12-20 | radeon_ms: update to follow lastest modesetting change | Jerome Glisse | |
2007-12-04 | radeon_ms: radeon modesetting first commit. | Jerome Glisse | |
This should work on all radeon but there is still many things todo: - add crtc2 - tmds - lvds - add bios data table so we don't need to hardcode dac/crtc infos - separate clock control to make power saving easier & cleaner - tiling (warning tiling shouldn't be enable in double scan or interlace) - surface reg manager (this goes along with tiling) - suspend/resume hook - avivo & r500 family support - atom bios support (for posting card mostly) - finish superioctl skeleton - what else ? :) |