index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
2014-05-30
drm: store connector name in connector struct (v2)
Jani Nikula
2014-05-16
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-05-16
drm: fix memory leak around mode_group (v2)
Dave Airlie
2014-04-23
drm: Handle ->disable_plane failures correctly
Daniel Vetter
2014-04-23
drm: Simplify fb refcounting rules around ->update_plane
Daniel Vetter
2014-04-01
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
2014-04-01
drm: Add drm_crtc_init_with_planes() (v2)
Matt Roper
2014-04-01
drm: Add plane type property (v2)
Rob Clark
2014-04-01
drm: Add drm_universal_plane_init()
Matt Roper
2014-04-01
drm: Make drm_crtc_check_viewport non-static
Matt Roper
2014-04-01
drm: Add support for multiple plane types (v2)
Matt Roper
2014-03-28
drm: Improve on minor type helpers v3
Thomas Hellstrom
2014-03-28
drm: Have the crtc code only reference master from legacy nodes v2
Thomas Hellstrom
2014-03-18
Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-...
Dave Airlie
2014-03-16
drm/crtc: add sanity checks to create_dumb()
David Herrmann
2014-03-13
drm: kerneldoc polish for drm_crtc.c
Daniel Vetter
2014-03-13
drm: move drm_mode related functions into drm_modes.c
Daniel Vetter
2014-03-13
drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.c
Daniel Vetter
2014-03-13
drm/kms: rip out drm_mode_connector_detach_encoder
Daniel Vetter
2014-02-12
drm: expose subpixel order name routine v3
Jesse Barnes
2014-01-29
Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...
Dave Airlie
2014-01-14
drm: provide a helper for the encoder possible_crtcs mask
Russell King
2013-12-18
drm: Push dirtyfb ioctl kms locking down to drivers
Ville Syrjälä
2013-11-06
drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()
Ville Syrjälä
2013-11-06
drm: Return -ENOENT when a framebuffer can't be found
Ville Syrjälä
2013-11-06
drm: Consistently return -ENOENT when a mode object can't be found
Ville Syrjälä
2013-10-23
drm: fix a small spelling
Marc-André Lureau
2013-10-01
drm: Reject stereo modes with an unknown layout
Damien Lespiau
2013-10-01
drm: Revert "drm: Reject modes with more than 1 stereo flags set"
Damien Lespiau
2013-10-01
drm: Check the fb size against the adjusted v/hdisplay for stereo modes
Damien Lespiau
2013-10-01
drm: Factor out common CRTC viewport checking code
Damien Lespiau
2013-10-01
drm: Reject modes with more than 1 stereo flags set
Damien Lespiau
2013-10-01
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
2013-09-04
drm: add MIPI DSI encoder and connector types
Shobhit Kumar
2013-09-02
drm: fix DRM_IOCTL_MODE_GETFB handle-leak
David Herrmann
2013-09-02
drm: Add drm_bridge
Sean Paul
2013-08-30
drm: Advertise async page flip ability through GETCAP ioctl
Keith Packard
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
2013-08-21
drm: Make drm_mode_remove() static
Lespiau, Damien
2013-08-21
drm: Remove drm_mode_create_dithering_property()
Lespiau, Damien
2013-08-19
drm: use ida to allocate connector ids
Ilia Mirkin
2013-06-28
drm: add hotspot support for cursors.
Dave Airlie
2013-06-25
drm: fix fb leak in setcrtc
Daniel Vetter
2013-06-25
drm: check that ->set_config properly updates the fb
Daniel Vetter
2013-06-17
drm: Remove some unused stuff from drm_plane
Ville Syrjälä
2013-06-17
drm: Add kernel-doc for plane functions
Ville Syrjälä
2013-06-17
drm: Add drm_plane_force_disable()
Ville Syrjälä
2013-06-11
drm: Improve drm_crtc documentation
Ville Syrjälä
2013-06-11
drm: Add probed modes in probe order
Ville Syrjälä
[prev]
[next]