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
/
i830_randr.c
Age
Commit message (
Expand
)
Author
2007-01-03
Add per-CRTC gamma control support for RandR.
Eric Anholt
2007-01-03
Allow initial position to be set in config file. Increase 965 max size.
Keith Packard
2007-01-02
Fix driver to build on RandR 1.2 systems again.
Keith Packard
2007-01-02
Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.
Keith Packard
2006-12-31
Replace author-specific license with generic license.
Keith Packard
2006-12-30
Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.
Keith Packard
2006-12-19
Reinitialize DGA mode list whenever we update the global list.
Keith Packard
2006-12-19
Re-initialize physical screen size only if -dpi was passed.
Keith Packard
2006-12-13
Move xf86CrtcConfig to ScrnInfo private.
Keith Packard
2006-12-06
Merge branch 'modesetting' into nonrandr-setup
nonrandr-setup
Keith Packard
2006-12-06
Merge branch 'generic-mode-set' into modesetting
Eric Anholt
2006-12-06
fix typo in checking xf86CrtcScreenInit return
Wang Zhenyu
2006-12-06
Use xf86 structures for default config instead of RandR.
Keith Packard
2006-12-05
Merge branch 'modesetting-origin' into modesetting
Eric Anholt
2006-12-05
Move reg dump from i830PipeSetMode to after we set up the modes with RandR.
Eric Anholt
2006-12-04
Re-create RandR Crtc/output structures on server regen.
Keith Packard
2006-12-02
DOUBLE_WIDE mode for high pixel clock 8xx. Rewrite PLL search.
Keith Packard
2006-11-30
When CRTC is disable through RandR, the mode is NULL. Don't dereference it.
Keith Packard
2006-11-30
Merge branch 'restructure-outputs' into modesetting.
Keith Packard
2006-11-30
Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.
restructure-outputs
Keith Packard
2006-11-30
Rename I830 randr functions to xf86 as they are becoming generic.
Keith Packard
2006-11-28
Conditionally compile old-server compatibility code in.
Eric Anholt
2006-11-27
Move crtc/output config to sub-structure.
Keith Packard
2006-11-27
Reduce the severity of many informational log messages.
Eric Anholt
2006-11-26
Clean up reworked data structure code so the server actually starts.
Keith Packard
2006-11-26
Start output/crtc restructuring work. It compiles.
Keith Packard
2006-11-22
Set up maximum screen size for clone instead of panorama.
Keith Packard
2006-11-20
Set configured values for screen virtual size and initial frame.
Keith Packard
2006-11-16
Don't dereference null DisplayModePtr on disabled output.
Keith Packard
2006-11-16
RandR-based initial output configuration.
Keith Packard
2006-11-16
Remove output options. Let outputs be connected to other crtcs.
Keith Packard
2006-11-08
Create RandR 1.2 objects in I830PreInit.
Keith Packard
2006-11-08
Adapt to RandR updates that split object creation from screen association.
Keith Packard
2006-11-08
Merge branch 'modesetting-keithp' into modesetting
Keith Packard
2006-11-08
Change the output and pipe "is it on/off" field name to "enabled".
Eric Anholt
2006-11-07
Eliminate operatingDevices member and PIPE_* values.
Keith Packard
2006-11-07
Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhere
Keith Packard
2006-11-04
Rename availablePipes to num_pipes
Keith Packard
2006-11-04
Eliminate operatingDevices member and PIPE_* values.
Keith Packard
2006-11-03
Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhere
Keith Packard
2006-11-03
Oops, martian memset of randr modes pointer
Keith Packard
2006-11-03
Merge branch 'modesetting-origin' into modesetting
Eric Anholt
2006-11-03
Add support for load-based CRT detection.
Eric Anholt
2006-11-03
Don't memset the modes pointer on init, which was dereferencing NULL.
Eric Anholt
2006-11-03
Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.
Keith Packard
2006-11-01
Attempt to pull monitor physical size information out of DDC EDID data.
Eric Anholt
2006-11-01
Move mode lists from per-pipe to per-output.
Eric Anholt
2006-11-01
Update for the move of RandR phyiscal size information.
Eric Anholt
2006-10-31
Give each output a get_modes function and expose those modes through RandR.
Eric Anholt
2006-10-31
Connect output detection up to RandR.
Eric Anholt
[next]