summaryrefslogtreecommitdiff
path: root/src/glamo-engine.c
AgeCommit message (Collapse)Author
2009-10-28Reduce excessive waits when resetting enginesThomas White
This reduces the pauses, which allow Glamo engines to settle after being reset, from one second to 15 ms. This reduces the overall time taken for resume (in the non-KMS, non-engine-ioctl case) by several seconds.
2009-07-05s,HAS_ENGINE_IOCTLS,HAVE_ENGINE_IOCTLS,gLars-Peter Clausen
2009-07-05Implement support for engine ioctls. The glamo Xorg driver should only touchLars-Peter Clausen
cmdq or 2d registers, so we enable/disable engines through framebuffer ioctls. This needs support from the kernel side.
2009-07-04Don't disable the divider for all memory clocks when disabling the cmdq engine.Lars-Peter Clausen
Other memory clocks might be in use and disabling the divider will cause a WSOD.
2009-05-03Oops... fix includes.Lars-Peter Clausen
2009-05-01Code cleanup:Lars-Peter Clausen
* Delete unused files * Move engine code to it's own file * Remove some proxy functions