summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* compat-api stuff addedSergey Bolshakov2013-12-0410-63/+180
* Only call vivante_free_pixmap() if we are running acceleratedRussell King2013-12-041-1/+3
* Add error reporting for gco2D_DisableAlphaBlend() callRussell King2013-10-301-1/+6
* Move the drm fd into our crtc structureRussell King2013-10-302-15/+17
* Avoid passing 'drm' to armada_bo_alloc_framebuffer()Russell King2013-10-301-4/+5
* Clean up drmc->drm->fdRussell King2013-10-301-4/+3
* Separate out connector/output handingRussell King2013-10-304-409/+442
* Move cursor maximum width/height to private crtc info structureRussell King2013-10-292-12/+13
* Avoid setting up a brush when none is requiredRussell King2013-10-291-10/+3
* Wrap udev structures up in its own structureRussell King2013-10-292-12/+16
* Remove unused 'phys' and 'last_phys' members from Xv driverRussell King2013-10-291-8/+0
* Move bo map/unmap to vivante_utils.cRussell King2013-10-293-42/+56
* Cleanup pixmap freeingRussell King2013-10-291-6/+2
* Provide a function to unmap bo-mapped objectsRussell King2013-10-291-9/+14
* Move checks out of vivante_unmap_gpu()Russell King2013-10-292-12/+10
* Only call vivante_map_gpu() if the pixmap isn't already mapped to the GPU.Russell King2013-10-292-29/+26
* Rename vivante_format() to vivante_pict_format()Russell King2013-10-293-9/+9
* Add common utils helpersRussell King2013-10-295-7/+11
* Keep the 'status' field in structures passed to galcoreRussell King2013-10-291-0/+1
* Ensure that all DRM planes are freed on errorRussell King2013-10-291-1/+1
* Fix bad error cleanup in vivante_accel_PutImageRussell King2013-10-291-1/+3
* Fix initial mode settingRussell King2013-10-291-4/+2
* Fix capability check bugRussell King2013-10-291-1/+1
* Remove support for BMM Xv hackRussell King2013-06-301-79/+1
* Probe for hardware cursor supportRussell King2013-06-302-12/+26
* Default to no bus idRussell King2013-06-301-2/+4
* Convert Xv support to use drm_planesRussell King2013-06-302-267/+434
* Cleanup Xv framebuffer ID handlingRussell King2013-06-161-92/+132
* Remove most of the legacy overlay supportRussell King2013-06-161-364/+1
* Add DRM plane support to Xv backendRussell King2013-06-161-470/+975
* CRTC updatesRussell King2013-06-162-16/+22
* Add remainder of the dmabuf changesRussell King2013-06-163-1/+99
* Initialize vivante drm_fd in vivante_ScreenInitRussell King2013-06-144-8/+7
* Initial checkin of Marvell Armada xorg driverRussell King2013-06-1429-0/+7481