Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
01bc79918637432bf6ee7f4ad7fa547c0a14fa6a
/
include
/
drm
/
drmP.h
39b4d07
drm: Hold the mutex when dropping the last GEM reference (v2)
by Chris Wilson
· 14 years ago
29d08b3
drm/gem: handlecount isn't really a kref so don't make it one.
by Dave Airlie
· 14 years ago
31dfbc9
drm: Prune GEM vma entries
by Chris Wilson
· 14 years ago
1b2f148
drm: block userspace under allocating buffer and having drivers overwrite it (v2)
by Dave Airlie
· 14 years ago
c17c2f8
drm: Fix support for PCI domains
by Benjamin Herrenschmidt
· 14 years ago
5837471
drm: kill BKL from common code
by Arnd Bergmann
· 14 years ago
ba4420c
drm: move ttm global code to core drm
by Dave Airlie
· 15 years ago
102e734
Merge branch 'drm-tracepoints' into drm-testing
by Dave Airlie
· 14 years ago
b9c2c9a
drm: add per-event vblank event trace points
by Jesse Barnes
· 14 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 14 years ago
01d73a6
drm: Remove drm_resource wrappers
by Jordan Crouse
· 14 years ago
fd632aa
drm: free core gem object from driver callbacks
by Daniel Vetter
· 15 years ago
1d39704
drm: extract drm_gem_object_init
by Daniel Vetter
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 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
72e942d
drm/ttm: use drm calloc large and free large
by Dave Airlie
· 15 years ago
c3ae90c
drm: introduce drm_gem_object_[handle_]unreference_unlocked
by Luca Barbieri
· 15 years ago
e6be8d9
drm: remove address mask param for drm_pci_alloc()
by Zhenyu Wang
· 15 years ago
ed8b670
drm: convert drm_ioctl to unlocked_ioctl
by Arnd Bergmann
· 15 years ago
3ff9916
Merge remote branch 'anholt/drm-intel-next' into drm-linus
by Dave Airlie
· 15 years ago
1a95916
drm: Add compatibility #ifdefs for *BSD
by Kristian Høgsberg
· 15 years ago
862302f
drm: Add support for drm master_[set|drop] callbacks.
by Thomas Hellstrom
· 15 years ago
778c902
drm/i915: Fix sync to vblank when VGA output is turned off
by Li Peng
· 15 years ago
f40d681
Merge remote branch 'airlied/drm-next' into drm-intel-next
by Eric Anholt
· 15 years ago
c8e0f93
drm/i915: Replace a calloc followed by copying data over it with malloc.
by Eric Anholt
· 15 years ago
156822f
drm: kill more unused DRM macros
by Andres Salomon
· 15 years ago
420a457
drm: kill some unused DRM_PROC macros from drmP.h
by Andres Salomon
· 15 years ago
c9a9c5e
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
5b8f0be
Merge remote branch 'airlied/drm-next' into drm-intel-next
by Eric Anholt
· 15 years ago
c182be3
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
28d5204
drm/vgaarb: add VGA arbitration support to the drm and kms.
by Dave Airlie
· 15 years ago
a1a2d1d
drm: GEM handles are u32, not int
by Pekka Paalanen
· 15 years ago
87fdff8
DRM: Add the explanation about DRM debug level
by Zhao Yakui
· 15 years ago
f940f37
drm: Remove the macro defintion of DRM_DEBUG_MODE
by Zhao Yakui
· 15 years ago
8a4c47f
drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE
by Zhao Yakui
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
249d604
drm: Split out the mm declarations in a separate header. Add atomic operations.
by Jerome Glisse
· 16 years ago
fbe0efb
drm_calloc_large: check right size, check integer overflow, use GFP_ZERO
by Kristian Høgsberg
· 15 years ago
4fefcb2
drm: add separate drm debugging levels
by yakui_zhao
· 15 years ago
dcae362
drm: fix LOCK_TEST_WITH_RETURN macro
by Roel Kluin
· 15 years ago
8e7d2b2
drm/i915: allocate large pointer arrays with vmalloc
by Jesse Barnes
· 16 years ago
c972d75
drm: reorder struct drm_ioctl_desc to save space on 64 bit builds
by Richard Kennedy
· 16 years ago
955b12d
drm: Convert proc files to seq_file and introduce debugfs
by Ben Gamari
· 16 years ago
8e10045
drm: Drop unused and broken dri_library_name sysfs attribute.
by Kristian Høgsberg
· 16 years ago
112b715
drm: claim PCI device when running in modesetting mode.
by Kristian Høgsberg
· 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
ab00b3e
drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.
by Jesse Barnes
· 16 years ago
30b2363
drm: Rip out the racy, unused vblank signal code.
by Eric Anholt
· 16 years ago
fede5c9
drm: Add a debug node for vblank state.
by Eric Anholt
· 16 years ago
f453ba0
DRM: add mode setting support
by Dave Airlie
· 16 years ago
a2c0a97
drm: GEM mmap support
by Jesse Barnes
· 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
5244021
drm: move drm vblank initialization/cleanup to driver load/unload
by Keith Packard
· 16 years ago
5d8e6bb
drm: Remove infrastructure for supporting i915's vblank swapping.
by Eric Anholt
· 16 years ago
ba1eb1d
i915: Map status page cached for chips with GTT-based HWS location.
by Keith Packard
· 16 years ago
9bfbd5c
drm: kill drm_device->irq
by Jesse Barnes
· 16 years ago
dbb19d3
i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.
by Kristian Høgsberg
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago
0a3e67a
drm: Rework vblank-wait handling to allow interrupt reduction.
by Jesse Barnes
· 16 years ago
242e3df
drm/radeon: fixup issue with radeon and PAT support.
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/drmP.h]
af6061a
Revert "drm/vbl rework: rework how the drm deals with vblank."
by Dave Airlie
· 17 years ago
bf9d892
drivers/char: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ac741ab
drm/vbl rework: rework how the drm deals with vblank.
by Jesse Barnes
· 17 years ago
2c14f28
drm: reorganise minor number handling using backported modesetting code.
by Dave Airlie
· 17 years ago
56d110e
DRM: remove unused dev_class
by Greg Kroah-Hartman
· 17 years ago
b05c238
drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.
by Dave Airlie
· 17 years ago
b932ccb
drm: add support for passing state into the suspend hooks.
by Dave Airlie
· 17 years ago
e8b962b
drm: update DRM sysfs support
by Jesse Barnes
· 17 years ago
ded2335
drm: move two function extern into the correct block
by Dave Airlie
· 17 years ago
8562b3f
drm: some minor cleanups and changes to make memory manager merging easier.
by Dave Airlie
· 17 years ago
f9618ac
drm: remove second forward decleration of drm device struct.
by Dave Airlie
· 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
d4e2cbe
drm: convert drawable code to using idr
by Dave Airlie
· 17 years ago
6296814
drm: convert drm context code to use Linux idr
by Dave Airlie
· 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
8fc2fdf
drm: drop drm_vma_entry_t, drm_magic_entry_t
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
da509d7
drm: remove DRM_GETSAREA and replace with drm_getsarea function
by Dave Airlie
· 17 years ago
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 17 years ago
f2b04cd
drm/radeon: upgrade to 1.27 - make PCI GART more flexible
by Dave Airlie
· 18 years ago
040ac32
drm: fix driver deadlock with AIGLX and reclaim_buffers_locked
by Thomas Hellstrom
· 18 years ago
6244270
drm: fix alpha domain handling
by Jay Estabrook
· 18 years ago
1d58420
drm: update core memory manager from git drm tree
by Thomas Hellstrom
· 18 years ago
004a772
drm: remove drm_ioremap and drm_ioremapfree
by Christoph Hellwig
· 18 years ago
f9841a8
drm: Stop defining pci_pretty_name
by Jean Delvare
· 18 years ago
0c4dd90
drm: make kernel context switch same as for drm git tree.
by Dave Airlie
· 18 years ago
3417f33
drm: add flag for mapping PCI DMA buffers read-only.
by George Sapountzis
· 18 years ago
2e54a00
drm: Add support for interrupt triggered driver callback with lock held to DRM core.
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
776c944
drm: add support for secondary vertical blank interrupt to DRM core
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
Next »