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
2012-11-30
drm: remove legacy drm_connector_property fxns
Rob Clark
2012-11-20
drm: properly init/reset connector status
Daniel Vetter
2012-11-20
drm/crtc: Fix potential NULL pointer dereference
Sachin Kamat
2012-11-20
drm/crtc: Remove redundant NULL check before kfree
Sachin Kamat
2012-11-20
drm: Reject addfb2 with undefined flag bits set
Ville Syrjälä
2012-11-07
drm: Ignore blob propertys in drm_property_change_is_valid()
Ville Syrjälä
2012-11-07
drm: Be more paranoid with integer overflows
Ville Syrjälä
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-10-02
drm: support for rotated scanout
Rob Clark
2012-10-02
drm: refcnt drm_framebuffer (v4.1)
Rob Clark
2012-10-02
drm: Destroy the planes prior to destroying the associated CRTC
Chris Wilson
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
2012-09-18
drm: Add NV24 and NV42 pixel formats
Laurent Pinchart
2012-08-24
drm: Check for invalid cursor flags
Jakob Bornecrantz
2012-05-29
drm: Use stdint types for consistency
Ville Syrjälä
2012-05-29
drm: Constify params to format_check() and framebuffer_checks()
Ville Syrjälä
2012-05-22
drm: add plane properties
Rob Clark
2012-05-22
drm: add bitmask property type
Rob Clark
2012-05-22
drm: Make the CRTC gamma_set operation optional
Laurent Pinchart
2012-05-22
drm: Miscellaneous typo fixes and documentation updates
Laurent Pinchart
2012-05-22
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
2012-05-17
drm: add CRTC properties
Paulo Zanoni
2012-05-17
drm: add 'count' to struct drm_object_properties
Paulo Zanoni
2012-05-17
drm: make the connector properties code use the object properties code
Paulo Zanoni
2012-05-17
drm: add generic ioctls to get/set properties on any object
Paulo Zanoni
2012-05-17
drm: create struct drm_object_properties and use it
Paulo Zanoni
2012-05-17
drm: WARN() when drm_connector_attach_property fails
Paulo Zanoni
2012-05-17
drm: add drm_property_change_is_valid
Paulo Zanoni
2012-05-07
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
2012-05-07
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
2012-05-02
drm/kms: reduce some messages to debug level (v2)
Dave Airlie
2012-04-24
drm: Unify and fix idr error handling
Ville Syrjälä
2012-04-20
drm: Add sanity checks to framebuffer creation
Ville Syrjälä
2012-04-20
drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions
Ville Syrjälä
2012-04-20
drm: Add drm_format_plane_cpp() utility function
Ville Syrjälä
2012-04-20
drm: Move drm_format_num_planes() to drm_crtc.c
Ville Syrjälä
2012-04-19
drm: fix page_flip error handling
Joonyoung Shim
2012-03-20
drm/usb: move usb support into a separate module
Dave Airlie
2012-03-15
drm/modeset: add helper to unplug all connectors from sysfs
Dave Airlie
2012-03-15
drm: Use a flexible array member for blob property data
Ville Syrjälä
2012-03-15
drm: Handle drm_object_get() failures
Ville Syrjälä
2012-03-15
drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params
Ville Syrjälä
2012-03-15
drm: Fix drm_mode_attachmode_crtc()
Ville Syrjälä
2012-03-15
drm: Check CRTC viewport against framebuffer size
Ville Syrjälä
2012-03-15
drm: Check user mode against overflows
Ville Syrjälä
2012-03-15
drm: Fix memory leak in drm_mode_setcrtc()
Ville Syrjälä
2012-03-15
drm: Make drm_mode_attachmode() void
Ville Syrjälä
2012-03-15
drm: Check crtc x and y coordinates
Ville Syrjälä
[next]