summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-31Merge branch 'master' into glamorglamorJames Simmons2-103/+120
2015-01-18Cosmetic : Wrap lines and remove tabs indentation.Xavier Bachelot1-95/+107
2015-01-18Rewrap some lines below 80 charsXavier Bachelot1-4/+9
2015-01-18Move CLE266 revision check to a place it will actually be run.Xavier Bachelot1-3/+3
2015-01-18Make sure pVia->Id is set even in case of an unknown board to prevent a segfa...Xavier Bachelot1-1/+1
2015-01-17Added in bring up of the glamor xorg module. Next step is to getJames Simmons3-8/+128
2015-01-13Merge branch 'master' into glamorJames Simmons22-155/+678
2015-01-13Fixes for various memory related problems discovered by cppcheck.James Simmons4-9/+20
2015-01-13Make via_dvi_set_property return TRUE.Xavier Bachelot1-1/+1
2015-01-13Last of the gcc warnings.James Simmons1-2/+3
2015-01-13Silence the warning: assignment discards 'const' qualifier fromJames Simmons1-1/+1
2015-01-13Migrate the register tool to C99 standard. Fix the overflow withJames Simmons2-37/+40
2015-01-13Hitachi FLORA Se210 RK1 (Reported by Shimada Hirofumi)Xavier Bachelot1-0/+1
2015-01-13Remove extra semicolons.Xavier Bachelot1-2/+0
2015-01-13Move via_dvi_* functions before ViaOutputsDetect to prevent a warning.Xavier Bachelot1-185/+185
2015-01-13Add missing header inclusion.Xavier Bachelot1-0/+1
2015-01-13Replace X_DEBUG with X_INFO.Xavier Bachelot1-7/+7
2015-01-10Small cleanup to the register dumping tool to displayJames Simmons1-2/+2
2015-01-10Fix build on Hurd. Without libdrm the build fails due to missingJames Simmons2-0/+4
2015-01-10Do not require libdrm as base pkg-config modulePino Toscano1-1/+1
2015-01-10* while watching video following messages are endless loggedJames Simmons1-2/+2
2015-01-10Add support for VT1632 DVI transmitter for UMS mode.JUNG, Christian5-0/+452
2015-01-10Add support to probe the I2C for bus 3. This makes it isJUNG, Christian1-11/+50
2015-01-10Make our implementation of xf86OutputFuncsRec->set_output() return TRUE.Daniel Gnoutcheff1-3/+3
2015-01-04Add pciid for ECS VX900-I motherboardJames Simmons1-0/+1
2013-10-18Add pciid for Lenovo M3120CXavier Bachelot1-0/+1
2013-10-16Don't check if the input is digital for VGAXavier Bachelot1-1/+1
2013-09-05The mode passed into drmmmode_set_mode_major does not always have a name stri...James Simmons1-1/+0
2013-09-05Sync via_drm.h header with that in drm-openchromeJames Simmons2-34/+61
2013-09-04Samsung Q1EX (reported by Andrew Sabelhaus)Xavier Bachelot1-0/+1
2013-07-14Revert "With hotplug an output is enabled but its not attached to a crtc by d...James Simmons1-13/+3
2013-07-14With hotplug an output is enabled but its not attached to a crtc by default. ...James Simmons1-3/+13
2013-07-13The normal setup is two crtc are mapped to the same framebuffer. As we set ea...James Simmons1-26/+19
2013-07-05Remove comparisons that cannot be true.James Simmons1-12/+4
2013-07-05Use appropriate format string.James Simmons1-1/+1
2013-07-05Add missing drm_fourcc.h header file.James Simmons2-0/+2
2013-06-22Shuttle MK40V (reported by Belkacem Houari)Xavier Bachelot1-0/+1
2013-06-05gcc does not like prototypes for static functions. This patch fixes that issueJames Simmons1-3/+0
2013-06-03Remove a couple '#ifdef linux's to let the driver use optimized memcpyJared McNeill1-12/+0
2013-06-03Add missing prototypesChristos Zoulas1-0/+11
2013-05-26Test for dri2 and glamor. If available link against themJames Simmons2-1/+22
2013-05-22Bump version to 0.3.3release_0_3_3Xavier Bachelot2-1/+9
2013-05-22integer overflow in uniDRIGetClientDriverName() in libchromeXvMC* [CVE-2013-1...Alan Coopersmith1-2/+5
2013-05-22integer overflow in uniDRIOpenConnection() in libchromeXvMC* [CVE-2013-1994 1/2]Alan Coopersmith1-1/+6
2013-05-22Probe TV encoder on all but the P4M900, unless we know the board has a TV enc...Xavier Bachelot1-1/+1
2013-05-22Our xorg driver has moved to using drm_fourcc.h but not all distros have a ne...James Simmons2-2/+134
2013-05-20Patch from Krummenacher <max.krummenacher@toradex.com>James Simmons2-1/+9
2013-05-19Fix the problems with UMS multiple screen handling. KMS still has problemsJames Simmons3-39/+61
2013-05-19In our driver in order to support both KMS and UMS we can't call drmmode_set_...James Simmons1-86/+45
2013-05-16make iga[12]_crtc_mode_fixup more verbose when the mode is rejected.Xavier Bachelot1-4/+24