aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_stub.c
Commit message (Expand)AuthorAge
* drm: Move a dereference below a NULL testJulia Lawall2009-07-15
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-18
* debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-16
* drm: add separate drm debugging levelsyakui_zhao2009-06-11
* drm: cleanup properly in drm_get_dev() failure pathsBen Skeggs2009-04-24
* drm: clean the map list before destroying the hash tableBen Skeggs2009-04-24
* drm: check for minor master before allowing drop master.Dave Airlie2009-04-19
* drm: set/clear is_master when master changedJonas Bonn2009-04-19
* drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-13
* drm/radeon: Print PCI ID of cards when probingBenjamin Herrenschmidt2009-03-13
* drm: claim PCI device when running in modesetting mode.Kristian Høgsberg2009-03-13
* drm: fix double lock typoHelge Bahmann2009-03-04
* drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom2009-03-02
* drm: Wake up all lock waiters when the master disappears.Thomas Hellstrom2009-03-02
* drm: fix leak of device mappings since multi-master changes.Dave Airlie2009-01-19
* DRM: add mode setting supportDave Airlie2008-12-29
* drm: reorganise start and load.Dave Airlie2008-12-29
* drm: fix leak of uninitialized data to userspaceVegard Nossum2008-12-29
* drm: move to kref per-master structures.Dave Airlie2008-12-29
* drm: cleanup exit path for module unloadDave Airlie2008-12-29
* drm: Remove infrastructure for supporting i915's vblank swapping.Eric Anholt2008-11-11
* drm: kill drm_device->irqJesse Barnes2008-10-17
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-17
* drm: reorganise drm tree to be more future proof.Dave Airlie2008-07-13