summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/fsl-dcu: fix alpha blendingStefan Agner2016-02-252-12/+23
* drm/fsl-dcu: mask all interrupts on initializationStefan Agner2016-02-251-4/+1
* drm/fsl-dcu: handle initialization errors properlyStefan Agner2016-02-251-4/+20
* drm/fsl-dcu: avoid memory leak on errorsStefan Agner2016-02-252-1/+7
* drm/fsl-dcu: remove regmap return value checksStefan Agner2016-02-253-188/+99
* drm/fsl-dcu: specify volatile registersStefan Agner2016-02-251-1/+11
* drm: fsl-dcu: Fix no fb check bugMeng Yi2016-02-251-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
* drm: rcar-du: Fix compile warning on 64-bit platformsKoji Matsuoka2016-02-231-4/+4
* drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart2016-02-2310-16/+539
* drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart2016-02-203-275/+290
* drm: rcar-du: Restart the DU group when a plane source changesLaurent Pinchart2016-02-204-2/+28
* drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart2016-02-206-49/+82
* drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart2016-02-203-6/+44
* drm: rcar-du: Refactor plane setupLaurent Pinchart2016-02-201-18/+21
* drm: rcar-du: Compute plane DDCR4 register value directlyLaurent Pinchart2016-02-201-10/+3
* drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart2016-02-201-1/+1
* drm: rcar-du: Remove local CRTC enabled stateLaurent Pinchart2016-02-202-13/+1
* drm: rcar-du: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2016-02-204-114/+106
* Merge branch 'drm-rockchip-next-2016-02-18' of https://github.com/markyzq/ker...Dave Airlie2016-02-194-0/+1309
|\
| * drm/rockchip: hdmi: add Innosilicon HDMI supportYakir Yang2016-02-184-0/+1309
* | Merge tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux into drm-nextDave Airlie2016-02-196-122/+872
|\ \
| * | drm/vc4: Add support for YUV planes.Eric Anholt2016-02-162-59/+253
| * | drm/vc4: Add support a few more RGB display plane formats.Eric Anholt2016-02-161-0/+16
| * | drm/vc4: Add support for scaling of display planes.Eric Anholt2016-02-164-13/+374
| * | drm/vc4: Fix which value is being used for source image size.Eric Anholt2016-02-161-9/+14
| * | drm/vc4: Add more display planes to each CRTC.Eric Anholt2016-02-161-16/+40
| * | drm/vc4: Make the CRTCs cooperate on allocating display lists.Eric Anholt2016-02-163-52/+84
| * | drm/vc4: Add a proper short-circut path for legacy cursor updates.Eric Anholt2016-02-162-7/+96
| * | drm/vc4: Move the plane clipping/scaling setup to a separate function.Eric Anholt2016-02-161-26/+52
| * | drm/vc4: Add missing __iomem annotation to hw_dlist.Eric Anholt2016-02-161-1/+1
| * | drm/vc4: Improve comments on vc4_plane_state members.Eric Anholt2016-02-161-3/+6
| |/
* | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-02-1986-4365/+5486
|\ \
| * | drm/amdgpu: Don't call interval_tree_remove in amdgpu_mn_destroyFelix Kuehling2016-02-171-1/+0
| * | drm/amdgpu: Fix race condition in amdgpu_mn_unregisterFelix Kuehling2016-02-171-10/+13
| * | drm/amdgpu: cleanup gem init/finitChristian König2016-02-168-58/+23
| * | drm/amdgpu: rework GEM info printingChristian König2016-02-162-34/+61
| * | drm/amdgpu: print the GPU offset as well in gem_infoChristian König2016-02-161-2/+3
| * | drm/amdgpu: optionally print the pin count in gem_info as wellChristian König2016-02-161-1/+7