summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Crack down on warnings.Kristian Høgsberg
2008-02-22Add quirk for DVO channel selectionJesse Barnes
2008-02-05Program FBC fence offset registerJesse Barnes
2008-01-30hardware status page initialization reworkZhenyu Wang
2008-01-09Add pipe A force enable quirkJesse Barnes
2008-01-03Fix compilation error when not using DRIJesse Barnes
2007-12-04Add BCM_ to backlight control method enumsJesse Barnes
2007-11-14Don't stop ring before restoring hw stateJesse Barnes
2007-11-14Don't enable fbc with XAA or tiling is off.Zhenyu Wang
2007-11-12Improve backlight controlJesse Barnes
2007-10-12Fix failure in tiling setup on non-power-of-two allocations on pre-965.Eric Anholt
2007-10-11Move tiling fence register setup to bind time instead of allocate time.Eric Anholt
2007-10-11Rework DRI buffer mappings and sarea setup to allow for moving buffers.Eric Anholt
2007-10-08Include xf86mm.h if using XF86DRI_MMKeith Packard
2007-10-05Replace setting of LIFETIME_FIXED on cursors with just updating the offsets.Eric Anholt
2007-10-01Fix probing of the sample CH7017 device I found by allowing GPIO overrides.Eric Anholt
2007-09-20Merge remote branch 'origin/master' into buffer-objectsEric Anholt
2007-09-06Switch to pci_device_map_range/pci_device_unmap_range APIs.Keith Packard
2007-08-26Add libpciaccess declarations to I810Rec and I830Rec.Keith Packard
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-17Use i830_memory.c instead of the AA's allocator for XV buffers.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-10Attempt to fix several front buffer tiling failure cases.Eric Anholt
2007-08-10Enable tiling by default on 965.Jesse Barnes
2007-08-10Tiling fixes for 965Jesse Barnes
2007-08-07Fix EXA rendering with tiled front buffer on pre-965.Eric Anholt
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-08-02Mark DRI buffers as shareable, and pass their buffer handles through the SAREA.Eric Anholt
2007-07-31Legacy backlight changes:Jesse Barnes
2007-07-27Pin some buffer objects at creation time, which can't be moved yet.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-17intel: don't try and use TTM memory manager with old libdrm interfaceDave Airlie
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard
2007-07-09Fix some physical address handling for >4GB addresses.Eric Anholt
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-22Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.Eric Anholt
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-27On i830, Pipe B cannot be lit the first time unless Pipe A is running.Keith Packard
2007-05-22i830: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-05-18EXA: add render enter helper functionWang Zhenyu
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard