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