index
:
~anholt/xf86-video-intel
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
XORG-6_8-branch
compositing-fix
display-port
dri2-swapbuffers
dri3
exa
exa-i965
glamor-dri3
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
keithp-glamor-rewrite
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
renames
wooooooo
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_crt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-10
Remove unnecessary quirk code in CRT probing
Jesse Barnes
1
-7
/
+0
2008-01-09
Add pipe A force enable quirk
Jesse Barnes
1
-0
/
+8
2007-12-10
CRT hotplug detection improvements
Jesse Barnes
1
-19
/
+23
2007-07-13
Remove hard-coded CRT blanking frobbing for load detection.
Keith Packard
1
-4
/
+2
2007-07-13
Ensure pipe/output active before doing load detection.
Keith Packard
1
-38
/
+8
2007-07-13
Eliminate bogus (and harmful) blanking adjustment for load detect.
Keith Packard
1
-35
/
+75
2007-06-30
Fix load detection to use border region instead of blanking.
Keith Packard
1
-9
/
+27
2007-06-19
Fix left G33 issues
Wang Zhenyu
1
-1
/
+2
2007-05-17
Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.
Keith Packard
1
-0
/
+3
2007-05-12
Deal with i830 CRT load detection which cannot use FORCE_BORDER.
Keith Packard
1
-33
/
+62
2007-03-04
Support new CRTC/Output prepare/commit hooks.
Keith Packard
1
-0
/
+2
2007-02-16
Change rotation pixmap creation API to permit start-time rotation.
Keith Packard
1
-1
/
+1
2007-01-16
Interim work on rotation support with new xf86 code.
Keith Packard
1
-1
/
+1
2007-01-15
Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.
Keith Packard
1
-1
/
+1
2006-12-30
Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.
Keith Packard
1
-0
/
+2
2006-12-28
Configuration support: per-output mode lines, preferred mode.
Keith Packard
1
-33
/
+1
2006-12-06
Merge branch 'modesetting' into nonrandr-setup
Keith Packard
1
-9
/
+11
2006-12-06
Merge branch 'generic-mode-set' into modesetting
Eric Anholt
1
-9
/
+11
2006-12-06
Use xf86 structures for default config instead of RandR.
Keith Packard
1
-8
/
+9
2006-12-05
fix up misleading comment in i830_crt.c about border register
Keith Packard
1
-3
/
+1
2006-12-05
WIP code to move mode set sequencing to XFree86 handlers.
Eric Anholt
1
-9
/
+11
2006-11-30
Merge branch 'restructure-outputs' into modesetting.
Keith Packard
1
-66
/
+122
2006-11-28
Conditionally compile old-server compatibility code in.
Eric Anholt
1
-1
/
+1
2006-11-27
Move crtc/output config to sub-structure.
Keith Packard
1
-19
/
+19
2006-11-26
Remove mode setting from load detect CRTC allocation.
Keith Packard
1
-1
/
+21
2006-11-26
Clean up reworked data structure code so the server actually starts.
Keith Packard
1
-2
/
+2
2006-11-26
Start output/crtc restructuring work. It compiles.
Keith Packard
1
-65
/
+101
2006-11-08
Adapt to RandR updates that split object creation from screen association.
Keith Packard
1
-3
/
+7
2006-11-08
Merge branch 'modesetting-keithp' into modesetting
Keith Packard
1
-1
/
+7
2006-11-08
Clean up i830_crt_detect_load() a bit more.
Eric Anholt
1
-11
/
+13
2006-11-07
Eliminate operatingDevices member and PIPE_* values.
Keith Packard
1
-2
/
+4
2006-11-05
Fix CRT output on 965 chipset.
Keith Packard
1
-1
/
+7
2006-11-04
Rename availablePipes to num_pipes
Keith Packard
1
-2
/
+2
2006-11-04
Eliminate operatingDevices member and PIPE_* values.
Keith Packard
1
-3
/
+12
2006-11-03
Add support for load-based CRT detection.
Eric Anholt
1
-11
/
+9
2006-11-01
Attempt to pull monitor physical size information out of DDC EDID data.
Eric Anholt
1
-0
/
+1
2006-11-01
Move mode lists from per-pipe to per-output.
Eric Anholt
1
-2
/
+39
2006-10-31
Give each output a get_modes function and expose those modes through RandR.
Eric Anholt
1
-0
/
+1
2006-10-31
Move output connection detection to a per-output method.
Eric Anholt
1
-0
/
+162
2006-10-16
Add a per-output mode-valid method.
Eric Anholt
1
-0
/
+8
2006-10-09
Move per-output mode setting code to per-output methods.
Eric Anholt
1
-2
/
+35
2006-10-05
Give each output type an init method in its file, making other methods static.
Eric Anholt
1
-6
/
+23
2006-10-04
Move the save, restore, and DPMS per-output settings to per-output files.
Eric Anholt
1
-0
/
+75