summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Small tidy upThomas White1-2/+2
2009-08-06Fix command queue submissionThomas White3-203/+70
2009-07-30Use proper types for cmdq submissionThomas White3-6/+6
2009-07-29Add a missing newlineThomas White1-1/+1
2009-07-28Initialisation no longer segfaults...Thomas White6-20/+71
2009-07-28De-crashify a few thingsThomas White4-79/+108
2009-07-26Cannot accelerate theseThomas White1-38/+3
2009-07-26It all compiles now...Thomas White5-703/+583
2009-07-26Make everything up to glamo-kms-exa.c compileThomas White6-411/+424
2009-07-26Remote crtc.c and output.cThomas White2-599/+0
2009-07-23Just backing up progressThomas White7-72/+718
2009-07-23Make glamo-kms-driver.c compileThomas White4-44/+89
2009-07-22ExaClose->GlamoKMSExaCloseThomas White3-3/+4
2009-07-22Drop in most of the rest of the codeThomas White5-26/+1268
2009-07-22Just backing up progressThomas White8-82/+700
2009-07-21Makefile and initialisation stuffThomas White5-6/+224
2009-07-20Initial KMS stuffThomas White3-31/+141
2009-07-07remove useless symbol lists.Lars-Peter Clausen1-59/+0
2009-07-05With the recent changes this should not be necessary anymore.Lars-Peter Clausen1-2/+1
2009-07-05Final engine ioctls fixup.Lars-Peter Clausen2-3/+2
2009-07-05s,HAS_ENGINE_IOCTLS,HAVE_ENGINE_IOCTLS,gLars-Peter Clausen5-13/+13
2009-07-05Implement support for engine ioctls. The glamo Xorg driver should only touchLars-Peter Clausen6-1/+64
2009-07-04Don't disable the divider for all memory clocks when disabling the cmdq engine.Lars-Peter Clausen1-3/+0
2009-05-09Don't wait when disabling the cmdq. it causes a wsod for some users.Lars-Peter Clausen1-1/+2
2009-05-09Only reset those bits which we actually change.Lars-Peter Clausen1-7/+11
2009-05-05Only waiting for the cmdq engine to be finished when dispatching the queueLars-Peter Clausen1-1/+3
2009-05-05Sync graphics pipeline before uploading/downloading data to/from the graphicsLars-Peter Clausen1-34/+37
2009-05-04Cleanup: Replace pix->devKind with exaGetPixmapPitch(pix)Lars-Peter Clausen1-5/+5
2009-05-04Don't try to accelerate 8bit solid fills, because in it's current shape it doesLars-Peter Clausen3-22/+38
2009-05-03Remove autogenerated file.Lars-Peter Clausen1-75/+0
2009-05-03Oops... fix includes.Lars-Peter Clausen2-3/+3
2009-05-03Code cleanup:Lars-Peter Clausen6-374/+30
2009-05-01Code cleanup:Lars-Peter Clausen4-643/+284
2009-04-26Fix size/offset bugs in the new memory management code.Lars-Peter Clausen2-5/+5
2009-04-24Don't spam the log with fallback messages.Lars-Peter Clausen1-1/+1
2009-03-11Implement memory managment which allows us to allocate static memory areas inLars-Peter Clausen5-72/+64
2009-02-26No PCI here...Lars-Peter Clausen1-10/+0
2009-02-25Make the path to the sysfs state file for the jbt6k47 display driverLars-Peter Clausen5-11/+82
2009-02-24Mark the mode of the framebuffer which was set before the xserver was started asLars-Peter Clausen1-0/+5
2009-02-22Add legacy modesetting path for xorg prior to 1.5.0.0Lars-Peter Clausen2-21/+90
2009-02-22Add some rather ugly code for getting output video modes. But it allows theLars-Peter Clausen2-3/+109
2009-02-22Map the mmio register ourself and do not rely on xorgs xf86MapVidMem since itLars-Peter Clausen1-9/+61
2009-02-22Add proper VT switching. Save and restore hardware registers. This should fixLars-Peter Clausen6-142/+266
2009-02-19Do proper error messages.Lars-Peter Clausen1-8/+22
2009-02-19Use "Device" as option name to set the path to the framebuffer device.Lars-Peter Clausen1-3/+4
2009-02-19Lots of code cleanup: Remove unused functions, fix naming, fix indent.Lars-Peter Clausen5-244/+233
2009-02-19Add basic RandR 1.2 support.Lars-Peter Clausen6-237/+483
2009-02-09Read the ring write address from the hardware, rather then using a local writeLars-Peter Clausen2-22/+19
2009-02-01More "we only support 16bit" cleanup.Lars-Peter Clausen1-66/+30
2009-02-01Remove DGA code.Lars-Peter Clausen1-154/+1