OSDN Git Service

Only reallocate cliprect memory if the number of cliprects changes.
[android-x86/external-libdrm.git] / linux-core /
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
2006-09-28 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-21 Felix Kuhlingbug 5942: add stubs for drm_mtrr_add/del for non-MTRR...
2006-09-18 Dave Airliedrm: put domain number back to 0, domain support is...
2006-09-11 Dave Airliedrm: use radeon specific names for radeon flags
2006-09-07 Eric AnholtPut the PCI device/vendor id in the drm_device_t.
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieadd static function, and remove bad attributions
2006-08-28 Dave Airliefix const pointer warnings with file_operations
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-08-28 Dave Airlieremove some DRM_ARRAY_SIZE from linux core code
2006-08-28 Dave Airliefixup some of the comments in drm_context.c
2006-08-28 Dave Airliedrm: i810_dma.c: fix pointer arithmetic for 64-bit...
2006-08-23 Thomas HellstromFix previous commit: Only fall back to hashed handles
2006-08-23 Thomas HellstromAllow multiple addMaps with the same 32-bit map offset.
2006-08-23 Thomas HellstromFix hashtab implementation leaking illegal error codes...
2006-08-16 Thomas HellstromRemove hash tables on DRM exit.
2006-08-14 Thomas HellstromAvoid kernel oops in some error paths calling drm_lastc...
2006-08-14 Dave Airlieremove all TRUE instances as well
2006-08-14 Dave Airlieremove all TRUE/FALSE no need for this in the drm,...
2006-08-10 Dave Airliecleanup some whitespace issue and move compat code...
2006-08-10 Dave Airliedrm: ati_pcigart cleanup
2006-08-07 Dave Airliedrm: whitespace cleanup in new files
2006-08-07 Dave Airliedrm: remove extra whitespace from drm_mm.c
2006-08-07 Dave Airliedrm: fixup whitespace and style for Linux kernel import
2006-07-24 Dave Airlieremove incorrect exit marking on cleanup pci as this...
2006-07-24 Dave Airlieswitch drm to use Linux mutexes instead of semaphore.
2006-07-19 Michel Dänzer.cvsignore -> .gitignore
2006-07-11 Thomas HellstromKeep hashed user tokens, with the following changes:
2006-07-10 Thomas HellstromChange drm Map handles to be arbitrary 32-bit hash...
2006-07-05 Thomas HellstromSiS 315 Awareness.
2006-07-05 Thomas HellstromAdd missing semaphore release.
2006-06-23 Alan HourihaneFix compilation problem on 2.6.9 kernels (bug #6211)
2006-06-19 Thomas HellstromFix buffer cleanup on close. Move memory manager reset...
2006-06-16 Thomas Hellstromvia: Return the requested size instead of the correct...
2006-06-15 Thomas Hellstromvia:
2006-06-06 Thomas Hellstroms/list_entry/drm_hash_entry/ for "drm_hash_item"s.
2006-06-06 Thomas HellstromFix drm_remove_magic potential memory leak / corruption...
2006-06-06 Thomas HellstromMerge in the drm-sman-branch
2006-05-19 Dave Airlierip out unneeded back compat code
2006-04-23 Dave Airliefixup GFP_COMP for older kernels and get_page/put_page...
2006-04-05 Dave Airlieremove stupid init and exit flags..
2006-04-03 Dave Airliemake add context non master...
2006-03-19 Dave Airliefix issue in mga from kernel
2006-02-21 Dave Airlieset dma pages reserved
2006-02-21 Dave Airlieuse coherent memory for PCI allocations with COMP flag
2006-02-19 Dave Airlieexperimental PCI DMA fixes use proper Linux interfaces
2006-02-18 Dave Airliemake some functions static from the kernel
2006-02-18 Dave Airliealways enable and set master on pci device
2006-02-18 Dave Airliefix build wrong function call
2006-02-18 Dave Airliemajor realigment of DRM CVS with kernel code, makes...
2006-02-18 Dave Airliefix card unload
2006-02-18 Dave AirlieFixup test for memory at end of memory space
2006-01-26 Alan Hourihaneadd missing name, desc, date, major, minor and patchlev...
2006-01-12 Thomas Hellstromvia: direction bug in get_user_pages call in via_dmabli...
2006-01-06 Thomas Hellstromvia: Combine PCI DMA transfers with stride==width ...
2006-01-02 Dave Airlienothing from VIA or S3 in this
2006-01-02 Dave Airlieuse drm_cards_limit instead of cards_limit
2006-01-02 Dave Airlieuse common read/write routines
2006-01-02 Dave Airliesparse cleanups
2006-01-02 Dave Airliealign spacing with kernel
2006-01-02 Dave AirlieRealign via driver with changes in Linux kernel (mainly...
2005-12-28 Dave AirlieAdd vblank support to i915 DRM..
2005-12-04 Dave AirlieFix from SuSE for issue with context creation failure
2005-11-29 Dave AirlieFix from Hugh Dickins for consistent mapping
2005-11-15 Thomas HellstromLoosen via dmablit alignment checks somewhat. Adapt...
2005-11-11 Dave Airlieenable i915 32/64 bit ioctls
2005-11-11 Dave Airliei810 should be fine with i810.. no idea what this crack...
2005-11-11 Dave Airliewhitespace align with kernel
2005-11-11 Dave Airlierealign whitespace with kernel
2005-11-11 Dave AirlieA bunch of create_proc_dir_entry() calls creating direc...
2005-11-11 Dave Airlieconvert to use __set_current_state, align some header...
2005-11-11 Dave Airliewhitespace align closer with kernel
2005-11-11 Dave Airliecleanup ioctl/max_ioctl to use header file for extern...
2005-11-10 Dave AirlieFix cpu_to_le32 same as kernel not sure it is correct...
2005-11-10 Dave Airliecleanup / whitespace align with kernel
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-11-08 Eric AnholtCatch FreeBSD up to the pcie gart changes. Required...
2005-11-07 Alan HourihaneFix bug #4908 for now. Alternative is highlighted in...
2005-11-03 Ian RomanickConverts the remaining drm_agp_foo functions to be...
2005-10-23 Dave Airliewe don't use this stuff anymore .. remove 1k buffer...
2005-10-21 Alan HourihaneDon't set MTRR's for intel hardware
2005-10-20 Thomas Hellstromvia: PCI DMA bugfixes and DOS due to too many mapped...
2005-10-11 Ian RomanickThe Linux 2.6.9 (and earlier) fops structure does not...
2005-10-06 Adam JacksonSkeleton nv drm driver, to enable DMA in EXA. (Lars...
2005-10-06 Dave Airlieremove version not used anymore
2005-09-30 Dave Airliefix header this is now a c file
2005-09-30 Dave AirlieAdd support to turn writeback off via radeon module...
2005-09-30 Dave Airliefixup bens fix so it works..
2005-09-30 Dave AirlieAdd Bens fix for radeon maps on ppc
2005-09-25 Thomas Hellstromvia: fix stray error printout message.
2005-09-25 Thomas HellstromAdd the via PCI DMA blit code.
2005-09-25 Dave Airlieadd __ATTR
2005-09-25 Dave Airlieuse linux kernel macros don't make our own
2005-09-18 Dave Airlieremove pci_find_class use for alpha
2005-09-17 Dave Airliecompat for pci_pretty_name
2005-09-11 Dave Airlieback out change as gart is now in framebuffer for PCIE
2005-09-11 Dave AirlieAdd GART in FB support for ati pcigart, and PCIE suppor...
next