summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03xorg_list: define the xorg_list* symbolsEmil Velikov1-0/+8
2014-06-20kms: implement a more generic event mechanismBen Skeggs1-12/+108
2014-06-20dri2: move page flip handling out of drmmodeBen Skeggs1-131/+1
2014-06-20dri2: move away from directly touching drmmode on page flipsBen Skeggs1-18/+28
2014-06-20glamor: fix randr resizeBen Skeggs1-0/+3
2014-06-19glamor: initial support (no dri)Ben Skeggs1-4/+15
2014-06-19replace NoAccel with AccelMethod in preparation for glamor supportBen Skeggs1-6/+6
2013-07-31nouveau: fix build against older servers.Dave Airlie1-0/+2
2013-07-31nouveau: add gpu identifier to connector names for secondary gpusDave Airlie1-0/+4
2013-07-30nouveau: fix crash when xinerama is enabled.Dave Airlie1-1/+1
2013-07-30drmmode: add support for multi-screen reverse optimusDave Airlie1-9/+43
2013-06-10fix a xfree from previous patchMaarten Lankhorst1-1/+1
2013-06-10nouveau: enable support for normal optimus configurationMaarten Lankhorst1-12/+28
2013-03-25Clean up some errors on closing.Maarten Lankhorst1-0/+16
2013-02-11nouveau: fix build against old servers (part 2)Dave Airlie1-2/+8
2013-02-06nouveau: add reverse prime supportDave Airlie1-1/+34
2013-01-23nouveau: put cursor BO in GARTMarcin Slusarz1-1/+1
2012-11-27add some missing newlines in error messagesMarcin Slusarz1-2/+2
2012-11-15kms: Let the server know if we got more than 1 EDID blockEmil Velikov1-1/+4
2012-09-03nouveau: enable provider/capabilitiesDave Airlie1-0/+4
2012-06-05nouveau: drop flags arg to adjust frameDave Airlie1-1/+1
2012-05-23nouveau: convert scrn/screen to using new interfacesDave Airlie1-8/+8
2012-04-14WIP: port to new libdrmBen Skeggs1-19/+11
2012-03-06dri2: Implement handling of pageflip completion events.Mario Kleiner1-4/+103
2011-11-30convert entire ddx to rnn headersBen Skeggs1-1/+0
2011-07-19drmmode_display: Resolve missing bracketsEmil Velikov1-2/+2
2011-07-11kms: fix multiple rotations in noaccel modeBen Skeggs1-2/+1
2011-05-30kms: clear new fb to black on fb resizeBen Skeggs1-0/+11
2011-02-17Fix gcc 4.6.0 set but unused variable warningsFrancesco Marella1-2/+0
2010-12-14set canDoBGNoneRoot if building against new enough serverBen Skeggs1-20/+20
2010-10-25kms: initial pass at supporting zaphod-modeBen Skeggs1-4/+62
2010-10-22dri2: Add pageflip/exchange support.Francisco Jerez1-1/+39
2010-10-22Restructure tiled pixmap allocation in a single place.Francisco Jerez1-38/+18
2010-10-22dri2: Add sync-to-vblank support.Francisco Jerez1-0/+4
2010-10-21kms: Register a wakeup handler to poll vblank/pageflip/udev events.Francisco Jerez1-19/+60
2010-10-12Update to the last libdrm API.Francisco Jerez1-5/+5
2010-10-10Fix for the last xserver ABI.Francisco Jerez1-0/+2
2010-10-02nv50/exa: Stop using wfb by default, but add an option to enable it.Maarten Maathuis1-1/+1
2010-09-17noaccel: fix rotation, as well as an assert during server shutdownBen Skeggs1-8/+16
2010-06-09use libc directly for [cm]alloc/freeBen Skeggs1-10/+10
2010-04-16Add uevent supportBen Skeggs1-0/+83
2010-03-05kms: Don't try to copy fbcon contents when there's no framebuffer bound.Francisco Jerez1-0/+3
2010-02-25fix typoBen Skeggs1-1/+1
2010-02-23Protect against potential crash for unknown connector typesBen Skeggs1-3/+8
2010-02-23Add connector name for eDPBen Skeggs1-0/+1
2010-02-13Revert "kms: work around some bong hits with dpms"Francisco Jerez1-3/+0
2010-02-11Pass pScreen to drmmode_fbcon_copy()Ben Skeggs1-6/+7
2010-02-10kms: Clean up the set_mode_major hook.Francisco Jerez1-32/+10
2010-02-10kms: Don't pretend it works on xserver-1.5.Francisco Jerez1-24/+0
2010-02-10kms: Kill nv_cursor_convert_cursor.Francisco Jerez1-81/+10