index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-26
drm/atomic: Add MODE_ID property
Daniel Stone
1
-0
/
+8
2015-05-26
drm: check for garbage in unused addfb2 fields
Daniel Vetter
1
-0
/
+26
2015-05-26
drm: Retain reference to blob properties in lookup
Daniel Stone
1
-1
/
+2
2015-05-22
drm/mode: Add user blob-creation ioctl
Daniel Stone
1
-3
/
+136
2015-05-22
drm: Return error value from blob creation
Daniel Stone
1
-5
/
+9
2015-05-22
drm: Allow creating blob properties without copy
Daniel Stone
1
-2
/
+13
2015-05-22
drm/mode: Unstatic kernel-userspace mode conversion
Daniel Stone
1
-91
/
+4
2015-05-22
drm/mode: Validate modes inside drm_crtc_convert_umode
Daniel Stone
1
-10
/
+15
2015-05-22
drm: kerneldoc fixes for blob properties
Daniel Stone
1
-5
/
+4
2015-05-20
Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-59
/
+266
2015-05-12
drm: Add reference counting to blob properties
Daniel Stone
1
-14
/
+149
2015-05-08
drm: Introduce blob_lock
Daniel Stone
1
-3
/
+15
2015-05-08
drm: Introduce helper for replacing blob properties
Daniel Stone
1
-49
/
+106
2015-05-08
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
1
-0
/
+23
2015-05-07
drm: Don't leak path blob property when updating
Daniel Stone
1
-0
/
+3
2015-04-20
Merge Linus master into drm-next
Dave Airlie
1
-1
/
+3
2015-04-16
Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-11
/
+11
2015-04-14
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+5
2015-04-14
drm: Make integer overflow checking cover universal cursor updates (v2)
Matt Roper
1
-11
/
+11
2015-04-10
drm: Adding drm helper function drm_plane_from_index().
Chandra Konduru
1
-0
/
+23
2015-04-08
drm: fix drm_mode_getconnector() locking imbalance regression
Tommi Rantala
1
-1
/
+3
2015-04-02
drm: export tile-group functions
Rob Clark
1
-0
/
+2
2015-03-24
drm: Fixup racy refcounting in plane_force_disable
Daniel Vetter
1
-12
/
+1
2015-03-24
Merge tag 'drm-intel-next-2015-03-13-merge' of git://anongit.freedesktop.org/...
Dave Airlie
1
-16
/
+19
2015-03-20
Merge tag 'drm-intel-fixes-2015-03-19' into drm-intel-next
Daniel Vetter
1
-16
/
+19
2015-03-17
drm: check that planes types are correct while initializing CRTC
Benjamin Gaignard
1
-0
/
+3
2015-03-10
drm: Check in setcrtc if the primary plane supports the fb pixel format
Laurent Pinchart
1
-0
/
+17
2015-03-10
drm: Share plane pixel format check code between legacy and atomic
Laurent Pinchart
1
-6
/
+23
2015-03-10
drm: Fixup racy refcounting in plane_force_disable
Daniel Vetter
1
-12
/
+1
2015-03-10
drm: Remove redundant code in the getencoder ioctl
Daniel Vetter
1
-2
/
+0
2015-03-10
drm: Don't assign fbs for universal cursor support to files
Chris Wilson
1
-16
/
+19
2015-03-09
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
1
-1
/
+2
2015-03-05
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+13
2015-02-24
drm: Fix deadlock due to getconnector locking changes
Daniel Vetter
1
-1
/
+2
2015-02-23
drm: If available use atomic state in getcrtc ioctl
Daniel Vetter
1
-7
/
+18
2015-02-14
drm: add support for tiled/compressed/etc modifier in addfb2
Rob Clark
1
-1
/
+13
2015-01-28
drm: Check the right variable when setting formats
Dan Carpenter
1
-1
/
+1
2015-01-28
drm/bridge: make bridge registration independent of drm flow
Ajay Kumar
1
-67
/
+0
2015-01-28
drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init
Ajay Kumar
1
-4
/
+1
2015-01-28
Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-3
/
+73
2015-01-27
drm/atomic: Add drm_crtc_state->active
Daniel Vetter
1
-0
/
+10
2015-01-27
drm: Add standardized boolean props
Daniel Vetter
1
-3
/
+63
2015-01-27
drm: fix drm_display_info_set_bus_formats kernel doc header
Boris Brezillon
1
-2
/
+2
2015-01-21
drm: add bus_formats and num_bus_formats fields to drm_display_info
Boris Brezillon
1
-0
/
+35
2015-01-13
drm: fix mismerge in drm_crtc.c
Dave Airlie
1
-6
/
+0
2015-01-10
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-10
/
+22
2015-01-09
Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-115
/
+230
2015-01-09
Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-49
/
+54
2015-01-05
drm: Atomic modeset ioctl
Rob Clark
1
-2
/
+2
2015-01-05
drm/atomic: atomic connector properties
Rob Clark
1
-4
/
+9
[next]