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