Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3653ada5d3e173489b3a466305687cb5c44b2ab1
/
drivers
/
gpu
/
drm
/
drm_stub.c
5ad3d88
drm: Create and use drm_err
by Joe Perches
· 14 years ago
a250b9f
drm: add usb framework
by Dave Airlie
· 14 years ago
8410ea3
drm: rework PCI/platform driver interface.
by Dave Airlie
· 14 years ago
27641c3
drm/vblank: Add support for precise vblank timestamping.
by Mario Kleiner
· 14 years ago
df8fcb0
drm: kill dev->timer
by Daniel Vetter
· 14 years ago
8f87919
drm: replace drawable ioctl by noops
by Daniel Vetter
· 14 years ago
6e35023
drm: Free devname along with master->unique
by Chris Wilson
· 14 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 14 years ago
186837c
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
b78315f
drm: delay vblank cleanup until after driver unload
by Jesse Barnes
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
85bb0c3
drm: Export symbols needed for the vmwgfx driver.
by Thomas Hellstrom
· 15 years ago
862302f
drm: Add support for drm master_[set|drop] callbacks.
by Thomas Hellstrom
· 15 years ago
c9a9c5e
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
ecca068
drm: Move a dereference below a NULL test
by Julia Lawall
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 15 years ago
4fefcb2
drm: add separate drm debugging levels
by yakui_zhao
· 15 years ago
3788f48
drm: cleanup properly in drm_get_dev() failure paths
by Ben Skeggs
· 16 years ago
30ddbd9
drm: clean the map list before destroying the hash table
by Ben Skeggs
· 16 years ago
07f1c7a
drm: check for minor master before allowing drop master.
by Dave Airlie
· 16 years ago
6b00842
drm: set/clear is_master when master changed
by Jonas Bonn
· 16 years ago
955b12d
drm: Convert proc files to seq_file and introduce debugfs
by Ben Gamari
· 16 years ago
cd00f95
drm/radeon: Print PCI ID of cards when probing
by Benjamin Herrenschmidt
· 16 years ago
112b715
drm: claim PCI device when running in modesetting mode.
by Kristian Høgsberg
· 16 years ago
5ad8b7d
drm: fix double lock typo
by Helge Bahmann
· 16 years ago
fda714c
drm: Avoid client deadlocks when the master disappears.
by Thomas Hellstrom
· 16 years ago
171901d
drm: Wake up all lock waiters when the master disappears.
by Thomas Hellstrom
· 16 years ago
c1ff85d
drm: fix leak of device mappings since multi-master changes.
by Dave Airlie
· 16 years ago
f453ba0
DRM: add mode setting support
by Dave Airlie
· 16 years ago
a9d51a5
drm: reorganise start and load.
by Dave Airlie
· 16 years ago
1147c9c
drm: fix leak of uninitialized data to userspace
by Vegard Nossum
· 16 years ago
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 16 years ago
e7f7ab4
drm: cleanup exit path for module unload
by Dave Airlie
· 16 years ago
5d8e6bb
drm: Remove infrastructure for supporting i915's vblank swapping.
by Eric Anholt
· 16 years ago
9bfbd5c
drm: kill drm_device->irq
by Jesse Barnes
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 16 years ago
[Renamed from drivers/char/drm/drm_stub.c]
2c14f28
drm: reorganise minor number handling using backported modesetting code.
by Dave Airlie
· 17 years ago
19a8f59a
drm: the drm really should call pci_set_master..
by Dave Airlie
· 17 years ago
2716a02
drm: call driver load function after initialising AGP
by Dave Airlie
· 17 years ago
e8b962b
drm: update DRM sysfs support
by Jesse Barnes
· 17 years ago
bc5f452
drm: run cleanfile across drm tree
by Dave Airlie
· 17 years ago
45ea5dcd
drm: add idr_init to drm_stub.c
by Dave Airlie
· 17 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 17 years ago
7c158ac
drm: cleanup list initialisation
by Dave Airlie
· 17 years ago
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 17 years ago
040ac32
drm: fix driver deadlock with AIGLX and reclaim_buffers_locked
by Thomas Hellstrom
· 18 years ago
2c3f0ed
DRM: handle pci_enable_device failure
by Jeff Garzik
· 18 years ago
8163e41
drm: Make locked tasklet handling more robust.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
bea5679
drm: Add support for tracking drawable information to core
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
2f02cc3
drm: add device/vendor id to drm_device_t for compat with FreeBSD drivers
by Eric Anholt
· 18 years ago
8d153f7
drm: update user token hashing and map handles
by Thomas Hellstrom
· 18 years ago
3322960
drm: remove the DRM pci domain
by Dave Airlie
· 18 years ago
242ef0e
drm: remove local copies of pci bus/slot/func
by Dave
· 18 years ago
5d23faf
drm: possible cleanups
by Dave Airlie
· 19 years ago
0650fd5
[PATCH] DRM: fix up classdev interface for drm core
by Greg Kroah-Hartman
· 19 years ago
30e2fb1
sem2mutex: drivers/char/drm/
by Dave Airlie
· 19 years ago
d985c10
drm: major update from CVS for radeon and core
by Dave Airlie
· 19 years ago
732052e
drm: simplify sysfs code for drm
by Dave Airlie
· 19 years ago
22eae94
drm: rename driver hooks more understandably
by Dave Airlie
· 19 years ago
312f572
merge Linus head tree into my drm tree and fix up conflicts
by Dave Airlie
· 19 years ago
c075814
[PATCH] Fix drm 'debug' sysfs permissions
by Dave Jones
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
836cf04
drm: cleanup buffer/map code
by Dave Airlie
· 19 years ago
cda1738
drm: add test for AGP devices and driver override for it.
by Dave Airlie
· 19 years ago
c94f702
drm: misc cleanup
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago