summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim5-178/+16
2015-06-20drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim1-1/+0
2015-06-20drm/exynos: ipp: validate a GEM handle with multiple planesHyungwon Hwang1-13/+38
2015-06-20drm/exynos: ipp: fix wrong index referencing a config elementHyungwon Hwang1-2/+1
2015-06-20drm/exynos: dsi: check whether dsi is enabled before sending dataHyungwon Hwang1-4/+14
2015-06-20drm/exynos: remove SoC checking codeAndrzej Hajda1-26/+1
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda10-359/+100
2015-06-20drm/exynos: consolidate driver/device initialization codeAndrzej Hajda4-161/+138
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan3-11/+62
2015-06-20drm/exynos: add a dependency on FB_S3C to DECON driverInki Dae1-1/+1
2015-06-20drm/exynos: vidi: remove unused varablesInki Dae1-2/+0
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan6-187/+62
2015-06-20drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan2-19/+0
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan10-61/+40
2015-06-20drm/exynos: add exynos specific .atomic_commit()Gustavo Padovan1-1/+32
2015-06-20drm/exynos: move exynos_drm_crtc_disable()Gustavo Padovan1-18/+18
2015-06-20drm/exynos: don't disable unused functions at initGustavo Padovan1-3/+0
2015-06-20drm/exynos: remove exported functions from exynos_drm_planeGustavo Padovan2-67/+42
2015-06-20drm/exynos: atomic phase 3: convert page flipsGustavo Padovan2-63/+25
2015-06-20drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan2-15/+1
2015-06-20drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan2-2/+5
2015-06-20drm/exynos: atomic phase 2: keep track of framebuffer pointerGustavo Padovan1-0/+3
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan10-0/+39
2015-06-20drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim3-9/+10
2015-06-20drm/exynos: atomic phase 1: add .mode_set_nofb() callbackGustavo Padovan1-56/+7
2015-06-20drm/exynos: atomic phase 1: use drm_plane_helper_disable()Gustavo Padovan1-13/+19
2015-06-20drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan3-26/+47
2015-06-20drm/exynos: fix source data argument for planeJoonyoung Shim1-3/+4
2015-06-18Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-nextDave Airlie4-21/+38
2015-06-18Merge tag 'drm/panel/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie7-44/+78
2015-06-18Merge tag 'drm/tegra/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie3-40/+36
2015-06-18Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie5-22/+45
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter1-3/+3
2015-06-16drm: rcar-du: Use the drm atomic state duplication helpers for planesLaurent Pinchart1-5/+5
2015-06-16drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart1-3/+9
2015-06-16drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart1-5/+5
2015-06-16drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart1-2/+5
2015-06-16drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart4-6/+7
2015-06-16drm: rcar-du: Disable all planes when stopping the CRTCLaurent Pinchart1-0/+13
2015-06-16drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart1-1/+1
2015-06-16virtio-gpu: add locking for vbuf poolDave Airlie2-0/+8
2015-06-16drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie3-1/+6
2015-06-16Add virtio-vga bits.Gerd Hoffmann1-20/+24
2015-06-16drm/radeon: remove obsolete kfd_bo from radeon_deviceOded Gabbay1-1/+0
2015-06-16Merge tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie13-870/+661
2015-06-12drm: omapdrm: new vblank and event handlingTomi Valkeinen3-76/+70
2015-06-12drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen1-21/+14
2015-06-12drm: omapdrm: add lock for fb pinningTomi Valkeinen1-1/+18
2015-06-12drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen1-1/+3
2015-06-12drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen1-27/+17