summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/atmel-hlcdc: use helper to get crtc stateAndrzej Hajda2016-03-151-1/+1
* drm/atomic: use helper to get crtc stateAndrzej Hajda2016-03-151-6/+8
* drm: atomic helper: do not unreference error pointerLionel Landwerlin2016-03-131-0/+1
* drm/edid: Extract SADs properly from multiple audio data blocksVille Syrjälä2016-03-131-6/+11
* drm: fix blob pointer checkLionel Landwerlin2016-03-101-2/+2
* drm: introduce pipe color correction propertiesLionel Landwerlin2016-03-084-3/+263
* drm/atomic: Clean up update_connector_routing.Maarten Lankhorst2016-03-081-13/+3
* drm/atomic: Clean up steal_encoder, v2.Maarten Lankhorst2016-03-081-21/+6
* drm/atomic: Handle encoder assignment conflicts in a separate check, v3.Maarten Lankhorst2016-03-081-34/+43
* drm/atomic: Handle encoder stealing from set_config better.Maarten Lankhorst2016-03-081-0/+69
* drm/atomic: Always call steal_encoder, v2.Maarten Lankhorst2016-03-081-54/+20
* drm/ast: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/bochs: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/fsl-dcu: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
* drm/sti: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
* drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/msm/mdp: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-042-16/+0
* drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/rcar-du: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
* drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-046-21/+6
* drm/udl: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
* drm/mgag200: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-13/+0
* drm/cirrus: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-13/+0
* drm/atomic: Pass connector and state to update_connector_routing.Maarten Lankhorst2016-03-041-10/+5
* drm/atomic: Clean up update_output_state.Maarten Lankhorst2016-03-041-24/+17
* drm/crtc: Use drm_mode_object_put() in __drm_framebuffer_unregister()Liu Ying2016-02-291-3/+1
* drm/fsl-dcu: fix register initializationStefan Agner2016-02-261-2/+2
* drm/fsl-dcu: use mode flags for hsync/vsync polarityStefan Agner2016-02-262-3/+9
* drm/fsl-dcu: fix alpha blendingStefan Agner2016-02-262-12/+23
* drm/fsl-dcu: mask all interrupts on initializationStefan Agner2016-02-261-4/+1
* drm/fsl-dcu: handle initialization errors properlyStefan Agner2016-02-261-4/+20
* drm/fsl-dcu: avoid memory leak on errorsStefan Agner2016-02-262-1/+7
* drm/fsl-dcu: remove regmap return value checksStefan Agner2016-02-263-188/+99
* drm/fsl-dcu: specify volatile registersStefan Agner2016-02-261-1/+11
* drm: fsl-dcu: Fix no fb check bugMeng Yi2016-02-261-0/+3
* drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart2016-02-232-10/+52
* drm: rcar-du: Add probe deferral debug messagesLaurent Pinchart2016-02-231-1/+8
* drm: rcar-du: lvds: Add R-Car Gen3 supportKoji Matsuoka2016-02-234-48/+123
* drm: rcar-du: lvds: Rename PLLEN bit to PLLONLaurent Pinchart2016-02-232-2/+2
* drm: rcar-du: lvds: Fix PLL frequency-related configurationLaurent Pinchart2016-02-231-3/+3
* drm: rcar-du: lvds: Avoid duplication of clock clamp codeLaurent Pinchart2016-02-234-10/+18
* drm: rcar-du: Add R8A7795 device supportLaurent Pinchart2016-02-238-39/+140
* drm: rcar-du: Output the DISP signal on the ODDF pinLaurent Pinchart2016-02-232-1/+13
* drm: rcar-du: Output the DISP signal on the DISP pinLaurent Pinchart2016-02-231-1/+1
* drm: rcar-du: Support up to 4 CRTCsKoji Matsuoka2016-02-233-2/+3
* drm: rcar-du: Drop LVDS double dependency on OFLaurent Pinchart2016-02-231-1/+0
* drm: rcar-du: Enable compilation on ARM64Koji Matsuoka2016-02-231-1/+2