summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Mode.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19hw/xfree86: fix NULL pointer refrence to mode nameYusuf Khan1-0/+2
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-2/+2
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-0/+1
2018-01-29xfree86: Remove broken RANDR disabling logic (v4)Adam Jackson1-5/+1
2018-01-24Revert "xfree86: Remove broken RANDR disabling logic (v3)"Adam Jackson1-1/+5
2018-01-24xfree86: Remove broken RANDR disabling logic (v3)Adam Jackson1-5/+1
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-2/+2
2017-02-16xfree86: Drop virtualFrom from ScrnInfoRecAdam Jackson1-6/+2
2017-02-16xfree86: Remove max[HV]Value from ScrnInfoRecAdam Jackson1-18/+0
2015-07-08xfree86: Hide some pre-randr mode validation detailsAdam Jackson1-6/+5
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-01-12hw/xfree86: More const declarations for stringsKeith Packard1-1/+1
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-1/+1
2013-02-05Make xf86ValidateModes actually copy clock range list to screen pointerAlan Coopersmith1-10/+7
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-1159/+1180
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-2/+2
2010-11-30xf86ValidateModes: xnfalloc(strlen) + strcpy => xnfstrdupAlan Coopersmith1-4/+2
2010-11-30xfree86: Bump classic driver default to 1024x768Adam Jackson1-5/+16
2010-10-18modes: improve aspect ratio match for classic driversOlivier Fourdan1-5/+59
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-04-27Remove mibank supportAdam Jackson1-15/+185
2010-01-05modes: Remove the ClockRanges typeAdam Jackson1-9/+5
2009-10-29modes: De-duplicate a clock range check.Adam Jackson1-17/+12
2009-07-17xfree86: Remove some #if 0Adam Jackson1-73/+0
2009-07-17xfree86: Remove TargetRefresh optionAdam Jackson1-29/+0
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-12/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-14/+14
2008-07-21EDID: Various reduced blanking fixes.Adam Jackson1-10/+4
2008-02-29Remove some #if 0 guarding code duplicated in xf86Modes.cAdam Jackson1-140/+0
2007-12-28EDID 1.4: If given a native pixel format, use it when inferring virtual.Adam Jackson1-7/+28
2007-12-13Add infrastructure for validating modes by memory bandwidth.Adam Jackson1-0/+2
2007-12-13Clean up some #if 0.Adam Jackson1-46/+0
2007-07-10Add per-monitor config file option for maximum pixel clock.Adam Jackson1-0/+6
2007-06-27Janitor work. Remove 'defined but not used' warnings from xorg and other cosm...Tiago Vignatti1-2/+1
2007-06-01Need to use minPitch in miScanLineWidth() to get the shrinkedHenry Zhao1-1/+1
2007-02-15Kludge around duplicate code added in hw/xfree86/modes.Keith Packard1-0/+10
2007-01-29Restore a few important lines killed in the previous commit.Eric Anholt1-0/+5
2007-01-29Bug #9680: Remove bogus blank length limiting in xf86SetModeCrtc().Eric Anholt1-39/+0
2006-11-27Move mode handling helpers from ddcProperty.c to xf86Mode.c.Eric Anholt1-0/+24
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-18/+111
2006-11-27Add some mode helper functions from the intel driver.randr-1.2Eric Anholt1-18/+111
2006-09-14Always believe the monitor when it reports a reduced-blanking mode.autoconfig-for-7.2Adam Jackson1-1/+1
2006-09-14Prefer driver-provided modes when matching name strings to modelines.Adam Jackson1-123/+133
2006-09-14Mark EDID modes as driver modes. Infer virtual size from driver modes.Adam Jackson1-1/+90
2006-09-14Expand the default sync ranges to be large enough for 800x600@60.Adam Jackson1-4/+4
2006-09-14Record the maximum dot clock of the monitor, and filter by it.Adam Jackson1-0/+3
2006-09-14Bug #5386: Synthesize modelines from EDID data.Luc Verhaegen1-187/+0
2006-08-17Un-cut-and-paste the mode rejection message.Adam Jackson1-56/+22
2006-08-10Fix a mode sanity check to not break reduced-blanking setups (LCDs).Adam Jackson1-1/+2