index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
i915_drv.c
Age
Commit message (
Expand
)
Author
2007-07-16
drm: detypedef ttm/bo/fence code
Dave Airlie
2007-06-15
i915: Fix handling of breadcrumb counter wraparounds.
Michel Dänzer
2007-06-15
Fix i915 sequence mask.
Thomas Hellstrom
2007-03-27
drm/i915: set the bo up at firstopen time not after DMA init
Dave Airlie
2007-02-16
Simple fence object sample driver for via, based on idling the GPU.
Thomas Hellstrom
2007-02-15
Initial support for fence object classes.
Thomas Hellstrom
2007-02-14
Remove an intel-specific hack and replace it with a fence driver callback.
Thomas Hellstrom
2007-02-09
I915 accelerated blit copy functional.
Thomas Hellstrom
2007-02-07
Fix a stray unlock_kernel() in drm_vm.c
Thomas Hellstrom
2007-02-06
Implement a policy for selecting memory types.
Thomas Hellstrom
2007-01-31
memory manager: Make device driver aware of different memory types.
Thomas Hellstrom
2006-10-17
Extend generality for more memory types.
Thomas Hellstrom
2006-09-29
Add support for secondary vertical blank interrupt to i915 driver.
Michel Dänzer
2006-09-28
Don't enable fence / buffer objects on non-linux systems.
Thomas Hellstrom
2006-09-15
Some bugfixes.
Thomas Hellstrom
2006-08-31
Validation and fencing.
Thomas Hellstrom
2006-08-29
Checkpoint commit. Buffer object flags and IOCTL argument list.
Thomas Hellstrom
2006-08-22
Initial i915 buffer object driver
Thomas Hellstrom
2006-08-21
Allow longer sequence lifetimes.
Thomas Hellstrom
2006-08-21
i915 fence object driver implementing 2 fence object types:
Thomas Hellstrom
2006-02-18
major realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie
2005-12-28
Add vblank support to i915 DRM..
Dave Airlie
2005-11-11
enable i915 32/64 bit ioctls
Dave Airlie
2005-11-11
cleanup ioctl/max_ioctl to use header file for extern symbols
Dave Airlie
2005-10-21
Don't set MTRR's for intel hardware
Alan Hourihane
2005-08-22
remove i915_pm code as it causes too many issues with current software
Alan Hourihane
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
2005-06-28
Given that BenH says using the sysdev approach for DRM is bogus, I'll yank
Alan Hourihane
2005-06-28
Comment out the .resume function as without programming their dependent
Alan Hourihane
2005-06-06
Fix copyrights
Alan Hourihane
2005-05-28
Re-implement the power management.
Alan Hourihane
2005-05-27
Modify drm_driver::device_is_agp to return a tri-state value to indicate
Ian Romanick
2005-02-01
make functions static in i915, remove unused functions
Dave Airlie
2004-11-09
Fix more build problems on linux-core
Jon Smirl
2004-11-06
Convert more drivers for bsd-core, moving the ioctl definitions to shared
Eric Anholt
2004-10-13
Add a poll function that alternates between zero and normal poll return to
Jon Smirl
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
2004-10-10
Rename fn_tbl to driver. Core driver now uses pci_driver name which
Jon Smirl
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
2004-09-30
Make fops per driver instead of global, remove default flush, poll, read
Jon Smirl
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
2004-09-23
1) switches from class_sysfs to drm sysfs implementation to allow
Jon Smirl
2004-08-27
run i915 through lindent
Dave Airlie
2004-08-24
Merged drmfntbl-0-0-2
Dave Airlie
2004-06-10
i915 drm module
Keith Whitwell