index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2006-12-19
Re-initialize physical screen size only if -dpi was passed.
Keith Packard
2006-12-19
Merge branch 'modesetting-origin' into modesetting
Keith Packard
2006-12-19
Align textured video dither matrix to window
Keith Packard
2006-12-19
Bug #9382: Save the CRTC's desired mode in the old RandR 1.0 mode set path.
Eric Anholt
2006-12-19
Turn on dithering for 915 textured video
Keith Packard
2006-12-19
Remove 8k framebuffer stride restriction on 965.
Eric Anholt
2006-12-19
Only erase curMode in i830DisableUnusedFunctions when the CRTC is disabled.
Eric Anholt
2006-12-19
Respect the srcdir.
Daniel Stone
2006-12-19
Disable configure-disabled outputs before mode setting.
Eric Anholt
2006-12-19
Simplify i830DisableUnusedFunctions() by using the CRTC dpms routines.
Eric Anholt
2006-12-19
Writing 1 to I2C line means to tristate the bus so others can manipulate it.
Keith Packard
2006-12-18
Add a detect() function for DVO chips, and implement it on sil164.
Eric Anholt
2006-12-18
Fix crash in xf86SetScrnInfoModes when pScrn->modes ends up empty.
Eric Anholt
2006-12-18
Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.
Eric Anholt
2006-12-19
ch7xxx: add lookup table for name
Dave Airlie
2006-12-18
Limit modes to 165Mhz on CH7009, according to spec.
Eric Anholt
2006-12-18
Align the driver to the CH7009[AB] spec.
Eric Anholt
2006-12-18
Clean up a bunch of log noise from ch7xxx startup.
Eric Anholt
2006-12-18
Fix DVO mode valid function to not throw out all modes.
Eric Anholt
2006-12-18
Add save/restore to ch7xxx to avoid segfaults on server start.
Eric Anholt
2006-12-18
Move the ch7xxx code to the style I've been settling on for output code.
Eric Anholt
2006-12-18
Bug #8786: Treat pictures with no color data as non-component alpha.
Eric Anholt
2006-12-16
Follow mode setting order in RestoreHWState.
Keith Packard
2006-12-16
Prefer earliest CRTC when mapping to outputs.
Keith Packard
2006-12-16
Not restoring active outputs. Wait for input sync before enabling outputs.
Keith Packard
2006-12-16
Follow BIOS order in writing DPLL/DPLL_MD registers.
Keith Packard
2006-12-16
reorder restore writes for 965 VGA
Keith Packard
2006-12-14
Follow BIOS PLL write protocol (disable,enable,enable).
Keith Packard
2006-12-14
Turn pll/pipe/plane on in crtc_set_mode
Keith Packard
2006-12-14
Respect Virtual in xorg.conf
Keith Packard
2006-12-14
Set frame buffer size ranges in xf86_config.
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
Merge branch 'modesetting-origin' into modesetting
Keith Packard
2006-12-13
Auto-detect working TV output by checking TV regs functionality.
Keith Packard
2006-12-13
Add magic double-write of the dpll register to fix mac mini cold boot.
Eric Anholt
2006-12-13
Add some caution with PCI write posting and DPLL delays to i830_crtc_dpms.
Eric Anholt
2006-12-13
Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.
Keith Packard
2006-12-12
Write dpll_md register while updating dpll as that appears to be required.
Keith Packard
2006-12-12
Merge branch 'modesetting-origin' into modesetting
Keith Packard
2006-12-12
Elide duplicate modes in pScrn->monitor.
Keith Packard
2006-12-12
Correct typo in mac mini hack, and return modes when the hack is unnecessary.
Eric Anholt
2006-12-12
Replace custom, partially broken DPMS implementation with a generic one.
Eric Anholt
2006-12-12
Fix mac mini SDVO output: write the SDVO[BC] enabled register state twice.
Eric Anholt
2006-12-12
Flush the plane changes in i830_crtc_dpms()
Eric Anholt
2006-12-12
Move the SDVO sync detection to after we've turned the port on.
Eric Anholt
2006-12-12
Extend the error state reporting to cover ESR and decode PGTBL_ERR for 945.
Eric Anholt
2006-12-12
Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.
Eric Anholt
2006-12-12
Set the SDVO port to on before sending the SDVO output on command.
Eric Anholt
2006-12-12
More debugging output for SDVO.
Eric Anholt
[next]