summaryrefslogtreecommitdiff
path: root/src/common_vgaarb.c
Commit message (Expand)AuthorAgeFilesLines
* Include config.h before any other headers.Emil Velikov2015-02-121-4/+4
* Add missing guards around config.h inclusionChih-Wei Huang2015-02-121-0/+3
* Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-1/+1
* Fix long standing MTRR bug.Thomas Hellstrom2010-07-211-0/+1
* vgaarb: read back vga count when setting new decodingTiago Vignatti2010-06-161-0/+7
* vgaarb: decode should send new information to the kernelTiago Vignatti2010-06-161-1/+1
* shutup stupid gcc warning, strtok_r ignores the first parameterlibpciaccess-0.10.9Dave Airlie2009-09-251-1/+1
* vgaarb: fix newbie typoTiago Vignatti2009-09-181-3/+0
* vgaarb: check for fd before close itTiago Vignatti2009-09-181-0/+6
* vgaarb: check pci_sys exists before initing vga arbDave Airlie2009-09-021-0/+4
* Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."vga-arbiterTiago Vignatti2009-08-261-1/+1
* vgaarb: fix pci_device_vgaarb_get_info() return value.Tiago Vignatti2009-08-161-1/+1
* vgaarb: fix indentation and remove trailing white spacesTiago Vignatti2009-08-161-48/+49
* vgaarb: add vga count + resource accessorDave Airlie2009-08-031-0/+9
* vgaarb: more api changes + cleanupDave Airlie2009-08-031-14/+24
* vgaarb: change API to target taking a device + lock/unlock not taking oneDave Airlie2009-07-311-59/+112
* vgaarb: add support for targetting default deviceDave Airlie2009-07-311-3/+9
* vgaarb: clean up debug outputDave Airlie2009-07-311-3/+5
* vgaarb: fixup api for new count reporting + decodes interface was wrong.Dave Airlie2009-07-201-6/+42
* vgaarb: fixup api and decode rsrc.Dave Airlie2009-06-051-11/+50
* Comment typo.Tiago Vignatti2009-05-141-1/+1
* Reorganize the code.Tiago Vignatti2009-05-141-71/+26
* Delete vga_arb_rec.Tiago Vignatti2009-05-141-30/+23
* vgaarb: a bunch of clean ups to fit in libpciaccess style.Tiago Vignatti2009-05-131-77/+78
* vgaarb: make it compile.Tiago Vignatti2009-05-131-55/+1
* Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:Tiago Vignatti2009-05-131-0/+273