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_fops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-14
drm: Fix race that can lockup the kernel
Mike Isely
1
-2
/
+5
2008-03-06
drm: reorganise minor number handling using code from modesetting branch
Dave Airlie
1
-21
/
+18
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
1
-9
/
+10
2007-11-21
drm: don't reset to 0 irq_enabled when client open file descriptor
Jerome Glisse
1
-1
/
+0
2007-11-05
drm: more kernel coding style cleanups
Dave Airlie
1
-5
/
+4
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
1
-1
/
+0
2007-10-16
Drop destroy ioctls for fences and buffer objects.
Kristian Høgsberg
1
-13
/
+0
2007-07-21
Fix misc ioctl issues, makes Nouveau run.
Pekka Paalanen
1
-1
/
+1
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-2
/
+2
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-17
/
+17
2007-07-18
fix some missing whitespace/tab
Dave Airlie
1
-1
/
+1
2007-07-16
drm: remove hashtab/sman and object typedefs
Dave Airlie
1
-4
/
+4
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
1
-13
/
+13
2007-06-01
drm: fixup initialisation of list heads and idr
Dave Airlie
1
-6
/
+0
2007-05-27
drm: convert drawable handling to use Linux idr
Dave Airlie
1
-0
/
+3
2007-05-26
drm: cleanup use of Linux list handling macros
Dave Airlie
1
-34
/
+12
2007-03-27
drm/ttm: make sure dev_mapping is set-up for the first opener of the drm
Dave Airlie
1
-1
/
+4
2007-03-19
whitespace cleanup pending a kernel merge
Dave Airlie
1
-19
/
+11
2007-02-13
Bugzilla Bug #9457
Thomas Hellstrom
1
-22
/
+35
2006-12-20
Merge branch 'nouveau-1'
Dave Airlie
1
-3
/
+3
2006-12-19
Reclaim buffers locked fixup.
Thomas Hellstrom
1
-7
/
+7
2006-11-06
drm: fixup page alignment on SAREA map on ppc64
Dave Airlie
1
-3
/
+3
2006-10-03
Get rid of all ugly PTE hacks.
Thomas Hellstrom
1
-0
/
+7
2006-10-02
Add a comment to previos commit.
Thomas Hellstrom
1
-0
/
+7
2006-10-02
Trap and be verbose about a deadlock that occurs with AIGLX and drivers that
Thomas Hellstrom
1
-2
/
+14
2006-08-28
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...
Thomas Hellstrom
1
-4
/
+4
2006-08-28
drm: lots of small cleanups and whitespace issues fixed up
Dave Airlie
1
-2
/
+2
2006-08-28
fix const pointer warnings with file_operations
Dave Airlie
1
-1
/
+1
2006-08-28
remove some DRM_ARRAY_SIZE from linux core code
Dave Airlie
1
-1
/
+1
2006-08-21
Generic DRM support base-class support for user-space objects, like
Thomas Hellstrom
1
-45
/
+78
2006-08-16
Remove hash tables on DRM exit.
Thomas Hellstrom
1
-0
/
+2
2006-07-24
switch drm to use Linux mutexes instead of semaphore.
Dave Airlie
1
-6
/
+6
2006-06-06
Fix drm_remove_magic potential memory leak / corruption. Move drm
Thomas Hellstrom
1
-4
/
+2
2006-02-18
major realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie
1
-7
/
+12
2006-01-02
use drm_cards_limit instead of cards_limit
Dave Airlie
1
-2
/
+2
2005-11-11
convert to use __set_current_state, align some header includes
Dave Airlie
1
-2
/
+2
2005-10-23
we don't use this stuff anymore .. remove 1k buffer from driver ..
Dave Airlie
1
-3
/
+0
2005-09-18
remove pci_find_class use for alpha
Dave Airlie
1
-2
/
+4
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
1
-17
/
+15
2005-08-04
Implement permanent sarea maps
Jon Smirl
1
-2
/
+10
2005-08-04
Split the control of master vs root priv. Everything is still marked as
Jon Smirl
1
-0
/
+3
2005-06-30
release can happen before dev->ctxlist is allocated
Jon Smirl
1
-1
/
+1
2005-06-29
Bug in conversion from old DRM to core DRM....
Dave Airlie
1
-1
/
+1
2005-06-04
misc cleanup patch from Adrian Bunk
Dave Airlie
1
-1
/
+3
2004-10-31
Allow drivers to override reclaim_buffers in an OS-independent way by
Felix Kuehling
1
-1
/
+1
2004-10-28
Break poll() to make it match the Xserver's broken expectations.
Jon Smirl
1
-5
/
+6
2004-10-18
Update Doxygen configuration & comments.
Jose Fonseca
1
-1
/
+1
2004-10-15
Move drm_cpu_valid out of drm_init. drm_init is empty now.
Jon Smirl
1
-0
/
+17
2004-10-13
Add a poll function that alternates between zero and normal poll return to
Jon Smirl
1
-0
/
+16
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
1
-9
/
+13
[next]