summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-20Move i965 render state bo setup back to prepare_composite.Eric Anholt1-66/+60
2009-01-20Do check_aperture_space and batch_start_atomic for i965 video.Eric Anholt1-2/+27
2009-01-20Move 965 video setup to a separate function so we can move it around.Eric Anholt1-172/+174
2009-01-20Remove the pageflipping infrastructure.Owain G. Ainsworth3-326/+0
2009-01-20Remove triple-buffering supportOwain G. Ainsworth6-59/+5
2009-01-20Support sysfs backlight control for Sony laptops in xf86-video-intelKshitij Kulshreshtha1-0/+1
2009-01-17Protect i915 textured video against batchbuffer wrapping.Eric Anholt1-4/+7
2009-01-17Fix i915 batch_start_atomic counting.Eric Anholt1-1/+1
2009-01-17intel: fix DRI2 should be DRI_DRI2Dave Airlie1-1/+1
2009-01-16Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt5-16/+109
2009-01-15Fix invarient state emits for DRI2 (do it per batch, since there's no lock).Eric Anholt1-0/+6
2009-01-14Fix ioctl type.Owain G. Ainsworth1-1/+1
2009-01-14use ifdef __linux__ where needed.Owain G. Ainsworth1-0/+4
2009-01-14Disable VGA plane reliablyMa Ling1-2/+32
2009-01-13Assign rotation memory dri_bo to rotation pixmap.Keith Packard1-0/+3
2009-01-13bios_reader: make mode timing output friendlierJesse Barnes1-9/+19
2009-01-13set continuous-frequency flag in get modes functionMa Ling1-7/+49
2009-01-13Fix LVDS EDID to match all possible default modesKeith Packard1-0/+30
2009-01-07Prevent redefinitions of CARD8 and friends. Fixes build.Ian Romanick1-3/+1
2009-01-06Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.Eric Anholt1-8/+11
2009-01-06Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.Eric Anholt1-0/+9
2009-01-06FatalError on batchbuffer map failureKeith Packard1-1/+3
2009-01-06Handle drm_bo_map failure in 965 video and composite paths.Keith Packard2-60/+130
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard6-153/+184
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard5-190/+189
2008-12-31UXA: Fallback to dri_bo_map() if pin failedZhenyu Wang1-6/+13
2008-12-30Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.Eric Anholt2-29/+0
2008-12-29warning fix.Eric Anholt1-1/+0
2008-12-29Add support for SDVO LVDS.Henry unbongo1-0/+8
2008-12-29Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3Eric Anholt1-1/+0
2008-12-29Remove logical context setup.Eric Anholt3-22/+0
2008-12-29Add PCI write posting to LeaveVT path when we're about to wait on write results.Eric Anholt1-0/+6
2008-12-29Add SDVO LVDS register definitions.Eric Anholt1-0/+55
2008-12-29Remove old mergedfb includes and defines, which bother spatch.Eric Anholt1-6/+0
2008-12-30Bug #18004: Add Aopen 915GM LVDS quirkZhenyu Wang1-0/+1
2008-12-29Don't count vertex buffer in second aperture size checkZhenyu Wang1-6/+5
2008-12-29intel/kms: disable overlay when it needs physical addressDave Airlie1-1/+4
2008-12-29intel: don't call enter/leave VT for KMS enabled systemsDave Airlie1-2/+2
2008-12-29exa: fix map gtt call to use current APIDave Airlie1-1/+1
2008-12-29Bug #19239: Add a quirk for broken ACPI lid stateZhenyu Wang3-0/+14
2008-12-29modeset: transformPresent is a new API memberDave Airlie1-0/+2
2008-12-29modeset: fix xf86CrtcRotate API change across server versionsDave Airlie1-2/+8
2008-12-22SDVO: reset pixel repeat in avi frameMa Ling1-1/+0
2008-12-19 [965-xvmc] remove the vblank wait code, drm not support mutlple clientZou Nan hai1-7/+0
2008-12-18uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.Eric Anholt1-12/+5
2008-12-19xvmc: fix up needed libsPeter Alfredsen1-2/+2
2008-12-17 wait vblank before render to fix tearingZou Nan hai1-1/+1
2008-12-17Fix drmOpen for non-linux 965 XvMCRobert Noland1-8/+10
2008-12-15Quiet some KMS warnings.Kristian Høgsberg1-11/+7
2008-12-16Revert " [965 xvmc] update dual prime g4b files"Zhenyu Wang2-1386/+3184