Age | Commit message (Expand) | Author |
2008-07-21 | Get prototype for i830_bios_get_tv(). | Eric Anholt |
2008-07-21 | Add VBIOS based TV connector detection | Jesse Barnes |
2008-06-09 | Fix TV programming: add vblank wait after TV_CTL writes | Jesse Barnes |
2008-06-05 | Fix TV out connection type detection | Robert Lowery |
2008-03-26 | More compile warning fixes. | Paulo Cesar Pereira de Andrade |
2008-03-17 | Add support for new ->get_crtc output callbacks | Jesse Barnes |
2008-03-11 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt |
2008-01-02 | TV: fix 576p refresh rate | Nanhai Zou |
2007-11-15 | Fix typo in 1920x1080 resolution entry | Jesse Barnes |
2007-11-15 | Adjust default TV out paramaters | Jesse Barnes |
2007-11-15 | Add 1920x1080 mode to TV out | Jesse Barnes |
2007-10-24 | Fix typo in my hand-application of rglowery's patch. | Eric Anholt |
2007-10-24 | Fix a crash in TV mode handling by initializing the prev field of modes. | Rob |
2007-08-28 | Don't set supported TV formats until after RandR initialized. | Keith Packard |
2007-08-28 | Limit TV formats to those supported by current connection | Keith Packard |
2007-08-26 | Mechanical API conversions for libpciaccess. | Keith Packard |
2007-08-16 | Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDS | Jesse Barnes |
2007-08-10 | Clean up tv mode name allocation and copy. | Keith Packard |
2007-07-27 | Add quirk support | Wang Zhenyu |
2007-07-13 | Ensure pipe/output active before doing load detection. | Keith Packard |
2007-06-30 | Fix load detection to use border region instead of blanking. | Keith Packard |
2007-05-17 | Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV. | Keith Packard |
2007-04-03 | Move a bunch of debugging verbosity under Option "ModeDebug". | Eric Anholt |
2007-03-25 | Switch TV_FORMAT property to format XA_ATOM | Keith Packard |
2007-03-23 | Eliminate calls to RRPostPendingProperty. | Keith Packard |
2007-03-23 | Property size is in units, not bytes. | Keith Packard |
2007-03-23 | TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM. | Keith Packard |
2007-03-04 | Support new CRTC/Output prepare/commit hooks. | Keith Packard |
2007-02-14 | Global namespace cleanups, filename fixes. | Keith Packard |
2007-02-09 | TV Enable | Zou Nan hai |
2007-01-16 | Interim work on rotation support with new xf86 code. | Keith Packard |
2007-01-15 | Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures. | Keith Packard |
2007-01-06 | Merge branch 'modesetting-origin' into modesetting | Wang Zhenyu |
2007-01-06 | support NTSC 480i M-J, PAL 576i for 640x480-1280x1024 sizes | Zou Nan hai |
2007-01-06 | More sparse cleanups: | Jesse Barnes |
2007-01-02 | Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last. | Keith Packard |
2006-12-30 | Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan. | Keith Packard |
2006-12-21 | Computed corred color conversion values. | Keith Packard |
2006-12-21 | TV subcarrier was computed from wrong clock value. | Keith Packard |
2006-12-19 | TV output I830OutputPrivate had wrong type (crashed in SetMode). | Keith Packard |
2006-12-14 | Change TV modes from Preferred to Driver. | Keith Packard |
2006-12-13 | Move xf86CrtcConfig to ScrnInfo private. | Keith Packard |
2006-12-13 | Auto-detect working TV output by checking TV regs functionality. | Keith Packard |
2006-12-06 | Remove stale i830_tv_pre_set_mode. Replaced by generic dpms hook call. | Eric Anholt |
2006-12-06 | Save/restore more TV registers. | Eric Anholt |
2006-12-06 | Merge branch 'modesetting' into nonrandr-setupnonrandr-setup | Keith Packard |
2006-12-06 | Use xf86 structures for default config instead of RandR. | Keith Packard |
2006-12-05 | WIP code to move mode set sequencing to XFree86 handlers. | Eric Anholt |
2006-12-01 | Leave detected TV status alone when no free CRTC is available. | Keith Packard |
2006-11-30 | Merge branch 'restructure-outputs' into modesetting. | Keith Packard |