summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä2012-03-151-0/+7
* drm: Reject mode set with current fb if no current fb is boundVille Syrjälä2012-03-151-8/+6Star
* drm: add convenience function to create an range propertySascha Hauer2012-02-091-40/+29Star
* drm: add convenience function to create an enum propertySascha Hauer2012-02-091-54/+46Star
* drm crtc: Fix locking commentsSascha Hauer2012-02-031-6/+15
* drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer2012-02-031-3/+3
* drm crtc: use drm_mode_destroy instead of kfree in drm_mode_removeSascha Hauer2012-02-031-1/+1
* drm crtc: add forgotten idr cleanup functionsSascha Hauer2012-02-031-0/+3
* drm: add support for private planesRob Clark2012-01-051-5/+17
* drm: disconnect plane from fb/crtc when disabledRob Clark2012-01-051-0/+3
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+7
|\
| * drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-231-0/+4
| * drm: Ensure string is null terminated.Vinson Lee2011-11-111-1/+3
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+1
* | drm: Check that the requested pixel format is validVille Syrjälä2011-12-201-0/+75
* | drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä2011-12-201-0/+11