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_bios.c
Age
Commit message (
Expand
)
Author
2009-08-04
Calculate the DVO relative offset in LVDS data entry to get the DVO timing
Zhao Yakui
2009-06-30
Use DVO timing block instead of fp_timing when parsing LFP data
Jesse Barnes
2009-06-22
Fix LFP data block fetch
Jesse Barnes
2009-06-15
parse general definition block to get the SDVO device info
Zhao Yakui
2009-06-03
Fetch mode line from VBT, then keep it.
Ma Ling
2009-05-05
Fix typo in (unused) INTEL_BIOS_32 macro
Stijn van Drongelen
2009-04-27
unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.
Eric Anholt
2009-03-27
Disable LVDS config parsing from VBT for now
Zhenyu Wang
2009-03-19
Set SSC frequency for 8xx chips correctly
Ma Ling
2009-03-02
Skip LVDS config parsing on pre-9xx chips.
Zhenyu Wang
2009-02-25
Use LVDS config in Driver feature BDB for integrated LVDS check
Zhenyu Wang
2009-01-26
Fixup bogus VBT modes when detected
Jesse Barnes
2008-12-08
Don't smash fixed_mode if skip_panel_detect is set.
Carl Worth
2008-10-02
Work around libpciaccess reporting a 0 rom size by guessing.
Eric Anholt
2008-10-01
Eliminate INT10 call to get BIOS contents
Keith Packard
2008-09-30
Use VBT LFP info pointers by default
Jesse Barnes
2008-08-08
Initial port of kernel modesetting from old intel-kernelmode branch
Jesse Barnes
2008-08-05
Reorganize VBIOS code
Jesse Barnes
2008-07-10
Improve VBIOS feature detection, add SSC support
Jesse Barnes
2008-03-28
Include missing stdlib.h for free()
Matthias Hopf
2008-03-11
Remove i830+ driver's use of CARD*/INT* types for great justice.
Eric Anholt
2007-08-26
Mechanical API conversions for libpciaccess.
Keith Packard
2007-05-16
Add i830_bios_get_aim_data_block to read AIM data from BIOS
Keith Packard
2007-04-03
Move a bunch of debugging verbosity under Option "ModeDebug".
Eric Anholt
2007-02-13
Attempt to detect panel fixed mode from EDID or current programmed mode.
Eric Anholt
2006-12-06
More LVDS fixed mode fixing: use the EDID DTD's blank length.
Eric Anholt
2006-12-06
Fix LVDS fixed mode code after generic-mode-set.
Eric Anholt
2006-11-03
Use VBE only temporarily to fetch BIOS rom image
Keith Packard
2006-09-27
Merge branch 'randr-1.2' into modesetting
Eric Anholt
2006-09-22
Restructure i830_bios.c so we don't leak a copy of the BIOS per generation.
Eric Anholt
2006-09-20
Merge branch 'modesetting-origin' into modesetting
Keith Packard
2006-09-20
Add standard C headers to fix build on some systems after xf86_ansic.h removal.
Linus Torvals
2006-09-19
Merge branch 'modesetting-origin' into modesetting
Keith Packard
2006-09-08
Remove xf86_ansic.h usage.
Eric Anholt
2006-08-31
verbose debug message for panel sync data
Keith Packard
2006-05-04
Use xf86int10Addr() when calculating an address to read the video BIOS from, out
Eric Anholt
2006-04-17
Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just ask
Eric Anholt
2006-04-16
Bug #6589: Use alternate offsets to successfully get at the panel data for
Eric Anholt
2006-04-15
Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOS
Eric Anholt
2006-04-10
Save/restore PFIT_CONTROL. Eliminate compiler warnings
Keith Packard
2006-04-06
autodetect LVDS dither. Fix 16bpp depth selection
Keith Packard
2006-04-06
Fill in clock information from VBT table, so that a good clock value gets
Eric Anholt
2006-04-06
Port code from radeon driver for panel mode validation, which will hopefully get
Eric Anholt
2006-04-06
Make auto panel fitting work by pulling LVDS timing EDID info out of the static
Eric Anholt
2006-04-06
Add more VBT reading, so we find the panel size.
Eric Anholt
2006-04-06
Start interpreting VBT information with the goal of pulling out LVDS timings
Eric Anholt