projects
/
platform
/
upstream
/
libdrm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libdrm.git
2006-09-28
Michel Dänzer
Only return EBUSY after we've established we need to...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Core vsync: Don't clobber target sequence number when...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Core vsync: Add flag DRM_VBLANK_NEXTONMISS.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Fix 'sequence has passed' condition in i915_vblank_swap().
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add SAREA fileds for determining which pipe to sync...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add definition of DRM_VBLANK_SECONDARY.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Make handling of dev_priv->vblank_pipe more robust.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Change first valid DRM drawable ID to be 1 instead...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add copyright notice.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
i915: Add ioctl for scheduling buffer swaps at vertical...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Locking and memory management fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Drop tasklet locked driver callback when uninstalling...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Export drm_get_drawable_info symbol from core.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Hook up DRM_IOCTL_UPDATE_DRAW ioctl.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Only reallocate cliprect memory if the number of clipre...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add support for tracking drawable information to core
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add support for interrupt triggered driver callback...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add support for secondary vertical blank interrupt...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-28
Michel Dänzer
Add support for secondary vertical blank interrupt...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-21
Felix Kuhling
bug 5942: add stubs for drm_mtrr_add/del for non-MTRR...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-21
Anish Mistry
bug 7092 : add pci ids for mach64 in Dell poweredge...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-20
Roland Scheidegger
do a TCL state flush before accessing VAP_CNTL to preve...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-18
Dave Airlie
drm: put domain number back to 0, domain support is...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-15
Michel Dänzer
Use register writes instead of BITBLT_MULTI packets...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Dave Airlie
drm: use radeon specific names for radeon flags
commit
|
commitdiff
|
tree
|
snapshot
2006-09-07
Eric Anholt
Use the DRM_INIT_WAITQUEUE argument (needed on Linux...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-07
Eric Anholt
Put the PCI device/vendor id in the drm_device_t.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-07
Eric Anholt
Add a typedef for u64.
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
drm: lots of small cleanups and whitespace issues fixed up
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
add static function, and remove bad attributions
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
fix const pointer warnings with file_operations
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
remove local copies of pci domain/bus/slot/num
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
remove some DRM_ARRAY_SIZE from linux core code
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
fixup some of the comments in drm_context.c
commit
|
commitdiff
|
tree
|
snapshot
2006-08-28
Dave Airlie
drm: i810_dma.c: fix pointer arithmetic for 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-26
Michel Dänzer
Bug #7595: Avoid u32 overflows in radeon_check_and_fixu...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-23
Thomas Hellstrom
Fix previous commit: Only fall back to hashed handles
commit
|
commitdiff
|
tree
|
snapshot
2006-08-23
Thomas Hellstrom
Allow multiple addMaps with the same 32-bit map offset.
commit
|
commitdiff
|
tree
|
snapshot
2006-08-23
Thomas Hellstrom
Fix hashtab implementation leaking illegal error codes...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-16
Thomas Hellstrom
Remove hash tables on DRM exit.
commit
|
commitdiff
|
tree
|
snapshot
2006-08-14
Thomas Hellstrom
Avoid kernel oops in some error paths calling drm_lastc...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-14
Dave Airlie
remove all TRUE instances as well
commit
|
commitdiff
|
tree
|
snapshot
2006-08-14
Dave Airlie
remove all TRUE/FALSE no need for this in the drm,...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-10
Dave Airlie
i965 code and Linux coding style < 0
commit
|
commitdiff
|
tree
|
snapshot
2006-08-10
Dave Airlie
cleanup some whitespace issue and move compat code...
commit
|
commitdiff
|
tree
|
snapshot
2006-08-10
Dave Airlie
clean up script to create an lk drm directory
commit
|
commitdiff
|
tree
|
snapshot
2006-08-10
Dave Airlie
drm: ati_pcigart cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-08-08
Alan Hourihane
Add support for Intel i965G chipsets.
commit
|
commitdiff
|
tree
|
snapshot
2006-08-07
Dave Airlie
drm: whitespace cleanup in new files
commit
|
commitdiff
|
tree
|
snapshot
2006-08-07
Dave Airlie
drm: remove extra whitespace from drm_mm.c
commit
|
commitdiff
|
tree
|
snapshot
2006-08-07
Dave Airlie
drm: fixup whitespace and style for Linux kernel import
commit
|
commitdiff
|
tree
|
snapshot
2006-07-26
Michel Dänzer
Revert "Make sure busmastering gets disabled on module...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-26
Michel Dänzer
Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-24
Dave Airlie
remove incorrect exit marking on cleanup pci as this...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-24
Dave Airlie
switch drm to use Linux mutexes instead of semaphore.
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Adam Jackson
Delete the pre-core DRM code with extreme prejudice.
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Adam Jackson
Make sure busmastering gets disabled on module unload.
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Michel Dänzer
Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Michel Dänzer
Make sure CHIP_IS_AGP flag is set when not overriding...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Michel Dänzer
When writeback isn't used, actually disable it in the...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Michel Dänzer
Implement RADEON_PARAM_SCRATCH_OFFSET getparam.
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Michel Dänzer
Some debug output when the getparam ioctl is called...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-19
Michel Dänzer
.cvsignore -> .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2006-07-11
Thomas Hellstrom
Keep hashed user tokens, with the following changes:
commit
|
commitdiff
|
tree
|
snapshot
2006-07-10
Thomas Hellstrom
Change drm Map handles to be arbitrary 32-bit hash...
commit
|
commitdiff
|
tree
|
snapshot
2006-07-05
Thomas Hellstrom
SiS 315 Awareness.
commit
|
commitdiff
|
tree
|
snapshot
2006-07-05
Thomas Hellstrom
Add missing semaphore release.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-27
Adam Jackson
Disable building static libraries. Bump to 2.0.2 for...
libdrm-2_0_2
commit
|
commitdiff
|
tree
|
snapshot
2006-06-23
Alan Hourihane
Fix compilation problem on 2.6.9 kernels (bug #6211)
commit
|
commitdiff
|
tree
|
snapshot
2006-06-22
Keith Packard
Remove spurious debug messages from i915 vblank config...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-21
Keith Packard
i915: Save vblank pipe configuration to restore on...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Keith Packard
Add i915 ioctls to configure pipes for vblank interrupt.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Thomas Hellstrom
Fix buffer cleanup on close. Move memory manager reset...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-19
Thomas Hellstrom
via: Bump version number and date.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-16
Thomas Hellstrom
via: Return the requested size instead of the correct...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-15
Thomas Hellstrom
via:
commit
|
commitdiff
|
tree
|
snapshot
2006-06-06
Thomas Hellstrom
s/list_entry/drm_hash_entry/ for "drm_hash_item"s.
commit
|
commitdiff
|
tree
|
snapshot
2006-06-06
Thomas Hellstrom
Fix drm_remove_magic potential memory leak / corruption...
commit
|
commitdiff
|
tree
|
snapshot
2006-06-06
Thomas Hellstrom
Merge in the drm-sman-branch
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Thomas Hellstrom
file via_mm.c was initially added on branch drm-sman...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Thomas Hellstrom
file drm_sman.h was initially added on branch drm-sman...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Thomas Hellstrom
file sis_mm.c was initially added on branch drm-sman...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Thomas Hellstrom
file drm_sman.c was initially added on branch drm-sman...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Thomas Hellstrom
file drm_hashtab.h was initially added on branch drm...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Roland Scheidegger
Add support for r200 vertex programs (R200_EMIT_VAP_PVS...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Roland Scheidegger
add forgotten register define for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2006-05-20
Roland Scheidegger
Do a tcl state flush before accessing tcl vector space...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-19
Dave Airlie
rip out unneeded back compat code
commit
|
commitdiff
|
tree
|
snapshot
2006-05-18
Dave Airlie
add consts to radeon microcode.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Eric Anholt
Set entry->virtual for sg maps, fixing ATI PCI/PCIE...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Eric Anholt
Add the bits for vblank support on FreeBSD, which most...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-17
Eric Anholt
Add the workaround that's in the kernel to suppress...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-23
Dave Airlie
fixup GFP_COMP for older kernels and get_page/put_page...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-23
Dave Airlie
Fix from Benh for ppc r300 scratch
commit
|
commitdiff
|
tree
|
snapshot
2006-04-20
Brian Paul
check for __FreeBSD_kernel__ (bug 3810)
commit
|
commitdiff
|
tree
|
snapshot
2006-04-18
Eric Anholt
Err, use "ifndef" rather than "if !", to avoid compiler...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-18
Eric Anholt
Reorder the DRM_*_AGP enum to match linux's numbers...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-18
Eric Anholt
Use __LP64__ instead of checking the linux-specific...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Eric Anholt
Revert a change that accidentally went in with whitespa...
commit
|
commitdiff
|
tree
|
snapshot
next