OSDN Git Service

i915: Fix tests for vblank interrupts being enabled on CRTC by X server.
[android-x86/external-libdrm.git] / linux-core /
2007-06-15 Michel DänzerReturn current sequence number to userspace after block...
2007-06-15 Michel DänzerFix memory leaks in vblank error paths.
2007-06-14 Jesse BarnesComment new vblank routines and fixup several issues:
2007-06-12 Jesse BarnesUpdate vblank code:
2007-06-12 Jesse BarnesInitial checkin of vblank rework. Code attempts to...
2007-06-10 Dave Airlieuse krh's idr mods to remove lists from idr code
2007-06-07 Dave Airlieoops must fix this properly at some point
2007-06-07 Dave Airliedrm: fix radeon setparam alignment issues on 32/64-bit
2007-06-05 Dave Airlieremove include of linux ioctl32.h from drm drivers
2007-06-03 rootRevert "drm: add new drm_wait_on function to replace...
2007-06-03 Dave Airlieradeon: add support for vblank on crtc2
2007-06-01 Dave Airliedrm: fixup initialisation of list heads and idr
2007-05-26 Dave Airliedrm: move context handling code to use linux idr
2007-05-26 Dave Airliedrm: convert drawable handling to use Linux idr
2007-05-25 Michel Dänzerdrm: make sure the drawable code doesn't call malloc(0).
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup mm_ioctl ioctls to be separate...
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup most of fence ioctl split...
2007-05-25 Dave Airliewhitespace fixups from kernel
2007-05-25 Dave Airlieati_pcigart: cut to 80 chars
2007-05-25 Dave Airliedrm/ttm: cleanup most of fence ioctl split out
2007-05-25 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-25 Dave Airliedrm: cleanup use of Linux list handling macros
2007-05-17 Stephane Marchesinnouveau: don't build the module by default
2007-05-06 Brians/OJBECTS/OBJECTS/
2007-05-06 Dave Airliedrm: remove unused define DRM_HAS_TTM
2007-04-28 Dave Airliedrm: add new drm_wait_on function to replace macro
2007-04-28 Dave Airlieremove register usage
2007-04-28 Dave Airlieremove DRM_GETSAREA and replace with drm_getsarea function
2007-04-26 George Sapountzislinux: minor indent.
2007-04-26 Dave Airliewhitespace cleanup
2007-04-26 Dave Airlieremove some whitespace violation
2007-04-26 Dave Airliedrm: nopfn warning on 64-bit
2007-04-26 Jesse Barnesdrm/ttm: allow drm_buffer_object_create to be used...
2007-04-26 Jesse BarnesAdd new buffer object type for kernel allocations that...
2007-04-20 Kristian HøgsbergInitialize rwlock using rwlock_init to appease lockdep...
2007-04-20 Thomas HellstromAvoid a fence timeout problem when a signal is pending.
2007-04-20 Thomas HellstromFix via compile error
2007-04-18 Thomas HellstromSimplify the ttm backend interface and the agp ttm...
2007-04-17 Thomas HellstromDon't always free up memory space when we unpin buffers.
2007-04-17 Thomas HellstromFix buffer object reference problems.
2007-04-17 Thomas HellstromAdd a code comment.
2007-04-16 Thomas HellstromRequire the hardware lock for buffer creation
2007-04-09 Dave Airlieradeon: add support for reverse engineered xpress200m
2007-04-06 Dave Airliefixup install target, not sure what I was smokin...
2007-04-05 Dave Airlieadd an install target to the drm modules makefile
2007-04-03 Thomas HellstromFix user object reference when caller is not object...
2007-04-03 Thomas HellstromAdd a fence flush event to each fence-signaled check...
2007-04-03 Thomas HellstromEvicted no-move buffers can get lost if they end up...
2007-04-03 Thomas HellstromFix an oops when trying to clean a not yet initialized...
2007-04-03 Thomas HellstromMake sure CMA (Can't map aperture) pages are mapped...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-28 Dave Airliedrm/bo: avoid oops if the memory manager for this type...
2007-03-27 Dave Airliedrm/i915: set the bo up at firstopen time not after...
2007-03-27 Dave Airliedrm/ttm: make sure dev_mapping is set-up for the first...
2007-03-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-26 Ben Skeggsnouveau: move card initialisation into the drm
2007-03-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-24 Dave Airlievm: cleanup drm_vm.c along lines of cleanups queued...
2007-03-23 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-23 Dave Airliecleanup more whitespace from ttm merge
2007-03-23 Dave Airliedrm: remove second spinlock init for tasklet lock
2007-03-20 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-19 Dave Airlierename badly named define
2007-03-19 Alan Hourihaneremove i830 reference
2007-03-19 Alan HourihaneRemove old i830 kernel driver.
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-18 Dave Airliemore return values fixup
2007-03-18 Dave Airliefixup return values in drm ioctl
2007-03-18 Dave Airliecleanup ioctl expansion code
2007-03-18 Dave Airlieoops missing else
2007-03-18 Dave Airliemake drm fops const from kernel
2007-03-18 Dave Airlieuse ARRAY_SIZE
2007-03-18 Dave Airliemore tab/space conversion
2007-03-18 Dave Airliewhitespace cleanup pending a kernel merge
2007-03-18 Dave Airlieclean up more of inline functions agp_remap/drm_lookup_map
2007-03-18 Dave Airliedeinline agp_remap along lines of kernel
2007-03-18 Dave Airlieremove drm_lookup_map unused now
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-05 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-04 Dave Airlieati: make pcigart code able to handle variable size...
2007-02-28 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-27 Jay EstabrookFix Alpha domain/bus issue
2007-02-26 Thomas HellstromFix build for 2.6.21-rc1.
2007-02-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-22 Thomas HellstromSome fencing cleanup.
2007-02-18 Dave Airliedrm: remove last usage of VM_OFFSET
2007-02-16 Thomas HellstromLeftover files from previous commit.
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-15 Michel DänzerFix build against older kernels.
2007-02-14 Thomas HellstromMerge branch 'ttm-vram-0-1-branch'
2007-02-14 Thomas HellstromFix multiple spinlock unlocking
2007-02-14 Thomas HellstromRename drm_ttm.h to drm_objects.h
2007-02-14 Thomas HellstromMove fence- and buffer-object related header stuff...
2007-02-14 Thomas HellstromRemove an intel-specific hack and replace it with a...
2007-02-14 Thomas HellstromSet the drm bus map type for each buffer object memory...
2007-02-14 Thomas HellstromRework buffer object vm code to use nopfn() for kernels...
2007-02-13 Thomas HellstromRemove debug printout.
next