xf86-video-intel/src
Keith Packard d57a258153 Elide duplicate modes in pScrn->monitor.
xf86DDCMonitorSet dumps all of the DDC-discovered modes
into the monitor mode list without checking to see if they
are already present. This provides an ever-changing list of
modes for outputs which have no DDC and which simply duplicate the monitor
mode list.
2006-12-12 22:48:21 -08:00
..
bios_reader Add a standalone program for parsing VBT. 2006-04-16 13:05:35 -05:00
ch7xxx Re-indent ch7xxx driver. 2006-11-27 09:38:38 -08:00
sil164 Add a register restore implementation so we don't crash on LeaveVT. 2006-07-14 14:26:16 -07:00
xvmc Save/restore PFIT_CONTROL. Eliminate compiler warnings 2006-04-10 20:09:37 -07:00
.gitignore Move .cvsignore to .gitignore 2006-04-06 15:51:56 -07:00
Makefile.am Merge branch 'restructure-outputs' into modesetting. 2006-11-30 14:09:31 -08:00
brw_defines.h Start laying out some of the bits that need to be done for BW textured video. 2006-05-18 10:43:07 -07:00
brw_structs.h fix typo 2006-08-22 16:40:08 +01:00
common.h Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. 2006-12-12 14:55:10 -08:00
i2c_vid.h Fix prototype for SaveRegs. 2006-07-10 18:19:51 -07:00
i810.h Bug #7829: Fix reported driver version. 2006-08-10 13:49:43 -07:00
i810_accel.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_common.h Merging XORG-CURRENT into trunk 2004-04-23 19:35:55 +00:00
i810_cursor.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_dga.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_dri.c sparse cleanups (use NULL instead of 0 for pointers) 2006-11-28 15:44:06 -08:00
i810_dri.h Bump to 1.7.2 2006-10-13 13:55:10 +01:00
i810_driver.c Merge branch 'master' into modesetting 2006-11-16 19:47:24 -08:00
i810_hwmc.c x86_64 warning fixes 2006-04-10 11:26:06 -07:00
i810_io.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_memory.c Fix some argument inversions in xf86DrvMsg function calls 2006-04-05 07:12:00 +00:00
i810_reg.h Extend the error state reporting to cover ESR and decode PGTBL_ERR for 945. 2006-12-12 14:55:10 -08:00
i810_video.c Add a DrawablePtr argument to the XV functions to pave the way for redirected 2006-04-10 11:26:33 -07:00
i810_wmark.c Prep for modular builds by adding guarded #include "config.h" everywhere. 2005-07-11 02:29:51 +00:00
i830.h Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. 2006-12-12 14:55:10 -08:00
i830_3d.c Merge branch 'master' into exa 2006-08-24 10:23:22 +08:00
i830_accel.c Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. 2006-12-12 14:55:10 -08:00
i830_bios.c More LVDS fixed mode fixing: use the EDID DTD's blank length. 2006-12-06 10:56:38 -08:00
i830_bios.h Add more VBT reading, so we find the panel size. 2006-04-06 15:59:28 -07:00
i830_common.h Store viewport limits of both pipes in SAREA. 2006-09-27 15:06:43 +02:00
i830_crt.c Merge branch 'modesetting' into nonrandr-setup 2006-12-06 12:53:22 -08:00
i830_cursor.c Move crtc/output config to sub-structure. 2006-11-27 12:01:47 -08:00
i830_debug.c Extend the error state reporting to cover ESR and decode PGTBL_ERR for 945. 2006-12-12 14:55:10 -08:00
i830_debug.h Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. 2006-12-12 14:55:10 -08:00
i830_dga.c Merge branch 'exa' of ../xf86-video-intel into modesetting 2006-11-30 09:15:30 -08:00
i830_display.c Replace custom, partially broken DPMS implementation with a generic one. 2006-12-12 18:08:57 -08:00
i830_display.h Merge branch 'generic-mode-set' into modesetting 2006-12-06 11:59:33 -08:00
i830_dri.c Add error messages for previous silent DRI initialization failures. 2006-12-11 14:46:55 -08:00
i830_dri.h Bump to 1.7.2 2006-10-13 13:55:10 +01:00
i830_driver.c Replace custom, partially broken DPMS implementation with a generic one. 2006-12-12 18:08:57 -08:00
i830_dvo.c Merge branch 'modesetting' into nonrandr-setup 2006-12-06 12:53:22 -08:00
i830_edid_modes.c new server APIs are not in server-1.2 (version 7.1.99.2) 2006-12-05 19:48:39 -08:00
i830_exa.c Note alignment requirement for i915 3D (texturing). 2006-10-26 14:30:46 -07:00
i830_exa_render.c Major cleanup of 3D invariant state, fixing hangs with rotation and render. 2006-10-26 15:47:49 -07:00
i830_i2c.c Tristate the clock/data pins during GPIO when released while getting values. 2006-11-30 17:57:28 -08:00
i830_io.c Added i830_io.c, which just includes i810_io.c with BUILD_FOR_I830 set. 2005-08-26 15:32:40 +00:00
i830_lvds.c Merge branch 'modesetting' into nonrandr-setup 2006-12-06 12:53:22 -08:00
i830_memory.c Merge branch 'exa' of ../xf86-video-intel into modesetting 2006-11-30 09:15:30 -08:00
i830_modes.c Use xf86 structures for default config instead of RandR. 2006-12-06 00:13:57 -08:00
i830_randr.c Merge branch 'modesetting' into nonrandr-setup 2006-12-06 12:53:22 -08:00
i830_randr.h Oops. Don't try to use xf86RandR names, use xf86RandR12 instead. 2006-11-30 11:55:29 -08:00
i830_reg.h Take from i915, blend ctl code cleanup. 2006-07-21 00:56:58 +08:00
i830_rotate.c Merge branch 'restructure-outputs' into modesetting. 2006-11-30 14:09:31 -08:00
i830_sdvo.c Fix mac mini SDVO output: write the SDVO[BC] enabled register state twice. 2006-12-12 16:03:52 -08:00
i830_sdvo.h Move output connection detection to a per-output method. 2006-10-31 14:32:00 -08:00
i830_sdvo_regs.h Enable second SDVO channel. 2006-11-20 15:17:32 -08:00
i830_tv.c Remove stale i830_tv_pre_set_mode. Replaced by generic dpms hook call. 2006-12-06 17:08:30 -08:00
i830_video.c Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. 2006-12-12 14:55:10 -08:00
i830_video.h Merge branch 'master' into modesetting 2006-09-27 16:38:01 -07:00
i830_xaa.c Merge branch 'exa-origin' into exa 2006-09-08 11:02:41 -07:00
i830_xf86Crtc.c Elide duplicate modes in pScrn->monitor. 2006-12-12 22:48:21 -08:00
i830_xf86Crtc.h Replace custom, partially broken DPMS implementation with a generic one. 2006-12-12 18:08:57 -08:00
i830_xf86Modes.c new server APIs are not in server-1.2 (version 7.1.99.2) 2006-12-05 19:48:39 -08:00
i830_xf86Modes.h new server APIs are not in server-1.2 (version 7.1.99.2) 2006-12-05 19:48:39 -08:00
i830_xf86cvt.c new server APIs are not in server-1.2 (version 7.1.99.2) 2006-12-05 19:48:39 -08:00
i915_3d.c Major cleanup of 3D invariant state, fixing hangs with rotation and render. 2006-10-26 15:47:49 -07:00
i915_3d.h Fix a couple of typos from code review. 2006-07-26 13:19:12 -07:00
i915_exa_render.c Add the [ax]4r4g4b4 source picture formats. 2006-12-01 12:50:09 -08:00
i915_reg.h Fix the texture map pitch setting as documented, and as used by the 3d driver. 2006-07-19 17:25:10 -04:00
i915_video.c Merge branch 'exa' of ../xf86-video-intel into modesetting 2006-11-30 09:15:30 -08:00
packed_yuv_sf.g4a Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it. 2006-09-01 16:47:17 -07:00
packed_yuv_wm.g4a Bug 8594: Fix Xv hang with G965 2006-10-30 14:15:12 +08:00
sf_prog.h Add a check for intel-gen4asm, and rules to compile {wm,sf}_prog.h using it. 2006-09-01 16:47:17 -07:00
wm_prog.h Bug 8594: Fix Xv hang with G965 2006-10-30 14:15:12 +08:00