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.13.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
2016-05-18
drm: Fix error handling in drm_connector_register
Daniel Vetter
1
-2
/
+2
2016-05-05
drm/core: Do not preserve framebuffer on rmfb, v4.
Maarten Lankhorst
1
-7
/
+56
2016-05-05
drm/modes: add connector reference counting. (v2)
Dave Airlie
1
-4
/
+24
2016-05-04
Merge tag 'drm-vc4-next-2016-05-02' of https://github.com/anholt/linux into d...
Dave Airlie
1
-0
/
+2
2016-05-04
Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-12
/
+0
2016-04-28
drm: Quiet down drm_mode_getresources
Tvrtko Ursulin
1
-10
/
+0
2016-04-28
drm: Quiet down drm_mode_getconnector
Tvrtko Ursulin
1
-2
/
+0
2016-04-27
drm: Switch blobs to the new generic modeset obj refcounting
Daniel Vetter
1
-119
/
+45
2016-04-27
drm: Fix fb leaks and WARN spew in get/set_prop ioctls
Daniel Vetter
1
-7
/
+9
2016-04-27
drm: Improve kerneldoc for new mode object refcounting
Daniel Vetter
1
-7
/
+15
2016-04-22
drm/modes: stop handling framebuffer special
Dave Airlie
1
-15
/
+2
2016-04-22
drm/modes: reduce fb_lock to just protecting lists
Dave Airlie
1
-8
/
+1
2016-04-22
drm/modes: move reference taking into object lookup.
Dave Airlie
1
-17
/
+20
2016-04-22
drm/mode: reduce lock hold in addfb2
Dave Airlie
1
-3
/
+3
2016-04-22
drm/mode: reduce scope of fb_lock in framebuffer init
Dave Airlie
1
-4
/
+5
2016-04-22
drm/mode: use _object_find to find framebuffers.
Dave Airlie
1
-25
/
+10
2016-04-22
drm/mode: move framebuffer reference into object.
Dave Airlie
1
-34
/
+38
2016-04-22
drm/mode: introduce wrapper to read framebuffer refcount.
Dave Airlie
1
-1
/
+1
2016-04-22
drm/modes: drop __drm_framebuffer_unregister.
Dave Airlie
1
-14
/
+2
2016-04-22
drm/mode: move framebuffer_free up above framebuffer_init
Dave Airlie
1
-29
/
+29
2016-04-22
drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.
Dave Airlie
1
-16
/
+21
2016-04-21
drm: Remove warning from drm_connector_unregister_all()
Laurent Pinchart
1
-1
/
+1
2016-04-20
drm: Introduce drm_connector_register_all() helper
Alexey Brodkin
1
-0
/
+40
2016-04-12
drm/core: Fix ordering in drm_mode_config_cleanup.
Maarten Lankhorst
1
-9
/
+9
2016-04-06
Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-9
/
+9
2016-04-01
drm: Add an encoder and connector type enum for DPI.
Eric Anholt
1
-0
/
+2
2016-03-29
drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
Alexey Brodkin
1
-9
/
+9
2016-03-16
Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-3
/
+36
2016-03-14
Merge drm-fixes into drm-next.
Dave Airlie
1
-29
/
+20
2016-03-08
drm: introduce pipe color correction properties
Lionel Landwerlin
1
-0
/
+35
2016-02-29
drm/crtc: Use drm_mode_object_put() in __drm_framebuffer_unregister()
Liu Ying
1
-3
/
+1
2016-02-19
drm/atomic: Allow for holes in connector state, v2.
Maarten Lankhorst
1
-29
/
+20
2016-02-09
drm: Add drm_format_plane_width() and drm_format_plane_height()
Ville Syrjälä
1
-0
/
+42
2016-02-09
drm/core: Add drm_encoder_index.
Maarten Lankhorst
1
-0
/
+23
2016-01-25
drm: Add functions to setup/tear down drm_events.
Daniel Vetter
1
-26
/
+10
2016-01-13
drm: Do not set connector->encoder in drivers
Thierry Reding
1
-0
/
+14
2015-12-11
drm: Add plane->name and use it in debug prints
Ville Syrjälä
1
-0
/
+30
2015-12-11
drm: Add crtc->name and use it in debug messages
Ville Syrjälä
1
-2
/
+32
2015-12-11
drm: Use driver specified encoder name
Ville Syrjälä
1
-3
/
+11
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-1
/
+2
2015-12-11
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
1
-2
/
+4
2015-12-11
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
1
-1
/
+3
2015-12-08
drm: connector->dpms is not optional
Daniel Vetter
1
-3
/
+1
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-2
/
+2
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-54
/
+94
2015-10-31
drm: Correct arguments to list_tail_add in create blob ioctl
Maneet Singh
1
-1
/
+1
2015-10-31
drm: crtc: integer overflow in drm_property_create_blob()
Dan Carpenter
1
-1
/
+1
2015-10-21
drm: correctly check failed allocation
Insu Yun
1
-0
/
+30
2015-10-19
drm: Check plane src coordinates correctly during page flip for atomic drivers
Ville Syrjälä
1
-1
/
+8
2015-10-19
drm: Check crtc viewport correctly with rotated primary plane on atomic drivers
Ville Syrjälä
1
-2
/
+3
[next]