summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-11Delay SAREA and mapping setup until EnterVT when using the memory manager.Eric Anholt
2007-10-11Rework DRI buffer mappings and sarea setup to allow for moving buffers.Eric Anholt
2007-10-11Move drmMMLock to after we have unbound our (pinned) buffers.Eric Anholt
2007-10-11Refuse to allocate LIFETIME_FIXED objects in buffer objects.Eric Anholt
2007-10-11In i830_allocate_memory_bo, bind if we control the VT, not on lifetime-fixed.Eric Anholt
2007-10-11Fix potential use-after-free in XV overlay code on video stop.Eric Anholt
2007-10-11Revert "Fix G33 GTT stolen mem range"Zhenyu Wang
2007-10-10EXA: fix tiled dest rendering on i8XX chipsZhenyu Wang
2007-10-08Include xf86mm.h if using XF86DRI_MMKeith Packard
2007-10-08Quirk for Samsung Q35 which has no TV output.Keith Packard
2007-10-05Replace setting of LIFETIME_FIXED on cursors with just updating the offsets.Eric Anholt
2007-10-05Don't set overlay registers LIFETIME_FIXED. It always uses the current offset.Eric Anholt
2007-10-05Revert setting of exa_965_state as LIFETIME_FIXED.Eric Anholt
2007-10-05Don't leak buffer object allocations in i830_reset_allocations().Eric Anholt
2007-10-05Warning cleanup.Eric Anholt
2007-10-05Fix formatting of error message.Eric Anholt
2007-10-01Bring the CH7017 driver closer to spec.Eric Anholt
2007-10-01Fix probing of the sample CH7017 device I found by allowing GPIO overrides.Eric Anholt
2007-10-01Restore building of pciaccess-based tools even if the server doesn't use it.Eric Anholt
2007-10-01Remove more DVO probing noise.Eric Anholt
2007-10-01Suppress I2C failure error messages during DVO device detection.Eric Anholt
2007-10-01Enable CH7017/7018 DVO driver by default.Eric Anholt
2007-10-01Disable TV/VGA output on the CH7017/7018 devices.Eric Anholt
2007-09-29Ignore detection of TV output on Panasonic CF-Y7Regis Prevot
2007-09-28Go back to using old drm_i915_flip_t field nameJesse Barnes
2007-09-28Dell XPS 1330 has no TV outKyle McMartin
2007-09-27Pin cursor, overlay(no physical) and exa state buffersZhenyu Wang
2007-09-24Remove logic for supporting i915tex_dri.so vs. i915_dri.so.Eric Anholt
2007-09-21Merge branch 'buffer-objects'Eric Anholt
2007-09-20Merge remote branch 'origin/master' into buffer-objectsEric Anholt
2007-09-20Fix pixmap offsetHong Liu
2007-09-18Bug #12457: Let the ch7xxx driver probe the 7301Dmitry Babrovich
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-28Don't set supported TV formats until after RandR initialized.Keith Packard
2007-08-28Limit TV formats to those supported by current connectionKeith Packard
2007-08-28Add register defines for hw binningKeith Packard
2007-08-28Fix build against pre-pci-rework xserver.Michel Dänzer
2007-08-28Fix i915 a8 color buffer blendingZhenyu Wang
2007-08-26i830_driver.c changes for libpciaccess.Keith Packard
2007-08-26i810_driver.c changes for libpciaccess.Keith Packard
2007-08-26Mechanical API conversions for libpciaccess.Keith Packard
2007-08-26Change DRI interface to fill in PCI data from new libpciaccess structure.Keith Packard
2007-08-26Add libpciaccess declarations to I810Rec and I830Rec.Keith Packard
2007-08-26Change IS_Ixxx tests to work with or without libpciaccess.Keith Packard
2007-08-26Intel driver configuration (only) changes for X server libpciaccess usage.Keith Packard