Fix unlocking of spinlock when we should not
[profile/ivi/libdrm.git] / linux-core /
2007-07-19 Jakob BornecrantzFix unlocking of spinlock when we should not
2007-06-29 Alan Hourihanemerge fixes
2007-06-29 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-06-29 Thomas HellstromAvoid hitting BUG() for kernel-only fence objects.
2007-06-29 Thomas HellstromFence object reference / dereference cleanup.
2007-06-28 Alan HourihaneFix type/flags usage problem to check for preferred...
2007-06-27 Ben Skeggsnouveau/nv50: skeletal backend
2007-06-27 Ben Skeggsnouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface...
2007-06-24 Ben Skeggsnouveau: NV1X/2X/3X PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV04 PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV4X PFIFO engtab functions
2007-06-18 David Woodhousefix radeon setparam on 32/64 systems, harder.
2007-06-15 Michel Dänzeri915: Fix handling of breadcrumb counter wraparounds.
2007-06-15 Thomas HellstromFix i915 sequence mask.
2007-06-15 Thomas HellstromIndentation fixes.
2007-06-15 Thomas HellstromFix refcounting / lock race.
2007-06-15 Thomas HellstromLocking fixes and instrumentation.
2007-06-13 Thomas HellstromMake sure we read fence->signaled while spinlocked.
2007-06-13 Thomas HellstromFix fence object deref race.
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-25 Jesse BarnesSuspend/resume shouldn't call drm_initial_config (seems...
2007-05-23 Jesse BarnesSuspend/resume support (incomplete).
2007-05-22 Jesse BarnesCall preallocated space VRAM instead of PRIV0 to be...
2007-05-18 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-05-18 Jesse BarnesAdd locking. The main lock is dev->mode_config.config_...
2007-05-18 Alan HourihaneChange some printk's to DRM_DEBUG's
2007-05-18 Alan HourihaneMove fbo creation to the specified fb driver which...
2007-05-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-05-17 Alan HourihaneSet crtcinfo on temporary mode
2007-05-17 Jesse BarnesRemove unused edid.h header from X.Org.
2007-05-17 Alan Hourihanebring in change from drm_fb.c
2007-05-17 Alan HourihaneMove destruction of crtc as intelfb_remove uses the...
2007-05-17 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-05-17 Alan HourihaneGrab the default mode if the preferred mode isn't avail...
2007-05-17 Jesse BarnesFix FB pitch value (we had it wrong and were working...
2007-05-17 Stephane Marchesinnouveau: don't build the module by default
2007-05-17 Alan HourihaneFix build problem
2007-05-17 rootLarge changes for fbdev support.
2007-05-10 Alan HourihaneJust some minor cleanups.
2007-05-06 Brians/OJBECTS/OBJECTS/
2007-05-06 Dave Airliedrm: remove unused define DRM_HAS_TTM
2007-05-01 Dave Airliecleanup usermodes on drm mode setting shutdown
2007-05-01 Dave AirlieAdd support for user defined modes
2007-05-01 Dave Airliefix unusued variable
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-26 Dave AirlieMerge branch 'origin' into modesetting-101
2007-04-26 Dave Airliei915: fix vblank pipe setup
2007-04-23 Dave Airliedrm: make mode numbers no change by comparing probed...
2007-04-22 Dave Airliefixup vrefresh reporting, it should now be *1000 in...
2007-04-21 Jesse BarnesOops, edid data should just be a char *, as edid.h...
2007-04-21 Jesse BarnesAdd a monitor information structure separate from the...
2007-04-21 Jesse BarnesDocument drm_modes.c functions.
2007-04-20 Jesse BarnesAdd a mode name generation wrapper to make name format...
2007-04-20 Kristian HøgsbergInitialize rwlock using rwlock_init to appease lockdep...
2007-04-20 Kristian HøgsbergInitialize rwlock using rwlock_init to appease lockdep...
2007-04-20 Kristian HøgsbergClean up and return if no outputs are found.
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 Dave Airliebackout SDVO control bus check and comment why this...
2007-04-18 Jesse BarnesDocument main drm_crtc.c functions, and rename drm_crtc...
2007-04-18 Thomas HellstromSimplify the ttm backend interface and the agp ttm...
2007-04-18 Alan HourihaneShouldn't free the mode here. It's done later on.
2007-04-18 Alan HourihaneFix return status
2007-04-18 Alan HourihaneFix build problem
2007-04-18 Alan Hourihanefree the duplicated mode.
2007-04-18 Alan HourihaneWhen no valid EDID modes are available, we bail.
2007-04-18 Alan HourihaneMerge remote branch 'origin/modesetting-101' into modes...
2007-04-18 Alan HourihaneSupport the RGB outputs of SDVO cards, which are essent...
2007-04-18 Alan HourihaneCheck status after SDVO command for sdvo_set_control_bu...
2007-04-18 Alan HourihaneMove SDVO PENDING check to read_response so all SDVO...
2007-04-18 Dave Airliemake sure TMDS gets a crtc
2007-04-18 Dave AirlieMerge branch 'origin' into modesetting-101
2007-04-18 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-18 Jesse BarnesJust use drm_output_destroy to cleanup LVDS failures...
2007-04-18 Dave Airliedon't crash if no desired mode
2007-04-18 Dave Airliebackout alanh's broken commit
next