summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | gpu: host1x: Remove useless local variableThierry Reding2016-06-231-4/+2
| | * | | gpu: host1x: Constify array of action handlersThierry Reding2016-06-231-1/+1
| | * | | gpu: host1x: Remove redundant parenthesesThierry Reding2016-06-231-1/+1
| | * | | gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-2310-43/+92
| | * | | gpu: host1x: Fix a couple of checkpatch warningsThierry Reding2016-06-238-8/+24
| | * | | gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()Thierry Reding2016-06-231-2/+2
| | * | | gpu: host1x: cdma: Drop unnecessary local variableThierry Reding2016-06-231-4/+4
| | * | | gpu: host1x: channel: Use correct typeThierry Reding2016-06-231-1/+2
| | * | | gpu: host1x: Use unsigned int consistently for IDsThierry Reding2016-06-2310-31/+36
| | * | | gpu: host1x: Consistently use unsigned int for countsThierry Reding2016-06-239-32/+37
| | * | | gpu: host1x: hw: intr_hw: Remove create_workqueueBhaktipriya Shridhar2016-06-233-7/+6
| | * | | Merge branch 'devel-dt-free-map' of git://git.kernel.org/pub/scm/linux/kernel...Thierry Reding2016-06-232-0/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | pinctrl: pinconf: Add generic helper function for freeing mappingsJon Hunter2016-06-232-0/+10
| | |/ /
| * | | Merge branch 'upstream/analogix-dp-20160705' of git://github.com/yakir-Yang/l...Dave Airlie2016-07-169-64/+161
| |\ \ \
| | * | | dt-bindings: analogix_dp: rockchip: correct the wrong compatible nameYakir Yang2016-07-051-1/+1
| | * | | drm/rockchip: analogix_dp: introduce the pclk for grfYakir Yang2016-07-052-3/+26
| | * | | drm/bridge: analogix_dp: fix no drm hpd event when panel plug inYakir Yang2016-07-051-4/+4
| | * | | drm/rockchip: analogix_dp: update the comments about why need to hardcode VOP...Yakir Yang2016-07-051-11/+5
| | * | | drm/rockchip: analogix_dp: correct the connector display color format and bpcYakir Yang2016-07-051-0/+18
| | * | | drm/bridge: analogix_dp: passing the connector as an argument in .get_modes()Yakir Yang2016-07-053-4/+5
| | * | | drm/rockchip: analogix_dp: make panel detect to an optional actionYakir Yang2016-07-051-26/+21
| | * | | drm/rockchip: analogix_dp: add rk3399 eDP supportYakir Yang2016-07-055-2/+29
| | * | | drm/bridge: analogix_dp: some rockchip chips need to flip REF_CLK bit settingYakir Yang2016-07-053-4/+14
| | * | | drm/bridge: analogix_dp: correct the register bit define error in ANALOGIX_DP...Yakir Yang2016-07-051-2/+2
| | * | | drm/rockchip: analogix_dp: split the lcdc select setting into device dataYakir Yang2016-07-051-10/+39
| * | | | Merge tag 'imx-drm-next-2016-07-14' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2016-07-1614-1041/+781
| |\ \ \ \
| | * | | | drm/imx: parallel-display: add bridge supportPhilipp Zabel2016-07-141-9/+41
| | * | | | drm/imx: parallel-display: check return code from of_get_drm_display_mode()Lothar Waßmann2016-07-121-1/+7
| | * | | | gpu: ipu-v3: ipu-dc: don't bug out on invalid bus_formatPhilipp Zabel2016-07-121-3/+3
| | * | | | drm/imx: imx-tve: fix the error messageFabio Estevam2016-07-121-2/+2
| | * | | | drm/imx: imx-tve: remove unneeded 'or' operationFabio Estevam2016-07-121-1/+1
| | * | | | drm/imx: imx-tve: check the value returned by regulator_set_voltage()Fabio Estevam2016-07-121-1/+3
| | * | | | drm/imx: imx-ldb: check return code on panel attachLucas Stach2016-07-121-2/+6
| | * | | | drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel2016-07-125-8/+23
| | * | | | drm/imx: store internal bus configuration in crtc statePhilipp Zabel2016-07-126-107/+229
| | * | | | drm/imx: remove empty mode_set encoder callbacksPhilipp Zabel2016-07-122-14/+0
| | * | | | drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMICLiu Ying2016-07-121-1/+2
| | * | | | drm/imx: atomic phase 3 step 2: Legacy callback fixupsLiu Ying2016-07-125-82/+27
| | * | | | drm/bridge: dw-hdmi: Remove the legacy drm_connector_funcs structureLiu Ying2016-07-121-19/+3
| | * | | | drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying2016-07-124-308/+114
| | * | | | drm/imx: Remove encoders' ->prepare callbacksLiu Ying2016-07-127-203/+142
| | * | | | drm/imx: atomic phase 2 step 2: Track plane_state->fb correctly in ->page_flipLiu Ying2016-07-121-0/+4
| | * | | | drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying2016-07-127-0/+25
| | * | | | drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying2016-07-125-322/+410
| | * | | | gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying2016-07-123-235/+7
| | * | | | drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying2016-07-121-29/+38
| * | | | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2016-07-155-53/+126
| |\ \ \ \ \
| | * | | | | drm/exynos: iommu: add support for ARM64 specific code for IOMMU glueMarek Szyprowski2016-07-133-7/+57
| | * | | | | drm/exynos: iommu: move ARM specific code to exynos_drm_iommu.hMarek Szyprowski2016-07-132-33/+42
| | * | | | | drm/exynos: iommu: remove unused entries from exynos_drm_private strcutureMarek Szyprowski2016-07-132-9/+2