summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-04-21Integrate the different formats now supported by libdrm. This makes allocatin...James Simmons4-20/+73
2013-04-14drmmode_set_mode_major does this for us so no need to do it hereJames Simmons1-10/+0
2013-04-14Enable xorg driver to recieve hotplug events.James Simmons1-0/+6
2013-04-14via_xf86crtc_resize can handle both UMS and KMS modes so we can remove drmmod...James Simmons1-90/+0
2013-04-03Biostar Viotech 3100+ (reported by J. Scott Heppler)Xavier Bachelot1-0/+1
2013-03-27bump version to 0.3.2release_0_3_2Xavier Bachelot2-1/+15
2013-03-20Rename GEM data structure in the fashion of other drm driver apisJames Simmons2-4/+4
2013-03-20miInitializeBackingStore no longer exist in xorg server 1.14. Removing causes...James Simmons1-1/+0
2013-03-04Change AM_CONFIG_HEADER to AC_CONFIG_HEADERSPascal Ermster1-1/+1
2013-03-04Hardcode panel size for the XOXavier Bachelot1-0/+8
2013-01-29Add an explicit message for KMS support configure checkXavier Bachelot1-0/+1
2013-01-28Revert CLE266 to legacy modeswitchXavier Bachelot1-1/+1
2013-01-21Fujitsu Futro A300 (reported by Alberto Asuero)Xavier Bachelot1-0/+1
2013-01-20When the card id is unknown, don't check CLE266 revision if the chipset is no...Xavier Bachelot1-1/+2
2013-01-12Allow via_output.c to build without C99 modeJames Simmons1-5/+3
2013-01-12Support older X servers for RHEL5James Simmons7-9/+28
2013-01-12Add Nec Powermate VL5 ViaCardId data to support this deviceJames Simmons1-0/+1
2013-01-12As the comment suggested in via_outputs.c probing the 3rd i2c bug locks up th...James Simmons3-4/+5
2013-01-03Fix a long standing issues of detecting the proper amount of VRAM on the P4M8...James Simmons1-8/+11
2013-01-02Return valid DisplayModePtr list for tv outputs. When creating a list of Disp...Harry de Boer6-10/+16
2013-01-02Set possible_crtcs to allow tv outputs to be connected to crtcs.Harry de Boer2-1/+11
2013-01-02VT1625 register count is 0x82Harry de Boer1-1/+1
2013-01-02Fix VT1625 output sensing. VT1625DACSenseI2C was using the same code as VT162...Harry de Boer1-11/+33
2013-01-02typoXavier Bachelot1-1/+1
2012-12-11Fix CN400 Xv on secondaryXavier Bachelot1-9/+4
2012-12-03Doh, shouldn't code when sleepy. Free the TV i2c struct only we still have a ...James Simmons1-3/+3
2012-12-03Fix registers descriptionXavier Bachelot1-3/+3
2012-12-03Fix Xv bandwidth check when no vertical refresh is availableBartosz Kosiorek4-15/+11
2012-12-02Fix a double free when exiting the xorg serverJames Simmons1-5/+6
2012-11-25Do not support earlier libdrm versions that lack KMS support.James Simmons14-95/+86