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