summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Fix font restore problem on server exitrandr-1.2Ian Romanick2-1/+2
2008-04-30Hack to make acceleration work againIan Romanick1-10/+10
2008-04-30Remove several pieces of '#if 0' codeIan Romanick2-17/+0
2008-04-25Always select the programmable clock in alt clock selectIan Romanick1-1/+5
2008-04-25Include xgi_regs.h to make it compile.Ian Romanick1-0/+1
2008-04-25randr: Initial attempt at (non-working) RANDR supportIan Romanick5-61/+488
2008-04-15Use fbdevHWLoadPaletteWeak, directly use XG47{SetOverscan,LoadPalette}Ian Romanick6-160/+6
2008-04-15Remove prototypes for functions removed in previous commitsIan Romanick1-12/+1
2008-04-14Remove anything related to BIOS mode settingIan Romanick14-3605/+8
2008-04-14Rework mode settingIan Romanick4-271/+205
2008-04-11Trivial code clean-upsIan Romanick1-74/+21
2008-04-11Load required modules and symbols from XGISetupIan Romanick1-11/+16
2008-04-11Use fbdevHW*Weak functionsIan Romanick1-96/+16
2008-04-11Eliminate XGIFBLayout structureIan Romanick1-7/+0
2008-04-11Eliminiate useless currentLayout field.Ian Romanick2-36/+0
2008-04-11Eliminate useless isNeedCleanBuf flag.Ian Romanick3-13/+0
2008-04-09Add correct I2C support for the CRT I2C bus on XG47Ian Romanick4-65/+276
2008-04-09Update to match changes in DRM fence APIIan Romanick1-2/+2
2008-01-18Enable native mode setting via configure option --with-native-mode-settingIan Romanick2-0/+11
2008-01-18ifdefs around native mode setting codeIan Romanick1-0/+24
2008-01-18Add fields to XGIRegRec needed by native mode setting codeIan Romanick1-0/+4
2008-01-18Use table for VCLK values and fix bug in horiz param overflow register settingIan Romanick1-2/+115
2008-01-18Add missing header filesIan Romanick1-0/+3
2008-01-18ifdef out code when NATIVE_MODE_SETTING is definedIan Romanick2-0/+8
2008-01-18Replace xg47_BeginCmdList with xg47_BeginCmdListTypeIan Romanick2-3/+7
2008-01-18ifdef out more code when NATIVE_MODE_SETTING is definedIan Romanick1-4/+16
2007-10-15Log error message if too much data is written to command list.Ian Romanick1-0/+6
2007-10-15Rework command list trackingIan Romanick2-75/+97
2007-10-15Trivial clean-ups in XG47SetCRTCViewStrideIan Romanick1-8/+8
2007-10-15Eliminate kooky color byte-order swapping.Ian Romanick2-18/+4
2007-10-10Fix command list submission on big-endian.Ian Romanick1-6/+11
2007-10-09Fix comment in XG47GetFramebufferSize to reference correct page in docs.Ian Romanick1-2/+2
2007-10-09Log video RAM size in decimal rather than hex. D'oh!Ian Romanick1-1/+1
2007-10-08Current native mode setting code. Not yet used by driver.Ian Romanick1-0/+531
2007-10-05Eliminate "value" as a global variable. Minor clean ups.Ian Romanick2-11/+7
2007-10-03Clean up log messages around DPMS init.Ian Romanick1-4/+1
2007-10-03Remove some dead code in XGIRestoreIan Romanick1-8/+0
2007-10-03Fix typo in get_configured_monitorIan Romanick1-1/+1
2007-10-03If VBE is not available, set DPMS registers directly.Ian Romanick1-0/+13
2007-10-03Eliminiate unused variable in XG47DisableMMIOIan Romanick1-1/+1
2007-09-26Eliminate unused global variable g_ModeOfFirstView.Ian Romanick2-11/+0
2007-09-26Trivial color map / color weight cleaningIan Romanick1-38/+17
2007-09-26Include fbdevhw.h to silence a warningIan Romanick1-0/+2
2007-09-26Check DDC before validating display modesIan Romanick1-2/+2
2007-09-26Code clean up, extra error messages.Ian Romanick1-47/+55
2007-09-26Correctly check return status of biosValidModeIan Romanick1-8/+5
2007-09-26Return more useful values when a mode is rejectedIan Romanick5-24/+50
2007-09-25Fix weird typo in vgahwSymbols list.Ian Romanick1-1/+1
2007-09-24Revert part of dd894764fce3084d8b0726a0597748c7dfb6566cIan Romanick1-1/+1
2007-09-24Use vAcquireRegIOProtect instead of explicit writes to 3C5.11.Ian Romanick1-9/+9