index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
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ä
2013-06-11
drm: Constify the pretty-print functions
Ville Syrjälä
2013-06-11
drm: Print pretty names for pixel formats
Ville Syrjälä
2013-05-13
drm: Make the HPD status updates debug logs more readable
Lespiau, Damien
2013-05-10
Merge branch 'for-linux-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
2013-05-02
drm: don't check modeset locks in panic handler
Daniel Vetter
2013-04-30
drm: Kill user_modes list and the associated ioctls
Ville Syrjälä
2013-04-30
drm: Silence some sparse warnings
Ville Syrjälä
2013-04-22
drm: Don't allow page flip to change pixel format
Laurent Pinchart
2013-04-16
drm: Destroy property blobs at mode config cleanup time
Laurent Pinchart
2013-04-12
drm: cleanup: use drm_framebuffer_reference instead of a kref_get
archit taneja
2013-03-27
drm: don't unlock in the addfb error paths
Daniel Vetter
2013-02-27
drm: convert to idr_alloc()
Tejun Heo
2013-02-27
drm: don't use idr_remove_all()
Tejun Heo
2013-02-22
drm: Add consistency check for page-flipping
Thierry Reding
2013-02-20
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2013-02-20
drm: Use C8 instead of RGB332 when determining the format from depth/bpp
Ville Syrjälä
2013-02-20
drm: Fill depth/bits_per_pixel for C8 format
Ville Syrjälä
2013-02-20
drm: Don't set the plane->fb to NULL on successfull set_plane
Daniel Vetter
2013-02-14
drm: review locking for drm_fb_helper_restore_fbdev_mode
Daniel Vetter
2013-01-20
drm: don't hold crtc mutexes for connector ->detect callbacks
Daniel Vetter
2013-01-20
drm: only grab the crtc lock for pageflips
Daniel Vetter
2013-01-20
drm: optimize drm_framebuffer_remove
Daniel Vetter
2013-01-20
drm: refcounting for crtc framebuffers
Daniel Vetter
[next]