Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | KMS: hook up output properties for randr | Zhenyu Wang | |
This gets output properties from kernel, then hook them up for randr. So we can control output properties through randr like in UMS. Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com> | |||
2009-03-31 | Match GTT unmap with map in KMS rotation case | Jesse Barnes | |
Missed this when the GTT unmap call was added. If we don't do this we trigger an assertion in libdrm, since the buffer has never been mapped normally. Fixes bug #20943. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> (cherry picked from commit 087f72e1f5d7d11b8795ba80a842874f5a9bb01d) | |||
2009-03-19 | Re-enable disabled outputs after rotation | Jesse Barnes | |
The server may have made a DPMS call before doing rotation, so after we do the mode set with the rotated framebuffer, we need to re-enable the corresponding output(s). Fixes bug #20573. (cherry picked from commit bedc894a565ce3c7a50990e3f78953fc2432ad40) | |||
2009-03-06 | clean up arguments to i830_allocate_framebuffer since zaphod removal. | Eric Anholt | |
Signed-off-by: Eric Anholt <eric@anholt.net> | |||
2009-03-02 | KMS: Wire up output DPMS. | Adam Jackson | |
2009-02-24 | Update kms to work with drmModeModeInfo API update. | Kristian Høgsberg | |
2009-02-23 | KMS: Fix bug that prevented EDID data from getting propagated. | Kristian Høgsberg | |
2009-02-20 | KMS: Hook up rotated shadow buffers. | Kristian Høgsberg | |
2009-02-17 | KMS: Hook up crtc::gamma_set. | Kristian Høgsberg | |
2009-02-02 | Fix last-minute "cleanup" that broke the patch. | Kristian Høgsberg | |
2009-02-01 | Implement front buffer resize for KMS. | Kristian Høgsberg | |
This adds back the resize hook so we can resize the front buffer under kernel mode setting as well. The patch also pulls the drmmode_* structs from drmmode_display.h into drmmode_display.c and eliminates the header file. | |||
2008-12-29 | modeset: transformPresent is a new API member | Dave Airlie | |
2008-12-29 | modeset: fix xf86CrtcRotate API change across server versions | Dave Airlie | |
2008-12-15 | Quiet some KMS warnings. | Kristian Høgsberg | |
2008-12-06 | Fix KMS compilation. | Kristian Høgsberg | |
2008-09-09 | mode: fix missing comma | Dave Airlie | |
2008-08-14 | Use pwrite for cursor updates | Jesse Barnes | |
Don't open code map/memcpy/unmap, let libdrm do that for us if necessary. | |||
2008-08-12 | Update DRM based modesetting support | Jesse Barnes | |
Just a checkpoint, still needs a lot of work to properly handle resize, rotate & cursor handling. | |||
2008-08-08 | Make it actually build the kernel stuff if possible | Jesse Barnes | |
Fixup the kernel stuff to have a slightly better chance of working. Still need to fixup the EXA pixmap functions. | |||
2008-08-08 | Initial port of kernel modesetting from old intel-kernelmode branch | Jesse Barnes | |
Thanks airlied! |