aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 into drm-core-nextDave 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
2012-03-15drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä1-0/+7
2012-03-15drm: Reject mode set with current fb if no current fb is boundVille Syrjälä1-8/+6
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-40/+29
2012-02-09drm: add convenience function to create an enum propertySascha Hauer1-54/+46
2012-02-03drm crtc: Fix locking commentsSascha Hauer1-6/+15
2012-02-03drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer1-3/+3
2012-02-03drm crtc: use drm_mode_destroy instead of kfree in drm_mode_removeSascha Hauer1-1/+1
2012-02-03drm crtc: add forgotten idr cleanup functionsSascha Hauer1-0/+3
2012-01-05drm: add support for private planesRob Clark1-5/+17
2012-01-05drm: disconnect plane from fb/crtc when disabledRob Clark1-0/+3
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+7
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-12-20drm: Check that the requested pixel format is validVille Syrjälä1-0/+75
2011-12-20drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä1-0/+11
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä1-1/+1
2011-12-20drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä1-0/+12