profile/ivi/libdrm.git
2008-10-30 Eric Anholtlibdrm 2.4.1.
2008-10-30 Eric Anholtintel: Rename dri_ and intel_ symbols to drm_intel_.
2008-10-28 Eric Anholtintel: Add dri_bufmgr_check_aperture support for bufmgr...
2008-10-28 Ben Skeggsnv50: symlink nv50_grctx.h to linux-core...
2008-10-28 Ben Skeggsnv50: move context-related tables a separate header...
2008-10-27 Pekka Paalanendrm: missing init_mm symbol, compatibility fix
2008-10-27 Robert Nolandi915: Since FreeBSD doesn't have gem support yet, don...
2008-10-27 Alex Deucherradeon: fix error in busmaster enable logic
2008-10-27 Alex Deucherradeon: fix some fallout from the busmaster disable...
2008-10-25 Matthias Hopfdrm/i915: fix ioremap of a user address for non-root...
2008-10-24 Xiang, Haihaointel: Also total child_size of the target_bos. Partial...
2008-10-23 Robert Noland[FreeBSD] We should use dev2unit() rather than minor()
2008-10-23 Robert Noland[FreeBSD] This check isn't correct and causes at least...
2008-10-17 Keith Packardintel: ioctl is not defined to return -errno
2008-10-16 Xiang, Haihaointel: avoid deadlock in intel_bufmgr_fake.
2008-10-14 Eric Anholtintel: Fix compile warning.
2008-10-14 Eric Anholtintel: Add interface for getting tiling mode of a bo.
2008-10-13 Julien Cristaulink libdrm_intel properly
2008-10-13 Eric Anholtintel: Avoid pthread mutex recursion in bufmgr_fake.
2008-10-12 Dave Airlielibdrm: don't depend or link to libdrm_intel
2008-10-10 Robert Noland[FreeBSD] Plug memory leak in drm_rmdraw() and drm_draw...
2008-10-10 Robert Noland[FreeBSD] Rework all of the memory allocations
2008-10-10 Robert Noland[FreeBSD] Fix linux list compat list_for_each_safe()
2008-10-10 Robert Nolandi915: Cleanup interrupt handling
2008-10-10 Keith PackardManage fences in user-mode bufmgr_fake to clean buffers
2008-10-09 Eric Anholtintel: Protect bufmgr objects with a pthread mutex.
2008-10-09 Xiang, Haihaointel: fix for write_domain and static BOs.
2008-10-06 Alex Deucherradeon: add comment to clarify bus mastering on PCIE...
2008-10-06 Alex Deucherradeon: fix duplicate define in my last commit
2008-10-06 Dave Airlieradeon: PCIE cards don't appear to have explicit bus...
2008-10-06 Dave Airliedrm: add create gpu tree script
2008-10-06 Alex Deucherradeon: fix bus master enabled bits on newer asics
2008-10-06 Mihail Zenkovradeon: fix missing bit from rs740 patch
2008-10-05 Alex Deucherradeon: Add support for HD2100 IGP (RS740)
2008-10-03 Robert Noland[FreeBSD] Don't explicitly bzero driver softc.
2008-10-03 Robert Noland[FreeBSD] Use M_WAITOK when allocating driver memory.
2008-10-03 Robert Noland[FreeBSD] Do a bit of optimization on drm_order()
2008-10-02 Robert NolandUse devfs_get_cdevpriv in mmap as well.
2008-09-27 Xiang, Haihaointel: Copy data from card memory back to backing store...
2008-09-24 Eric Anholtintel: Allow up to 15 seconds chewing on one buffer...
2008-09-24 Eric Anholtintel: Replace wraparound test logic in bufmgr_fake...
2008-09-24 Eric Anholtintel: Do strerror on errno, not on the -1 return value...
2008-09-22 Xiang, Haihaointel: Fix driver-supplied argument to exec function...
2008-09-18 Robert Noland[FreeBSD] Convert to using cdevpriv for file_priv tracking
2008-09-17 Ben Skeggsnv50: add initial context for chipset 0xaa
2008-09-17 Ben Skeggsnv50: add initial context to match ctxprog for chipset...
2008-09-17 Ben Skeggsnv50: add ctxprog for chipset 0x50
2008-09-17 Ben Skeggsnv50: add ctxprog for chipset 0xaa
2008-09-17 Ben Skeggsnv50: add support for chipset 0x92
2008-09-11 vehemensRemove incomplete and obsolete free/net/open code.
2008-09-11 Eric AnholtAdd missing \ to libdrm_la_SOURCES
2008-09-10 Eric Anholtintel: don't forget to include config.h in bufmgr code.
2008-09-10 Eric Anholtintel: move drm calls to exec buffers to libdrm_intel.
2008-09-10 Eric Anholtintel: Move IRQ emit/wait from callbacks into the bufmgr.
2008-09-10 Eric AnholtMove intel libdrm stuff to libdrm_intel.so
2008-09-10 Eric Anholtdrm: Add tests for GEM_FLINK ioctl.
2008-09-08 Robert Noland[FreeBSD] We need to call drm_detach before we free...
2008-09-07 Robert Noland[FreeBSD] Implement drm_ioremap_wc() to set a range...
2008-09-07 Robert Noland[FreeBSD] IGP gart needs to be un-cached.
2008-09-07 vehemensFree temp_pagelist on error. Free in reverse order...
2008-09-06 vehemensPass lock data like linux and open.
2008-09-06 vehemensMove order to end like linux.
2008-09-06 vehemensStyle white space cleanup part 2.
2008-09-06 Robert Noland[FreeBSD] Ensure that drm_pci_alloc is never called...
2008-09-05 vehemensReorder lock functions like linux.
2008-09-05 vehemensStyle white space cleanup.
2008-09-05 vehemensNeed M_NOWAIT for malloc.
2008-09-05 Robert Nolandi915: fix i915_ring_validate()
2008-09-04 Stephane Marchesinnouveau: 8200 cards are 0xA0 family.
2008-09-02 Dave Airliedrm: fix sysfs error path.
2008-08-30 Dave Airlieradeon: make writeback work after suspend/resume.
2008-08-29 vehemens[FreeBSD] Use driver features macros and flags
2008-08-29 vehemens[FreeBSD] Convert drm_driver to a pointer like linux.
2008-08-29 vehemens[FreeBSD] Replace typedefs on bsd.
2008-08-29 vehemens[FreeBSD] Catch up to vblank rework for via.
2008-08-29 vehemens[FreeBSD] Correct debug message
2008-08-29 Robert Noland[FreeBSD] Fix a couple of locking problems.
2008-08-29 Robert Noland[FreeBSD] Increase debugging output for vblank code.
2008-08-28 Tomas CarneckyFix drm_realloc when you're reallocing into something...
2008-08-27 Stephane MarchesinChange git-describe into git describe.
2008-08-26 Kristian Høgsberg[intel_bufmgr_gem] Remember global name when creating...
2008-08-24 Robert Nolandi915: Fix i915 build on FreeBSD
2008-08-24 Robert Noland[FreeBSD] Add drm_drawable_free_all()
2008-08-24 Robert Noland[FreeBSD] Fix long standing memory leak in drm_remove_m...
2008-08-24 Robert Nolandi915: Convert vblank on disabled pipe DRM_ERROR to...
2008-08-24 Robert Nolandi915: Clear sarea_priv during lastclose.
2008-08-24 Robert Nolandi915: Free dev->dev_private on unload.
2008-08-24 vehemens[FreeBSD] Move vblank bits into their own structure.
2008-08-24 vehemens[FreeBSD] Fix lock leak.
2008-08-24 Robert Nolandi915: Move spinlock init / destroy to load / unload...
2008-08-24 Dave Airlielibdrm: add udev support.
2008-08-19 rootnouveau: fifo and graphics engine suspend and resume...
2008-08-18 Coleman KaneChange prototype of drmIoctl to unsigned long request.
2008-08-16 Maarten Maathuisnouveau: make it compile under 2.6.27
2008-08-16 Maarten Maathuislinux: on_each_cpu has 3 args on 2.6.27
2008-08-13 Thomas HellstromDon't call the vblank tasklet with irqs disabled.
2008-08-13 Kristian Høgsberg[intel_bufmgr_gem] Fix flink buffer name caching (...
2008-08-11 Matthieu Herrblibdrm: Allow build outside of source tree.
2008-08-11 Dave Airliedrm_vm: fix for build on 2.6.22
2008-08-11 Dave Airliedrm: add OS_HAS_GEM option.
next