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
2014-06-13
drm: Allow drivers to register cursor planes with crtc
Matt Roper
1
-1
/
+4
2014-06-13
drm: Avoid NULL deference when disabling a plane from userspace
Chris Wilson
1
-5
/
+5
2014-06-13
drm: Support legacy cursor ioctls via universal planes when possible (v4)
Matt Roper
1
-0
/
+107
2014-06-13
drm: Refactor setplane to allow internal use (v3)
Matt Roper
1
-74
/
+102
2014-06-13
drm: Refactor framebuffer creation to allow internal use (v2)
Matt Roper
1
-27
/
+42
2014-06-05
drm: Fix getconnector connection_mutex locking
Daniel Vetter
1
-2
/
+2
2014-06-05
drm: Check CRTC compatibility in setplane
Matt Roper
1
-0
/
+7
2014-06-05
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
1
-22
/
+63
2014-06-04
drm: Split connection_mutex out of mode_config.mutex (v3)
Daniel Vetter
1
-0
/
+8
2014-06-04
drm: spiff out FB refcnting traces
Rob Clark
1
-3
/
+3
2014-06-04
drm: add signed-range property type
Rob Clark
1
-12
/
+33
2014-06-04
drm: add object property type
Rob Clark
1
-7
/
+54
2014-06-04
drm: add extended property types
Rob Clark
1
-9
/
+17
2014-06-04
drm: helpers to find mode objects
Rob Clark
1
-62
/
+28
2014-06-04
drm: drop drm_get_connector_name() and drm_get_encoder_name()
Jani Nikula
1
-20
/
+0
2014-06-04
drm: replace drm_get_encoder_name() with direct name field use
Jani Nikula
1
-1
/
+1
2014-06-04
drm: replace drm_get_connector_name() with direct name field use
Jani Nikula
1
-2
/
+2
2014-05-30
drm: add DP MST encoder type
Dave Airlie
1
-0
/
+1
2014-05-30
drm: store encoder name in encoder struct
Jani Nikula
1
-14
/
+17
2014-05-30
drm: store connector name in connector struct (v2)
Jani Nikula
1
-16
/
+20
2014-05-16
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-10
/
+17
2014-05-16
drm: fix memory leak around mode_group (v2)
Dave Airlie
1
-0
/
+6
2014-04-23
drm: Handle ->disable_plane failures correctly
Daniel Vetter
1
-4
/
+10
2014-04-23
drm: Simplify fb refcounting rules around ->update_plane
Daniel Vetter
1
-6
/
+7
2014-04-02
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
1
-5
/
+15
2014-04-02
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-13
/
+13
2014-04-02
drm: Add drm_crtc_init_with_planes() (v2)
Matt Roper
1
-4
/
+15
2014-04-02
drm: Add plane type property (v2)
Rob Clark
1
-0
/
+27
2014-04-02
drm: Add drm_universal_plane_init()
Matt Roper
1
-29
/
+51
2014-04-02
drm: Make drm_crtc_check_viewport non-static
Matt Roper
1
-7
/
+13
2014-04-02
drm: Add support for multiple plane types (v2)
Matt Roper
1
-5
/
+16
2014-03-28
drm: Improve on minor type helpers v3
Thomas Hellstrom
1
-2
/
+2
2014-03-28
drm: Have the crtc code only reference master from legacy nodes v2
Thomas Hellstrom
1
-6
/
+8
2014-03-18
Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-...
Dave Airlie
1
-121
/
+576
2014-03-16
drm/crtc: add sanity checks to create_dumb()
David Herrmann
1
-0
/
+17
2014-03-13
drm: kerneldoc polish for drm_crtc.c
Daniel Vetter
1
-44
/
+570
2014-03-13
drm: move drm_mode related functions into drm_modes.c
Daniel Vetter
1
-64
/
+6
2014-03-13
drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.c
Daniel Vetter
1
-0
/
+2
2014-03-13
drm/kms: rip out drm_mode_connector_detach_encoder
Daniel Vetter
1
-15
/
+0
2014-02-12
drm: expose subpixel order name routine v3
Jesse Barnes
1
-0
/
+23
2014-01-29
Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...
Dave Airlie
1
-0
/
+23
2014-01-14
drm: provide a helper for the encoder possible_crtcs mask
Russell King
1
-0
/
+23
2013-12-18
drm: Push dirtyfb ioctl kms locking down to drivers
Ville Syrjälä
1
-2
/
+0
2013-11-06
drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()
Ville Syrjälä
1
-1
/
+4
2013-11-06
drm: Return -ENOENT when a framebuffer can't be found
Ville Syrjälä
1
-5
/
+7
2013-11-06
drm: Consistently return -ENOENT when a mode object can't be found
Ville Syrjälä
1
-14
/
+18
2013-10-23
drm: fix a small spelling
Marc-André Lureau
1
-1
/
+1
2013-10-01
drm: Reject stereo modes with an unknown layout
Damien Lespiau
1
-0
/
+3
2013-10-01
drm: Revert "drm: Reject modes with more than 1 stereo flags set"
Damien Lespiau
1
-4
/
+0
2013-10-01
drm: Check the fb size against the adjusted v/hdisplay for stereo modes
Damien Lespiau
1
-0
/
+8
[next]