Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2c761270d5520dd84ab0b4e47c24d99ff8503c38
/
drivers
/
gpu
/
drm
/
drm_bufs.c
e6be8d9
drm: remove address mask param for drm_pci_alloc()
by Zhenyu Wang
· 15 years ago
812c369
drm: fix _DRM_GEM addmap error message
by Pekka Paalanen
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
2ff2e8a
drm: don't associate _DRM_DRIVER maps with a master
by Ben Skeggs
· 15 years ago
b674137
drm: Round size of SHM maps to PAGE_SIZE
by Benjamin Herrenschmidt
· 15 years ago
f1a2a9b
drm: Preserve SHMLBA bits in hash key for _DRM_SHM mappings.
by David Miller
· 16 years ago
41c2e75
drm: Make drm_local_map use a resource_size_t offset
by Benjamin Herrenschmidt
· 16 years ago
f77d390
drm: Split drm_map and drm_local_map
by Benjamin Herrenschmidt
· 16 years ago
d883f7f
drm: Use resource_size_t for drm_get_resource_{start, len}
by Benjamin Herrenschmidt
· 16 years ago
171901d
drm: Wake up all lock waiters when the master disappears.
by Thomas Hellstrom
· 16 years ago
4e74f36
drm/radeon: use locked rmmap to remove sarea mapping.
by Dave Airlie
· 16 years ago
a2c0a97
drm: GEM mmap support
by Jesse Barnes
· 16 years ago
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 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_bufs.c]
47a184a
drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.
by Eric Anholt
· 17 years ago
ba8bbcf
i915: add suspend/resume support
by Jesse Barnes
· 17 years ago
bc5f452
drm: run cleanfile across drm tree
by Dave Airlie
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
c153f45
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
by Eric Anholt
· 17 years ago
6c340ea
drm: Replace filp in ioctl arguments with drm_file *file_priv.
by Eric Anholt
· 17 years ago
0769d39
drm: ioremap return value checks
by Scott Thompson
· 17 years ago
7ea4d4b
drm_rmmap_ioctl(): remove dead code
by Adrian Bunk
· 17 years ago
e0be428
drm: detypedef the hashtab and more of sman
by Dave Airlie
· 17 years ago
5591051
drm: detypedeffing continues...
by Dave Airlie
· 17 years ago
cdd55a2
drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs
by Dave Airlie
· 17 years ago
056219e
drm: drop drm_buf_t typedef
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
c60ce62
drm: remove a bunch of typedefs on the userspace interface
by Dave Airlie
· 17 years ago
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 17 years ago
54ba2f7
drm: bring bufs code from git tree.
by Dave Airlie
· 18 years ago
1545085
drm: Allow for 44 bit user-tokens (or drm_file offsets)
by Thomas Hellstrom
· 18 years ago
004a772
drm: remove drm_ioremap and drm_ioremapfree
by Christoph Hellwig
· 18 years ago
f239b7b
drm: use vmalloc_user instead of vmalloc_32 for DRM_SHM
by Thomas Hellstrom
· 18 years ago
3417f33
drm: add flag for mapping PCI DMA buffers read-only.
by George Sapountzis
· 18 years ago
85abb3f
drm: ioremap balanced with iounmap for drivers/char/drm
by Amol Lad
· 18 years ago
e08870c
drm: allow multiple addMaps with the same 32-bit map offsset.
by Thomas Hellstrom
· 18 years ago
fb41e54
drm: cleanups
by Adrian Bunk
· 18 years ago
a1d0fcf
drm: remove FALSE/TRUE that snuck in with simple memory manager changes.
by Andrew Morton
· 18 years ago
c2604ce
drm: remove a tab that snuck in
by Dave Airlie
· 18 years ago
8d153f7
drm: update user token hashing and map handles
by Thomas Hellstrom
· 18 years ago
7a3f1f2
drm: missing mutex unlock
by Thomas Hellstrom
· 18 years ago
5d23faf
drm: possible cleanups
by Dave Airlie
· 19 years ago
ddf19b9
drm: fixup PCI DMA support
by Dave Airlie
· 19 years ago
30e2fb1
sem2mutex: drivers/char/drm/
by Dave Airlie
· 19 years ago
8d2ea62
drm: fixup drm bufs being just under the EOM
by Dave Airlie
· 19 years ago
d985c10
drm: major update from CVS for radeon and core
by Dave Airlie
· 19 years ago
67e1a01
drm: fix warning on 64-bit platforms..
by Dave Airlie
· 19 years ago
b3a8363
drm: fix all sparse warning on 32-bit x86
by Dave Airlie
· 19 years ago
13e4a9c
drm: cast handle to a pointer to avoid warning
by Dave Airlie
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
f210973
drm: small cleanups
by Dave Airlie
· 19 years ago
89625eb
drm: fix issue with handle lookup for a 0 handle
by Dave Airlie
· 19 years ago
88f399c
drm: fixes for powerpc
by Dave Airlie
· 19 years ago
d27c9b5
drm: remove version.h and any version checks..
by Dave Airlie
· 19 years ago
d1f2b55
drm: updated DRM map patch for 32/64 bit systems
by Dave Airlie
· 19 years ago
836cf04
drm: cleanup buffer/map code
by Dave Airlie
· 19 years ago
ceb9c27
drm: destatic exported function.
by Dave Airlie
· 19 years ago
d84f76d
drm: export symbols for use by drivers
by Dave Airlie
· 19 years ago
7ab9840
drm: update some function so a driver can call them
by Dave Airlie
· 19 years ago
9c8da5e
drm: update support for drm pci buffers
by Dave Airlie
· 19 years ago
d59431b
Refactor common, boilerplate ioctl code from drm_addbufs_* functions into
by Dave Airlie
· 19 years ago
b84397d6
drm: add framebuffer maps
by Dave Airlie
· 19 years ago
2d0f9ea
drm: add _DRM_CONSISTENT map type
by Dave Airlie
· 19 years ago
c94f702
drm: misc cleanup
by Dave Airlie
· 19 years ago
9a18664
drm: 32/64-bit DRM ioctl compatibility patch
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago