summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2012-11-30drm: remove legacy drm_connector_property fxnsRob Clark
2012-11-20drm: properly init/reset connector statusDaniel Vetter
2012-11-20drm/crtc: Fix potential NULL pointer dereferenceSachin Kamat
2012-11-20drm/crtc: Remove redundant NULL check before kfreeSachin Kamat
2012-11-20drm: Reject addfb2 with undefined flag bits setVille Syrjälä
2012-11-07drm: Ignore blob propertys in drm_property_change_is_valid()Ville Syrjälä
2012-11-07drm: Be more paranoid with integer overflowsVille Syrjälä
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-10-02drm: support for rotated scanoutRob Clark
2012-10-02drm: refcnt drm_framebuffer (v4.1)Rob Clark
2012-10-02drm: Destroy the planes prior to destroying the associated CRTCChris Wilson
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter
2012-09-18drm: Add NV24 and NV42 pixel formatsLaurent Pinchart
2012-08-24drm: Check for invalid cursor flagsJakob Bornecrantz
2012-05-29drm: Use stdint types for consistencyVille Syrjälä
2012-05-29drm: Constify params to format_check() and framebuffer_checks()Ville Syrjälä
2012-05-22drm: add plane propertiesRob Clark
2012-05-22drm: add bitmask property typeRob Clark
2012-05-22drm: Make the CRTC gamma_set operation optionalLaurent Pinchart
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart
2012-05-17drm: add CRTC propertiesPaulo Zanoni
2012-05-17drm: add 'count' to struct drm_object_propertiesPaulo Zanoni
2012-05-17drm: make the connector properties code use the object properties codePaulo Zanoni
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni
2012-05-17drm: create struct drm_object_properties and use itPaulo Zanoni
2012-05-17drm: WARN() when drm_connector_attach_property failsPaulo Zanoni
2012-05-17drm: add drm_property_change_is_validPaulo Zanoni
2012-05-07Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter
2012-05-02drm/kms: reduce some messages to debug level (v2)Dave Airlie
2012-04-24drm: Unify and fix idr error handlingVille Syrjälä
2012-04-20drm: Add sanity checks to framebuffer creationVille Syrjälä
2012-04-20drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä
2012-04-20drm: Add drm_format_plane_cpp() utility functionVille Syrjälä
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä
2012-04-19drm: fix page_flip error handlingJoonyoung Shim
2012-03-20drm/usb: move usb support into a separate moduleDave Airlie
2012-03-15drm/modeset: add helper to unplug all connectors from sysfsDave Airlie
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä
2012-03-15drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä
2012-03-15drm: Check CRTC viewport against framebuffer sizeVille Syrjälä
2012-03-15drm: Check user mode against overflowsVille Syrjälä
2012-03-15drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä
2012-03-15drm: Make drm_mode_attachmode() voidVille Syrjälä
2012-03-15drm: Check crtc x and y coordinatesVille Syrjälä