index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_stub.c
Age
Commit message (
Expand
)
Author
2013-06-27
drm: drm_stub: Fixing return value if driver master_set call failed
Benjamin Gaignard
2013-05-31
drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional
Andy Lutomirski
2013-05-01
drm: proc: Use minor->index to label things, not PDE->name
David Howells
2013-02-28
drm: convert to idr_alloc()
Tejun Heo
2012-11-20
drm: add support for monotonic vblank timestamps
Imre Deak
2012-11-20
drm/drm_stub: Remove unnecessary null check before kfree.
Sachin Kamat
2012-11-20
drm: fix returning -EINVAL on setmaster if another master is active
David Herrmann
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-05-22
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
2012-04-24
drm: Unify and fix idr error handling
Ville Syrjälä
2012-03-20
drm/usb: move usb support into a separate module
Dave Airlie
2012-03-15
drm: add core support for unplugging a device (v2)
Dave Airlie
2011-04-28
drm: Create and use drm_err
Joe Perches
2011-02-07
drm: add usb framework
Dave Airlie
2011-02-07
drm: rework PCI/platform driver interface.
Dave Airlie
2010-11-22
drm/vblank: Add support for precise vblank timestamping.
Mario Kleiner
2010-08-29
drm: kill dev->timer
Daniel Vetter
2010-08-29
drm: replace drawable ioctl by noops
Daniel Vetter
2010-08-02
drm: Free devname along with master->unique
Chris Wilson
2010-06-01
drm: Add support for platform devices to register as DRM devices
Jordan Crouse
2010-04-20
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2010-04-20
drm: delay vblank cleanup until after driver unload
Jesse Barnes
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-07
drm: Export symbols needed for the vmwgfx driver.
Thomas Hellstrom
2009-12-03
drm: Add support for drm master_[set|drop] callbacks.
Thomas Hellstrom
2009-11-18
drm: Add async event synchronization for drmWaitVblank
Kristian Høgsberg
2009-07-15
drm: Move a dereference below a NULL test
Julia Lawall
2009-06-18
drm: Remove memory debugging infrastructure.
Eric Anholt
2009-06-16
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
GeunSik Lim
2009-06-11
drm: add separate drm debugging levels
yakui_zhao
2009-04-24
drm: cleanup properly in drm_get_dev() failure paths
Ben Skeggs
2009-04-24
drm: clean the map list before destroying the hash table
Ben Skeggs
2009-04-20
drm: check for minor master before allowing drop master.
Dave Airlie
2009-04-20
drm: set/clear is_master when master changed
Jonas Bonn
2009-03-13
drm: Convert proc files to seq_file and introduce debugfs
Ben Gamari
2009-03-13
drm/radeon: Print PCI ID of cards when probing
Benjamin Herrenschmidt
2009-03-13
drm: claim PCI device when running in modesetting mode.
Kristian Høgsberg
2009-03-04
drm: fix double lock typo
Helge Bahmann
2009-03-02
drm: Avoid client deadlocks when the master disappears.
Thomas Hellstrom
2009-03-02
drm: Wake up all lock waiters when the master disappears.
Thomas Hellstrom
2009-01-19
drm: fix leak of device mappings since multi-master changes.
Dave Airlie
2008-12-29
DRM: add mode setting support
Dave Airlie
2008-12-29
drm: reorganise start and load.
Dave Airlie
2008-12-29
drm: fix leak of uninitialized data to userspace
Vegard Nossum
2008-12-29
drm: move to kref per-master structures.
Dave Airlie
2008-12-29
drm: cleanup exit path for module unload
Dave Airlie
2008-11-11
drm: Remove infrastructure for supporting i915's vblank swapping.
Eric Anholt
2008-10-17
drm: kill drm_device->irq
Jesse Barnes
2008-10-17
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
2008-07-14
drm: reorganise drm tree to be more future proof.
Dave Airlie