summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Collapse)Author
2006-07-11whoops, revert some unnecessary changesAlan Hourihane
2006-07-11Add an additional check before rotatingAlan Hourihane
2006-06-21Fix build without DRIAlan Hourihane
2006-06-19Set vblank interrupt configuration to match pipe configurationKeith Packard
New i915 drm ioctl (in version 1.5) allows the X server to select which pipe drives vblank interrupts. Use this to drive from the 'preferred' pipe. Yes, per-window vblanks would be nice in a shared fb environment. Maybe someday. (cherry picked from 2fb375b665f4802819b89f2277fd6154006c11ee commit)
2006-06-19additions for rotation fixesAlan Hourihane
2006-06-12Use 800x600 mode to double checkAlan Hourihane
2006-06-12Don't rely on register check to find outAlan Hourihane
if we're resuming - it's not reliable. But then, neither is the BIOS, but it's the best we can hope for until Eric's work is complete. Try setting another mode to cater for some broken BIOS' too.
2006-06-12Only mark rotation flags after initial screen setup.Alan Hourihane
Fixes bug #7053
2006-06-02intel: fix VT switch DRI lockingDave Airlie
The DRI locking is incorrect at VT switch, due to reference counting inside the driver. Just call the DRI directly.
2006-05-17fixup chipid overrideDave Airlie
This makes the ChipID override work so that we actually override the pci id that gets used everywhere in the driver.
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-04Add more missing #include's, in particular assert.h.Kristian Høgsberg
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-03-03Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0Alan Hourihane
right one. Bump the Xvideo resolution support from 1920x1080 to 1920x1088.
2006-01-25When going dual head only take a portion of memory for the second headxf86-video-i810-1_5_0_0Alan Hourihane
instead of doubling the requirements.
2006-01-25Fix a glitch in a dual head fix from #3105Alan Hourihane
2006-01-24Bump version to 1.5.0.0Alan Hourihane
Add Intel 945GM support Add RandR rotation support (full 3D acceleration, HWcursor & Xvideo rotated too) Remove shadow framebuffer rotation code Add a new LinearAlloc option to allow more offscreen memory to be allocated for XVideo applications. This allows HDTV movies to be played via Xvideo.
2005-10-03Bug #4353: Fix lockup when suspend and resume when playing video.XORG-6_8_99_901Alan Hourihane
Shutdown the overlay on LeaveVT.
2005-09-27Put back the print code to display the DDC information, and remove some bogusAlan Hourihane
DDC messages.
2005-09-08fix another possible crashAlan Hourihane
2005-09-08Fix a crash situationAlan Hourihane
2005-09-06Fix DirectColor visual colormap issues at 16bpp in the i830 driver.Alan Hourihane
2005-09-06Sync the accelerator before calling AdjustFrame to avoid lockups.Alan Hourihane
2005-08-21Fix typo in debug ErrorF.Daniel Stone
2005-08-08Enable gamma correction bit even for 8bit modes.Alan Hourihane
The pipeconf register handles the real enablement.
2005-08-02Adjust newPipe code for BIOS's starting at 1200XORG-6_99_99_900Alan Hourihane
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-06-13commit missing piece from resume patchXORG-6_8_99_12Alan Hourihane
2005-06-07Fix text restoration when display switching has been activated and we could beAlan Hourihane
potentially on a different display than the initial one.
2005-05-31and another. sheesh.XORG-6_8_99_10Alan Hourihane
2005-05-31missed hunkAlan Hourihane
2005-05-31Add Intel(R) 945G supportAlan Hourihane
2005-05-25Change the sequence on how refresh rates are set in the i830 driver. This worksXORG-6_8_99_9Alan Hourihane
much better with custom modelines.
2005-05-20Bugzilla #3292: https://bugs.freedesktop.org/show_bug.cgi?id=3292XORG-6_8_99_8Alan Hourihane
Add shadowFB support to the Intel driver (Dima Dorfman)
2005-05-20Bugzilla #2339: https://bugs.freedesktop.org/show_bug.cgi?id=2339Alan Hourihane
Bugzilla #1064: https://bugs.freedesktop.org/show_bug.cgi?id=1064 Bugzilla #3055: https://bugs.freedesktop.org/show_bug.cgi?id=3055 Much better display switching support for mobile chipsets using the Fn+F? combination keys. Add DirectColor support. Add gamma correction support.
2005-05-20Bugzilla #2585: https://bugs.freedesktop.org/show_bug.cgi?id=2585Alan Hourihane
Support the Intel E7221 server chipset.
2005-04-20Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4sco_port_updateDaniel Stone
* change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; * change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; * change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-04-14Fix initial DDC parameters when validating modes.XORG-6_8_99_3Alan Hourihane
2005-04-01Check the VESA BIOS scanline requirements and adjust the displayWidthXORG-6_8_99_2XORG-6_8_99_1Alan Hourihane
accordingly. Fixes an assumption that the screen width was always used as the displayWidth.
2005-03-21a one line fixup to the UseDDC codeAlan Hourihane
2005-03-15LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID canAlan Hourihane
be obtained and Xvideo is correctly setup for panel fitting.
2005-03-15Enforce DDC monitor ranges usage if we have them and reject badAlan Hourihane
modes. Use NoDDC option to override DDC timings. We currently only use DS_RANGES, but could use other DDC information, as does the common layer, to deduce the h/v ranges.
2005-03-03Limit the maximum refresh rate to 85Hz and remove the bogusAlan Hourihane
100Hz and 120Hz settings as they don't match close enough and are really unsupported.
2005-01-10Revert some changes to TweakMemorySizeAlan Hourihane
2005-01-06Add:Alan Hourihane
- Intel i915GM support to 2D DDX and 3D Mesa drivers. - PanelID identification - DRI suspend/resume support - Detection of monitor changes on VT switches - Support custom video modes if available in the Video BIOS - 3D enhancements: * GL_ARB_texture_cube_map * GL_EXT_blend_equation_separate * GL_ATI_blend_equation_separate * GL_ARB_point_parameters * GL_NV_blend_square * GL_EXT_cull_vertex * GL_ARB_depth_texture * GL_SGIX_depth_texture * GL_ARB_shadow * GL_EXT_shadow_funcs * GL_3DFX_texture_compression_FXT1 By Tungsten Graphics, Keith Whitwell & Alan Hourihane.
2004-12-04Encoding of numerous files changed to UTF-8xprint_packagertest_20041217_basexprint_packagertest_20041217Markus Kuhn
2004-10-12Change order of SetDisplayDevice(), HWRestore(), UnbindGART() andEgbert Eich
RestoreBIOSMemSize() to be exactly opposite to the Save procedure in EnterVT() (Matthias Hopf, Alan Hourihane). Fixed server crash on reset when a structure allocated in PreInit() was freed on CloseScreen(). Fixed ring buffer lock ups that happened because the structure that contained ringbuffer data was not zeroed after allocation. Fixed numerous warnings due to signed unsigned comparisons.
2004-07-30add i845 to the list of chips that allow memory size tweaking.Egbert Eich
2004-07-30Removed bugs on TweakMemorySize() which prevented it from working at all.Egbert Eich
Initialized last element of BIOS version number string to 0 to avoid random problems.
2004-07-06Increase default video RAM size to 16MB when DRI is enabled and more than 128MBEgbert Eich
are available (Egbert Eich). Fixed lockups during mode switch. Problem was introduced when attempting to copy the behavior during LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before I810DRIEnter(). The entire DRILeave()/Enter() scenario has been commented out as it didn't seem to be necessary (Egbert Eich). Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich).