aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
Commit message (Expand)AuthorAge
* Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-24
|\
| * drm: Check for invalid cursor flagsJakob Bornecrantz2012-08-23
* | drm: Add NV24 and NV42 pixel formatsLaurent Pinchart2012-09-18
|/
* drm: Use stdint types for consistencyVille Syrjälä2012-05-29
* drm: Constify params to format_check() and framebuffer_checks()Ville Syrjälä2012-05-29
* drm: add plane propertiesRob Clark2012-05-22
* drm: add bitmask property typeRob Clark2012-05-22
* drm: Make the CRTC gamma_set operation optionalLaurent Pinchart2012-05-22
* drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart2012-05-22
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-22
* drm: add CRTC propertiesPaulo Zanoni2012-05-17
* drm: add 'count' to struct drm_object_propertiesPaulo Zanoni2012-05-17
* drm: make the connector properties code use the object properties codePaulo Zanoni2012-05-17
* drm: add generic ioctls to get/set properties on any objectPaulo Zanoni2012-05-17
* drm: create struct drm_object_properties and use itPaulo Zanoni2012-05-17
* drm: WARN() when drm_connector_attach_property failsPaulo Zanoni2012-05-17
* drm: add drm_property_change_is_validPaulo Zanoni2012-05-17
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-05-07
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-07
| |\
| | * drm: fix page_flip error handlingJoonyoung Shim2012-04-19
* | | drm/kms: reduce some messages to debug level (v2)Dave Airlie2012-05-02
|/ /
* | drm: Unify and fix idr error handlingVille Syrjälä2012-04-24
* | drm: Add sanity checks to framebuffer creationVille Syrjälä2012-04-20
* | drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä2012-04-20
* | drm: Add drm_format_plane_cpp() utility functionVille Syrjälä2012-04-20
* | drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-20
|/
* drm/usb: move usb support into a separate moduleDave Airlie2012-03-20
* drm/modeset: add helper to unplug all connectors from sysfsDave Airlie2012-03-15
* drm: Use a flexible array member for blob property dataVille Syrjälä2012-03-15
* drm: Handle drm_object_get() failuresVille Syrjälä2012-03-15
* drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä2012-03-15
* drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä2012-03-15
* drm: Check CRTC viewport against framebuffer sizeVille Syrjälä2012-03-15
* drm: Check user mode against overflowsVille Syrjälä2012-03-15
* drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä2012-03-15
* drm: Make drm_mode_attachmode() voidVille Syrjälä2012-03-15
* drm: Check crtc x and y coordinatesVille Syrjälä2012-03-15
* drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä2012-03-15
* drm: Reject mode set with current fb if no current fb is boundVille Syrjälä2012-03-15
* drm: add convenience function to create an range propertySascha Hauer2012-02-09
* drm: add convenience function to create an enum propertySascha Hauer2012-02-09
* drm crtc: Fix locking commentsSascha Hauer2012-02-03
* drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer2012-02-03
* drm crtc: use drm_mode_destroy instead of kfree in drm_mode_removeSascha Hauer2012-02-03
* drm crtc: add forgotten idr cleanup functionsSascha Hauer2012-02-03
* drm: add support for private planesRob Clark2012-01-05
* drm: disconnect plane from fb/crtc when disabledRob Clark2012-01-05
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-23
| * drm: Ensure string is null terminated.Vinson Lee2011-11-11