summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-nextDave Airlie2015-06-184-21/+38
|\
| * virtio-gpu: add locking for vbuf poolDave Airlie2015-06-162-0/+8
| * drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie2015-06-163-1/+6
| * Add virtio-vga bits.Gerd Hoffmann2015-06-161-20/+24
* | Merge tag 'drm/panel/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2015-06-1810-89/+92
|\ \
| * | drm/panel: simple: Add bus format for HannStar HSD100PXN1Philipp Zabel2015-06-121-0/+1
| * | drm/panel: simple: Add display timing for HannStar HSD100PXN1Eric Nelson2015-06-122-0/+33
| * | drm/panel: ld9040: Remove useless paddingThierry Reding2015-06-051-4/+4
| * | drm/panel: Constify OF match tablesThierry Reding2015-06-052-2/+2
| * | drm/bridge: Remove stale ptn3460.h includeThierry Reding2015-06-053-48/+0
| * | drm/bridge: ps8622: Include linux/gpio/consumer.hGeert Uytterhoeven2015-06-051-0/+1
| * | drm/bridge: ptn3460: Include linux/gpio/consumer.hGeert Uytterhoeven2015-06-051-0/+1
| * | drm/bridge: dw-hdmi: Return number of EDID modesDoug Anderson2015-06-051-2/+2
| * | drm/panel: simple: Add support for LG LB070WV8 800x480 7" panelHeiko Schocher2015-05-222-0/+34
| * | drm/bridge: ptn3460: Pass flags to devm_gpiod_get()Uwe Kleine-König2015-05-191-16/+7
| * | drm/bridge: ps8622: Pass flags to devm_gpiod_get()Uwe Kleine-König2015-05-191-15/+5
| * | drm/bridge: ptn3460: Fix I2C ID table to match the reported modaliasJavier Martinez Canillas2015-05-151-1/+1
| * | drm/bridge: dw-hdmi: Staticize dw_hdmi_bridge_funcsFabio Estevam2015-05-151-1/+1
* | | Merge tag 'drm/tegra/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2015-06-183-40/+36
|\ \ \
| * | | drm/tegra: dpaux: Registers are 32-bitThierry Reding2015-06-121-11/+10
| * | | drm/tegra: gem: Flush pages after allocationThierry Reding2015-06-121-17/+8
| * | | drm/tegra: gem: Take into account IOMMU apertureThierry Reding2015-06-121-2/+10
| * | | drm/tegra: dpaux: Fix transfers larger than 4 bytesThierry Reding2015-06-121-10/+8
| |/ /
* | | Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie2015-06-185-22/+45
|\ \ \
| * | | drm: rcar-du: Use the drm atomic state duplication helpers for planesLaurent Pinchart2015-06-161-5/+5
| * | | drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart2015-06-161-3/+9
| * | | drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart2015-06-161-5/+5
| * | | drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart2015-06-161-2/+5
| * | | drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart2015-06-164-6/+7
| * | | drm: rcar-du: Disable all planes when stopping the CRTCLaurent Pinchart2015-06-161-0/+13
| * | | drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart2015-06-161-1/+1
| | |/ | |/|
* | | Merge tag 'drm-amdkfd-next-fixes-2015-06-16' of git://people.freedesktop.org/...Dave Airlie2015-06-182-4/+3
|\ \ \ | |/ / |/| |
| * | drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter2015-06-161-3/+3
| * | drm/radeon: remove obsolete kfd_bo from radeon_deviceOded Gabbay2015-06-161-1/+0
|/ /
* | Merge tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-06-1613-870/+661
|\ \
| * | drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-123-76/+70
| * | drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-121-21/+14
| * | drm: omapdrm: add lock for fb pinningTomi Valkeinen2015-06-121-1/+18
| * | drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen2015-06-121-1/+3
| * | drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen2015-06-121-27/+17
| * | drm: omapdrm: omap_plane_setup() cannot fail, use WARNTomi Valkeinen2015-06-121-9/+4
| * | drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart2015-06-123-22/+1
| * | drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart2015-06-121-4/+0
| * | drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart2015-06-123-89/+34
| * | drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-122-11/+4
| * | drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart2015-06-121-4/+0
| * | drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart2015-06-123-29/+39
| * | drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart2015-06-121-1/+0
| * | drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart2015-06-121-4/+0
| * | drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2015-06-122-2/+1
OpenPOWER on IntegriCloud