Merge commit 'origin/master' into drm-gem
[profile/ivi/libdrm.git] / linux-core / i915_drv.c
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-16 Eric Anholt[gem] Hold dev->struct_mutex to protect structure data.
2008-05-11 Keith Packard[GEM] Make pread/pwrite manage memory domains. No luck...
2008-05-08 Keith Packard[intel-gem] Move domains to relocation records. add...
2008-05-02 Keith PackardAdd a bit of /proc/dri/*/gem support. Clean up some...
2008-05-01 Eric Anholtcheckpoint: rename to GEM and a few more i915 bits.
2008-04-29 Jesse Barnesi915: fix off by one in VGA save/restore of AR & CR...
2008-04-12 Keith PackardSave and restore dsparb and d_state regs
2008-02-22 Jesse Barnesi915: put ARX back into index mode before doing restore
2008-02-20 Dave Airliedrm: add support for passing state into the suspend...
2008-02-17 Keith Packard[915]: more registers for S3 (DSPCLK_GATE_D, CACHE_MODE...
2008-02-08 Jesse BarnesRestore pipeconf regs unconditionally
2008-02-07 Jesse Barnesi915: save/restore interrupt state
2008-01-30 Thomas HellstromSimplify the fencing code and differentiate between...
2008-01-29 Jesse BarnesFix hibernate save/restore of VGA attribute regs
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2008-01-15 Zhenyu Wangi915: Add chipset id for Intel Integrated Graphics...
2008-01-03 Dave AirlieMerge branch 'r500-support'
2007-12-21 Keith PackardRename inappropriately named 'mask' fields to 'proposed...
2007-11-10 Jesse BarnesMake sure PLLs are enabled before writing pipe configur...
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-30 Dave Airliedrm/i915: add driver cache flush entry point
2007-10-26 Jesse Barnesi915: suspend/resume support
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: detypedef ttm/bo/fence code
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-06-15 Michel Dänzeri915: Fix handling of breadcrumb counter wraparounds.
2007-06-15 Michel DänzerRemove DRIVER_IRQ_VBL(2).
2007-06-15 Thomas HellstromFix i915 sequence mask.
2007-06-12 Jesse BarnesInitial checkin of vblank rework. Code attempts to...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-27 Dave Airliedrm/i915: set the bo up at firstopen time not after...
2007-02-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-16 Thomas HellstromSimple fence object sample driver for via, based on...
2007-02-15 Thomas HellstromInitial support for fence object classes.
2007-02-14 Thomas HellstromMerge branch 'ttm-vram-0-1-branch'
2007-02-14 Thomas HellstromRemove an intel-specific hack and replace it with a...
2007-02-09 Thomas HellstromI915 accelerated blit copy functional.
2007-02-07 Thomas HellstromFix a stray unlock_kernel() in drm_vm.c
2007-02-06 Thomas HellstromImplement a policy for selecting memory types.
2007-01-31 Thomas Hellstrommemory manager: Make device driver aware of different...
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-28 Thomas HellstromDon't enable fence / buffer objects on non-linux systems.
2006-09-15 Thomas HellstromSome bugfixes.
2006-08-31 Thomas HellstromValidation and fencing.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-22 Thomas HellstromInitial i915 buffer object driver
2006-08-21 Thomas HellstromAllow longer sequence lifetimes.
2006-08-21 Thomas Hellstromi915 fence object driver implementing 2 fence object...
2006-02-18 Dave Airliemajor realigment of DRM CVS with kernel code, makes...
2005-12-28 Dave AirlieAdd vblank support to i915 DRM..
2005-11-11 Dave Airlieenable i915 32/64 bit ioctls
2005-11-11 Dave Airliecleanup ioctl/max_ioctl to use header file for extern...
2005-10-21 Alan HourihaneDon't set MTRR's for intel hardware
2005-08-22 Alan Hourihaneremove i915_pm code as it causes too many issues with...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-06-28 Alan HourihaneGiven that BenH says using the sysdev approach for...
2005-06-28 Alan HourihaneComment out the .resume function as without programming...
2005-06-06 Alan HourihaneFix copyrights
2005-05-28 Alan HourihaneRe-implement the power management.
2005-05-27 Ian RomanickModify drm_driver::device_is_agp to return a tri-state...
2005-02-01 Dave Airliemake functions static in i915, remove unused functions
2004-11-09 Jon SmirlFix more build problems on linux-core
2004-11-06 Eric AnholtConvert more drivers for bsd-core, moving the ioctl...
2004-10-13 Jon SmirlAdd a poll function that alternates between zero and...
2004-10-12 Jon SmirlBreakout heads into their own data structures.
2004-10-10 Jon SmirlRename fn_tbl to driver. Core driver now uses pci_drive...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-30 Jon SmirlMake fops per driver instead of global, remove default...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-23 Jon Smirl1) switches from class_sysfs to drm sysfs implementatio...
2004-08-27 Dave Airlierun i915 through lindent
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-06-10 Keith Whitwelli915 drm module