summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: add error messages if clks failed to get enabledGustavo Padovan2015-06-203-11/+62
* drm/exynos: add a dependency on FB_S3C to DECON driverInki Dae2015-06-201-1/+1
* drm/exynos: vidi: remove unused varablesInki Dae2015-06-201-2/+0
* drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan2015-06-206-187/+62
* drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan2015-06-202-19/+0
* drm/exynos: atomic dpms supportGustavo Padovan2015-06-2010-61/+40
* drm/exynos: add exynos specific .atomic_commit()Gustavo Padovan2015-06-201-1/+32
* drm/exynos: move exynos_drm_crtc_disable()Gustavo Padovan2015-06-201-18/+18
* drm/exynos: don't disable unused functions at initGustavo Padovan2015-06-201-3/+0
* drm/exynos: remove exported functions from exynos_drm_planeGustavo Padovan2015-06-202-67/+42
* drm/exynos: atomic phase 3: convert page flipsGustavo Padovan2015-06-202-63/+25
* drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan2015-06-202-15/+1
* drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan2015-06-202-2/+5
* drm/exynos: atomic phase 2: keep track of framebuffer pointerGustavo Padovan2015-06-201-0/+3
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-2010-0/+39
* drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim2015-06-203-9/+10
* drm/exynos: atomic phase 1: add .mode_set_nofb() callbackGustavo Padovan2015-06-201-56/+7
* drm/exynos: atomic phase 1: use drm_plane_helper_disable()Gustavo Padovan2015-06-201-13/+19
* drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan2015-06-203-26/+47
* drm/exynos: fix source data argument for planeJoonyoung Shim2015-06-201-3/+4
* 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-187-44/+78
|\ \
| * | 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-121-0/+26
| * | 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-052-3/+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-221-0/+27
| * | 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
OpenPOWER on IntegriCloud