index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-17
drm: add idr_init to drm_stub.c
Dave Airlie
1
-0
/
+2
2007-07-17
drm: fix problem with SiS typedef with sisfb enabled.
Dave Airlie
1
-1
/
+1
2007-07-17
drm: convert drawable code to using idr
Dave Airlie
3
-209
/
+60
2007-07-17
drm: convert drm context code to use Linux idr
Dave Airlie
2
-103
/
+33
2007-07-16
drm: remove core typedefs from the ioc32 wrappers
Dave Airlie
1
-41
/
+41
2007-07-12
drm: remove sarea typedefs
Dave Airlie
2
-9
/
+15
2007-07-12
drm: detypedef the hashtab and more of sman
Dave Airlie
8
-59
/
+59
2007-07-12
drm: de-typedef sman
Dave Airlie
6
-49
/
+51
2007-07-11
drm: detypedeffing continues...
Dave Airlie
23
-142
/
+143
2007-07-11
drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs
Dave Airlie
16
-80
/
+81
2007-07-11
drm: drop drm_vma_entry_t, drm_magic_entry_t
Dave Airlie
5
-19
/
+15
2007-07-11
drm: drop drm_buf_t typedef
Dave Airlie
20
-104
/
+104
2007-07-11
drm: fixup other drivers for typedef removals
Dave Airlie
22
-296
/
+296
2007-07-11
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
Dave Airlie
42
-432
/
+432
2007-07-11
drm: remove a bunch of typedefs on the userspace interface
Dave Airlie
25
-320
/
+367
2007-07-11
r300: updates register header
Oliver McFadden
2
-506
/
+698
2007-07-11
radeon: add support for vblank on crtc2
Dave Airlie
6
-14
/
+124
2007-07-11
drm: cleanup list initialisation
Dave Airlie
2
-5
/
+4
2007-07-11
drm: fix typo on code drm getsarea
Dave Airlie
1
-1
/
+1
2007-07-11
drm: remove DRM_GETSAREA and replace with drm_getsarea function
Dave Airlie
9
-26
/
+22
2007-07-11
drm: cleanup use of Linux list handling macros
Dave Airlie
18
-195
/
+116
2007-06-27
Add support SiS based XGI chips to SiS DRM.
Ian Romanick
2
-4
/
+6
2007-06-16
fix radeon setparam on 32/64 systems, harder.
David Woodhouse
1
-0
/
+5
2007-06-10
drm: fix radeon setparam on 32/64 bit systems.
Dave Airlie
1
-0
/
+26
2007-06-10
drm/i915: Add support for the G33, Q33, and Q35 chipsets.
Wang Zhenyu
4
-17
/
+80
2007-06-10
i915: add new pciids for 945GME, 965GME/GLE
Wang Zhenyu
2
-1
/
+4
2007-05-31
Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-16
/
+34
2007-05-29
[SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM.
Martin Habets
1
-1
/
+1
2007-05-26
drm: make sure the drawable code doesn't call malloc(0).
Michel Dänzer
1
-15
/
+26
2007-05-26
drm/radeon: add more IGP chipset pci ids
Dave Airlie
1
-0
/
+7
2007-05-26
drm: Spinlock initializer cleanup
Thomas Gleixner
1
-1
/
+1
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
3
-3
/
+3
2007-05-08
via: Make sure we flush write-combining using a follow-up read.
Thomas Hellstrom
1
-2
/
+4
2007-05-08
via: Try to improve command-buffer chaining.
Thomas Hellstrom
2
-66
/
+46
2007-05-08
drm: remove old taskqueue remnant
Dave Airlie
1
-3
/
+0
2007-05-08
drm: rename badly named define and cleanup ioctl code spacing
Dave Airlie
1
-6
/
+4
2007-05-08
radeon: Don't mess up page flipping when a file descriptor is closed.
Michel Dänzer
2
-28
/
+19
2007-05-08
drm/radeon: upgrade to 1.27 - make PCI GART more flexible
Dave Airlie
9
-48
/
+150
2007-05-07
Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...
Linus Torvalds
20
-196
/
+349
2007-04-26
drm/i915: Add 965GM pci id update
Wang Zhenyu
2
-1
/
+3
2007-03-26
[DRM]: Delete sparc64 FFB driver code that never gets built.
David S. Miller
4
-1280
/
+0
2007-03-24
drm: just use io_remap_pfn_range on all archs..
Dave Airlie
1
-6
/
+1
2007-03-24
drm: fix DRM_CONSISTENT mapping
Hugh Dickins
1
-5
/
+9
2007-03-24
drm: fix up mmap locking in preparation for ttm changes
Thomas Hellstrom
1
-9
/
+26
2007-03-23
drm: fix driver deadlock with AIGLX and reclaim_buffers_locked
Thomas Hellstrom
7
-81
/
+174
2007-03-19
drm: fix warning in drm_fops.c
Andrew Morton
1
-1
/
+1
2007-03-19
drm: allow for more generic drm ioctls
Thomas Hellstrom
2
-4
/
+9
2007-03-11
drm: fix alpha domain handling
Jay Estabrook
1
-1
/
+1
2007-03-11
via: fix CX700 pci id
Thomas Hellstrom
1
-1
/
+1
[next]