index
:
platform/upstream/libdrm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_base_toolchain
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
atomic
devel/sprd_drm
devel/x11
old/tizen_20170308
old/tizen_20180227
old/tizen_20190318
old/tizen_20190424
old/tizen_20201207
old/tizen_base_20221208
old/tizen_base_20231204
pristine-tar
sandbox/elongbug/test
sandbox/ipptest
sandbox/m.szyprowski/atomictest_vc4
sandbox/m.szyprowski/ipp_v2
sandbox/mkashkarov/tizen_6.0_build
sandbox/mszyprowski/ipp_v2
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-17
Drop shared-core, bsd-core, linux-core and scripts subdirs
Kristian Høgsberg
1
-179
/
+0
2008-12-10
Revert "Merge branch 'modesetting-gem'"
Jesse Barnes
1
-2
/
+0
2008-08-14
radeon: FEDORA: add old DMA buffers on top of GEM
Dave Airlie
1
-0
/
+2
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
1
-3
/
+3
2007-11-05
drm: fix the the typo
Dave Airlie
1
-1
/
+1
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-5
/
+6
2007-07-16
drm: remove drm_buf_t
Dave Airlie
1
-1
/
+1
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
1
-6
/
+6
2006-02-19
experimental PCI DMA fixes use proper Linux interfaces
Dave Airlie
1
-3
/
+1
2004-10-31
Allow drivers to override reclaim_buffers in an OS-independent way by
Felix Kuehling
1
-3
/
+1
2004-10-18
Update Doxygen configuration & comments.
Jose Fonseca
1
-1
/
+1
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
1
-1
/
+1
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
1
-45
/
+45
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
1
-13
/
+14
2004-09-05
merge back bunch of whitespace and misc changes from kernel
Dave Airlie
1
-3
/
+1
2004-08-30
implement drm_core_check_feature and use it .. looks lots nicer
Dave Airlie
1
-1
/
+1
2004-08-29
Drop GAMMA DRM from a great height ...
Dave Airlie
1
-9
/
+0
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
1
-1
/
+0
2004-08-24
Merged drmfntbl-0-0-2
Dave Airlie
1
-37
/
+2
2004-08-17
Merged drmfntbl-0-0-1
Dave Airlie
1
-13
/
+10
2004-07-20
first set of __user annotations from kernel (Al Viro)
Dave Airlie
1
-1
/
+1
2004-07-05
fixes from kernel for 0 vs NULL - mika
Dave Airlie
1
-1
/
+1
2003-10-17
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
Eric Anholt
1
-305
/
+5
2003-08-15
Merge from 2.6 kernel (Linus Torvalds)
Michel Daenzer
1
-1
/
+1
2003-05-27
Merged DRM documentation.
Jose Fonseca
1
-6
/
+96
2003-04-26
Ensure driver has been initialized (dev_private != NULL) before installing
Leif Delgass
1
-0
/
+7
2003-04-25
Fix potential oops and memory leaks when allocations fail in
Leif Delgass
1
-10
/
+12
2003-04-22
Move a chunk of gamma-specific code out of drm_dma.h. Remove unused
Keith Whitwell
1
-270
/
+0
2003-04-22
remove unused dma histogram code
Keith Whitwell
1
-58
/
+0
2003-04-17
Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue).
David Dawes
1
-0
/
+4
2003-04-08
Use list_entry() to get container struct from struct list_head pointers.
Leif Delgass
1
-4
/
+5
2003-03-31
Warning fix (use %p format for filp)
Leif Delgass
1
-1
/
+1
2003-03-28
merged drm-filp-0-1-branch
Keith Whitwell
1
-15
/
+21
2003-03-26
Add 2nd arg for DRM_FREE
Keith Whitwell
1
-1
/
+1
2003-03-25
linux merge for drm
Alan Hourihane
1
-1
/
+1
2003-03-04
DRM_FREE/2 patch from Philip Brown
Keith Whitwell
1
-1
/
+1
2003-02-02
don't inflate relative vblank sequence numbers on repeated calls (e.g. when
Michel Daenzer
1
-0
/
+1
2003-01-11
limit number of pending vblank signals to 100 to prevent DoS, and minor
Michel Daenzer
1
-14
/
+40
2002-12-04
further vertical blank interrupt cleanups: remove unused variable,
Michel Daenzer
1
-7
/
+4
2002-12-03
vertical blank interrupt cleanups: use spinlock instead of semaphore, send
Michel Daenzer
1
-14
/
+11
2002-11-30
vertical blank ioctl can send signal instead of blocking
Michel Daenzer
1
-7
/
+75
2002-09-26
DRM(vblank_wait) is driver specific
Michel Daenzer
1
-38
/
+0
2002-09-25
common ioctl to wait for vertical blank IRQs
Michel Daenzer
1
-3
/
+79
2002-02-14
First pass of mesa-4-0 branch merge into trunk.
David Dawes
1
-0
/
+19
2001-06-18
Enable shared IRQs in DMA template, use in i810 driver.
Gareth Hughes
1
-1
/
+10
2001-02-16
- Clean up the way customization of the templates is done.
Gareth Hughes
1
-82
/
+100
2001-02-15
Merge mga-1-0-0-branch into trunk.
Gareth Hughes
1
-0
/
+576