aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04drm/bochs: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-04drm/fsl-dcu: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-04drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-04drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-04drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-03-04drm/sti: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-03-04drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-04drm/msm/mdp: removed optional dummy crtc mode_fixup function.Carlos Palminha2-16/+0
2016-03-04drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-04drm/rcar-du: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-03-04drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha6-21/+6
2016-03-04drm/udl: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-03-04drm/mgag200: removed optional dummy crtc mode_fixup function.Carlos Palminha1-13/+0
2016-03-04drm/cirrus: removed optional dummy crtc mode_fixup function.Carlos Palminha1-13/+0
2016-03-04drm/atomic: Pass connector and state to update_connector_routing.Maarten Lankhorst1-10/+5
2016-03-04drm/atomic: Clean up update_output_state.Maarten Lankhorst1-24/+17
2016-02-29drm/crtc: Use drm_mode_object_put() in __drm_framebuffer_unregister()Liu Ying1-3/+1
2016-02-25drm/fsl-dcu: fix register initializationStefan Agner1-2/+2
2016-02-25drm/fsl-dcu: use mode flags for hsync/vsync polarityStefan Agner2-3/+9
2016-02-25drm/fsl-dcu: fix alpha blendingStefan Agner2-12/+23
2016-02-25drm/fsl-dcu: mask all interrupts on initializationStefan Agner1-4/+1
2016-02-25drm/fsl-dcu: handle initialization errors properlyStefan Agner1-4/+20
2016-02-25drm/fsl-dcu: avoid memory leak on errorsStefan Agner2-1/+7
2016-02-25drm/fsl-dcu: remove regmap return value checksStefan Agner3-188/+99
2016-02-25drm/fsl-dcu: specify volatile registersStefan Agner1-1/+11
2016-02-25drm: fsl-dcu: Fix no fb check bugMeng Yi1-0/+3
2016-02-23drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart2-10/+52
2016-02-23drm: rcar-du: Add probe deferral debug messagesLaurent Pinchart1-1/+8
2016-02-23drm: rcar-du: lvds: Add R-Car Gen3 supportKoji Matsuoka4-48/+123
2016-02-23drm: rcar-du: lvds: Rename PLLEN bit to PLLONLaurent Pinchart2-2/+2
2016-02-23drm: rcar-du: lvds: Fix PLL frequency-related configurationLaurent Pinchart1-3/+3
2016-02-23drm: rcar-du: lvds: Avoid duplication of clock clamp codeLaurent Pinchart4-10/+18
2016-02-23drm: rcar-du: Add R8A7795 device supportLaurent Pinchart8-39/+140
2016-02-23drm: rcar-du: Output the DISP signal on the ODDF pinLaurent Pinchart2-1/+13
2016-02-23drm: rcar-du: Output the DISP signal on the DISP pinLaurent Pinchart1-1/+1
2016-02-23drm: rcar-du: Support up to 4 CRTCsKoji Matsuoka3-2/+3
2016-02-23drm: rcar-du: Drop LVDS double dependency on OFLaurent Pinchart1-1/+0
2016-02-23drm: rcar-du: Enable compilation on ARM64Koji Matsuoka1-1/+2
2016-02-23drm: rcar-du: Fix compile warning on 64-bit platformsKoji Matsuoka1-4/+4
2016-02-23drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart10-16/+539
2016-02-20drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart3-275/+290
2016-02-20drm: rcar-du: Restart the DU group when a plane source changesLaurent Pinchart4-2/+28
2016-02-20drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart6-49/+82
2016-02-20drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart3-6/+44
2016-02-20drm: rcar-du: Refactor plane setupLaurent Pinchart1-18/+21
2016-02-20drm: rcar-du: Compute plane DDCR4 register value directlyLaurent Pinchart1-10/+3
2016-02-20drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart1-1/+1
2016-02-20drm: rcar-du: Remove local CRTC enabled stateLaurent Pinchart2-13/+1
2016-02-20drm: rcar-du: Perform initialization/cleanup at probe/remove timeLaurent Pinchart4-114/+106
2016-02-20Merge remote-tracking branch 'linuxtv/vsp1' into HEADLaurent Pinchart287-3281/+8471