summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-07Merge remote branch 'upstream/master' into i915-zone-renderingi915-zone-renderingMichel Dänzer1-5/+5
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie1-2/+2
2007-06-15i915: Fix handling of breadcrumb counter wraparounds.Michel Dänzer1-3/+3
2007-06-15Fix i915 sequence mask.Thomas Hellstrom1-1/+1
2007-05-10i915: Track HWZ state per file handle.Michel Dänzer1-0/+2
2007-05-01Merge remote branch 'upstream/master' into i915-zone-renderingMichel Dänzer1-0/+1
2007-05-01i915: Add PRIV1 memory type.Michel Dänzer1-2/+4
2007-03-27drm/i915: set the bo up at firstopen time not after DMA initDave Airlie1-0/+1
2007-02-16Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom1-1/+1
2007-02-15Initial support for fence object classes.Thomas Hellstrom1-1/+1
2007-02-14Remove an intel-specific hack and replace it with a fence driver callback.Thomas Hellstrom1-0/+1
2007-02-09I915 accelerated blit copy functional.Thomas Hellstrom1-1/+1
2007-02-07Fix a stray unlock_kernel() in drm_vm.cThomas Hellstrom1-0/+1
2007-02-06Implement a policy for selecting memory types.Thomas Hellstrom1-0/+9
2007-01-31memory manager: Make device driver aware of different memory types.Thomas Hellstrom1-3/+2
2006-10-17Extend generality for more memory types.Thomas Hellstrom1-3/+2
2006-09-29Add support for secondary vertical blank interrupt to i915 driver.Michel Dänzer1-1/+3
2006-09-28Don't enable fence / buffer objects on non-linux systems.Thomas Hellstrom1-4/+8
2006-09-15Some bugfixes.Thomas Hellstrom1-0/+1
2006-08-31Validation and fencing.Thomas Hellstrom1-1/+3
2006-08-29Checkpoint commit. Buffer object flags and IOCTL argument list.Thomas Hellstrom1-1/+2
2006-08-22Initial i915 buffer object driverThomas Hellstrom1-0/+8
2006-08-21Allow longer sequence lifetimes.Thomas Hellstrom1-1/+1
2006-08-21i915 fence object driver implementing 2 fence object types:Thomas Hellstrom1-0/+11
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-2/+2
2005-12-28Add vblank support to i915 DRM..Dave Airlie1-1/+2
2005-11-11enable i915 32/64 bit ioctlsDave Airlie1-0/+3
2005-11-11cleanup ioctl/max_ioctl to use header file for extern symbolsDave Airlie1-3/+0
2005-10-21Don't set MTRR's for intel hardwareAlan Hourihane1-1/+4
2005-08-22remove i915_pm code as it causes too many issues with current softwareAlan Hourihane1-2/+0
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-36/+11
2005-06-28Given that BenH says using the sysdev approach for DRM is bogus, I'll yankAlan Hourihane1-1/+0
2005-06-28Comment out the .resume function as without programming their dependentAlan Hourihane1-1/+1
2005-06-06Fix copyrightsAlan Hourihane1-3/+22
2005-05-28Re-implement the power management.Alan Hourihane1-0/+3
2005-05-27Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick1-0/+1
2005-02-01make functions static in i915, remove unused functionsDave Airlie1-1/+1
2004-11-09Fix more build problems on linux-coreJon Smirl1-1/+1
2004-11-06Convert more drivers for bsd-core, moving the ioctl definitions to sharedEric Anholt1-16/+4
2004-10-13Add a poll function that alternates between zero and normal poll return toJon Smirl1-0/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-18/+18
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-7/+7
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-42/+41
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl1-0/+8
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-2/+100
2004-09-231) switches from class_sysfs to drm sysfs implementation to allowJon Smirl1-17/+1
2004-08-27run i915 through lindentDave Airlie1-3/+3
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-0/+2
2004-06-10i915 drm moduleKeith Whitwell1-0/+31