summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2007-09-19Merge branch 'master' into xvmc-i915Zhenyu Wang
2007-09-12Remove unused plane->pipe mappings from SAREA privateJesse Barnes
2007-09-11Fix plane/pipe mapping compat codeJesse Barnes
2007-09-10Fix crash in ScreenInitJesse Barnes
2007-09-10Only swap planes and pipes if DRM supports itJesse Barnes
2007-09-06Switch to pci_device_map_range/pci_device_unmap_range APIs.Keith Packard
2007-09-05Fix G33 GTT stolen mem rangeZhenyu Wang
2007-08-26i830_driver.c changes for libpciaccess.Keith Packard
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-16Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDSJesse Barnes
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt
2007-08-10Save/restore tile-mode offset registers DSPATILEOFF and DSPBTILEOFFKeith Packard
2007-08-10Don't force tiling on if it is disabled in configuration but fbc is possible.Eric Anholt
2007-08-10Cleanup tiling and FBC driver output.Jesse Barnes
2007-08-10Enable tiling by default on 965.Jesse Barnes
2007-08-10Merge branch 'master' into xvmc-i915Zhenyu Wang
2007-08-07code cleanupsZhenyu Wang
2007-07-27Pin some buffer objects at creation time, which can't be moved yet.Eric Anholt
2007-07-27Delay the first screen pixmap update to CreateScreenResources.Eric Anholt
2007-07-27Add quirk supportWang Zhenyu
2007-07-26Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers.Eric Anholt
2007-07-25When TTM is available, use it instead of manual AGP allocations when possible.Eric Anholt
2007-07-23only enable xvmc for 915/945/G33Xiang, Haihao
2007-07-20don't initialize XvMC if xv is disabled.Xiang, Haihao
2007-07-19enable XvMC for i915Xiang, Haihao
2007-07-19strip out remainder of drmmm code in driverDave Airlie
2007-07-17intel: don't try and use TTM memory manager with old libdrm interfaceDave Airlie
2007-07-07FBC fixes:Jesse Barnes
2007-07-06Fix tiling and fb compression defaults for 965 (not yet fully supported).Jesse Barnes
2007-07-06FBC and tiling changesJesse Barnes
2007-07-02Framebuffer compression changes:Jesse Barnes
2007-07-02Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31Add pci ids for 945GMEWang Zhenyu
2007-05-31Add pci ids for 965GME/GLE chipWang Zhenyu
2007-05-25Xv does not require directRenderingKeith Packard
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard
2007-05-12Deal with i830 CRT load detection which cannot use FORCE_BORDER.Keith Packard
2007-05-02Fix typo s/i/index/ in LoadPalette for depth 16.Eric Anholt
2007-05-02Disable non-working GTT decoding on i830, and fix map/unmap of GTT.Eric Anholt
2007-05-02disable all outputs on EnterVTDave Airlie
2007-04-30Ignore VideoRam now that its original purpose is obsolete.Eric Anholt
2007-04-30Allow physical-memory allocations within stolen memory.Eric Anholt
2007-04-30Disable some clock gating functions documented to work incorrectly.Eric Anholt
2007-04-19Eliminate LinearAlloc option and code.Keith Packard
2007-04-19Fix mismatching braces when XF86DRI_MM is not defined.Keith Packard
2007-04-17Don't try to init the XAA linear region unless we allocated memory for it.Eric Anholt
2007-04-09Avoid a magic number and correct a (currently harmless) ifdef in ResetState().Eric Anholt
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt