summaryrefslogtreecommitdiff
path: root/src/i830_tv.c
AgeCommit message (Expand)Author
2009-06-17TV: Set correct voltage level override valuesling.ma@intel.com
2009-03-16TV: fix contrast and saturation for 945GZhenyu Wang
2009-03-16TV: force TV as connected with TV_Connector optionZhenyu Wang
2009-03-03TV: add property control for TV attributesZhenyu Wang
2009-03-03TV: add option to set TV connector typeZhenyu Wang
2009-03-03TV: update output and crtc modes when TV format change (try 3)Zhenyu Wang
2009-03-03TV: sort input mode linesZhenyu Wang
2009-02-28warnings cleanupEric Anholt
2008-12-08Fix TV compiling warningZhenyu Wang
2008-12-03TV: add support to set TV margins in xorg.confRobert Lowery
2008-11-11TV: fix contrast and saturation for 915/945GZhenyu Wang
2008-11-06TV: subcarrier fix for NTSC and PALZhenyu Wang
2008-11-06TV: fix timing parameters for PAL, 480p, 1080iZhenyu Wang
2008-11-06TV: save serveral TV_CTL register fields in mode setZhenyu Wang
2008-11-06TV: fix default contrast and saturation modifierZhenyu Wang
2008-11-06TV: white space cleanupZhenyu Wang
2008-08-05Reorganize VBIOS codeJesse Barnes
2008-07-18Get prototype for i830_bios_get_tv().Eric Anholt
2008-07-10Add VBIOS based TV connector detectionJesse Barnes
2008-06-09Fix TV programming: add vblank wait after TV_CTL writesJesse Barnes
2008-06-05Fix TV out connection type detectionRobert Lowery
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-01-02TV: fix 576p refresh rateNanhai Zou
2007-11-15Fix typo in 1920x1080 resolution entryJesse Barnes
2007-11-15Adjust default TV out paramatersJesse Barnes
2007-11-15Add 1920x1080 mode to TV outJesse Barnes
2007-10-24Fix typo in my hand-application of rglowery's patch.Eric Anholt
2007-10-24Fix a crash in TV mode handling by initializing the prev field of modes.Rob
2007-08-28Don't set supported TV formats until after RandR initialized.Keith Packard
2007-08-28Limit TV formats to those supported by current connectionKeith Packard
2007-08-26Mechanical API conversions for libpciaccess.Keith Packard
2007-08-16Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDSJesse Barnes
2007-08-10Clean up tv mode name allocation and copy.Keith Packard
2007-07-27Add quirk supportWang Zhenyu
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard
2007-06-30Fix load detection to use border region instead of blanking.Keith Packard
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-03-25Switch TV_FORMAT property to format XA_ATOMKeith Packard
2007-03-23Eliminate calls to RRPostPendingProperty.Keith Packard
2007-03-23Property size is in units, not bytes.Keith Packard
2007-03-23TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.Keith Packard
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard
2007-02-14Global namespace cleanups, filename fixes.Keith Packard
2007-02-09 TV EnableZou Nan hai
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard
2007-01-06Merge branch 'modesetting-origin' into modesettingWang Zhenyu