summaryrefslogtreecommitdiff
path: root/src/i830_tv.c
AgeCommit message (Expand)Author
2008-07-21Get prototype for i830_bios_get_tv().Eric Anholt
2008-07-21Add 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
2007-01-06support NTSC 480i M-J, PAL 576i for 640x480-1280x1024 sizesZou Nan hai
2007-01-06More sparse cleanups:Jesse Barnes
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard
2006-12-21Computed corred color conversion values.Keith Packard
2006-12-21TV subcarrier was computed from wrong clock value.Keith Packard
2006-12-19TV output I830OutputPrivate had wrong type (crashed in SetMode).Keith Packard
2006-12-14Change TV modes from Preferred to Driver.Keith Packard
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-13Auto-detect working TV output by checking TV regs functionality.Keith Packard
2006-12-06Remove stale i830_tv_pre_set_mode. Replaced by generic dpms hook call.Eric Anholt
2006-12-06Save/restore more TV registers.Eric Anholt
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt
2006-12-01Leave detected TV status alone when no free CRTC is available.Keith Packard
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard