Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1e5507cecbf3fdb2bd7914b8ebc396ad23f3da67
1e5507c
drm/exynos: add a dependency on FB_S3C to DECON driver
by Inki Dae
· 9 years ago
7491e5b
drm/exynos: vidi: remove unused varables
by Inki Dae
· 9 years ago
3cecda0
drm/exynos: split exynos_crtc->dpms in enable() and disable()
by Gustavo Padovan
· 9 years ago
c4d96f1
drm/exynos: remove unnecessary calls to disable_plane()
by Gustavo Padovan
· 9 years ago
63498e3
drm/exynos: atomic dpms support
by Gustavo Padovan
· 9 years ago
d6562a2
drm/exynos: add exynos specific .atomic_commit()
by Gustavo Padovan
· 9 years ago
3fc4867
drm/exynos: move exynos_drm_crtc_disable()
by Gustavo Padovan
· 9 years ago
bbcf7bd
drm/exynos: don't disable unused functions at init
by Gustavo Padovan
· 9 years ago
d5f5223
drm/exynos: remove exported functions from exynos_drm_plane
by Gustavo Padovan
· 9 years ago
9d5ab6a
drm/exynos: atomic phase 3: convert page flips
by Gustavo Padovan
· 9 years ago
47a7def
drm/exynos: atomic phase 3: use atomic .set_config helper
by Gustavo Padovan
· 9 years ago
910874a
drm/exynos: atomic phase 3: atomic updates of planes
by Gustavo Padovan
· 9 years ago
7cf1ff25
drm/exynos: atomic phase 2: keep track of framebuffer pointer
by Gustavo Padovan
· 9 years ago
4ea9526
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
by Gustavo Padovan
· 9 years ago
020e79d
drm/exynos: use adjusted_mode of crtc_state instead of mode
by Joonyoung Shim
· 9 years ago
199329c
drm/exynos: atomic phase 1: add .mode_set_nofb() callback
by Gustavo Padovan
· 9 years ago
b744868
drm/exynos: atomic phase 1: use drm_plane_helper_disable()
by Gustavo Padovan
· 9 years ago
43dbdad
drm/exynos: atomic phase 1: use drm_plane_helper_update()
by Gustavo Padovan
· 9 years ago
afaf848
drm/exynos: fix source data argument for plane
by Joonyoung Shim
· 9 years ago
0dc499a
Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-next
by Dave Airlie
· 9 years ago
2aeab68
Merge tag 'drm/panel/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 9 years ago
c861acc
Merge tag 'drm/tegra/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 9 years ago
a21be4e
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
by Dave Airlie
· 9 years ago
c90a95b
Merge tag 'drm-amdkfd-next-fixes-2015-06-16' of git://people.freedesktop.org/~gabbayo/linux into drm-next
by Dave Airlie
· 9 years ago
7861c7a
drm/amdkfd: fix some range checks in address watch ioctl
by Dan Carpenter
· 9 years ago
263b39f
drm: rcar-du: Use the drm atomic state duplication helpers for planes
by Laurent Pinchart
· 9 years ago
39a3d57
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
by Laurent Pinchart
· 9 years ago
898a2f3
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
by Laurent Pinchart
· 9 years ago
64549cd
drm: rcar-du: Clarify error message when encoder initialization fails
by Laurent Pinchart
· 9 years ago
d6aed57
drm: rcar-du: Fix crash with groups that have less than 9 planes
by Laurent Pinchart
· 9 years ago
911316f
drm: rcar-du: Disable all planes when stopping the CRTC
by Laurent Pinchart
· 10 years ago
6e0c6e1
drm: rcar-du: Print the error value when DRM/KMS init fails
by Laurent Pinchart
· 10 years ago
d5084f1
virtio-gpu: add locking for vbuf pool
by Dave Airlie
· 9 years ago
441012a
drm/virtgpu: initialise fbdev after getting initial display info
by Dave Airlie
· 9 years ago
50cb941
Add virtio-vga bits.
by Gerd Hoffmann
· 10 years ago
6876f98
drm/radeon: remove obsolete kfd_bo from radeon_device
by Oded Gabbay
· 9 years ago
284b288
Merge tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
by Dave Airlie
· 9 years ago
5f741b3
drm: omapdrm: new vblank and event handling
by Tomi Valkeinen
· 9 years ago
6646dfd
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
by Tomi Valkeinen
· 9 years ago
f524ab7
drm: omapdrm: add lock for fb pinning
by Tomi Valkeinen
· 9 years ago
794a65f
drm: omapdrm: if omap_plane_atomic_update fails, disable plane
by Tomi Valkeinen
· 9 years ago
11ffd03
drm: omapdrm: inline omap_plane_setup into update/disable
by Tomi Valkeinen
· 9 years ago
d9157df
drm: omapdrm: omap_plane_setup() cannot fail, use WARN
by Tomi Valkeinen
· 9 years ago
0dce4d7
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
by Laurent Pinchart
· 9 years ago
af6da31
drm: omapdrm: Don't flush CRTC when enabling or disabling it
by Laurent Pinchart
· 9 years ago
4029755
drm: omapdrm: Move encoder setup to encoder operations
by Laurent Pinchart
· 9 years ago
69fb7c8
drm: omapdrm: Simplify DSS power management
by Laurent Pinchart
· 9 years ago
fd93a25
drm: omapdrm: Remove nested PM get/sync when configuring encoders
by Laurent Pinchart
· 9 years ago
1cfe19a
drm: omapdrm: Support unlinking page flip events prematurely
by Laurent Pinchart
· 10 years ago
55613ac
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
by Laurent Pinchart
· 10 years ago
0193f0c
drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
by Laurent Pinchart
· 10 years ago
bec10a2
drm: omapdrm: Make the omap_crtc_flush function static
by Laurent Pinchart
· 10 years ago
edc7255
drm: omapdrm: Remove omap_plane enabled field
by Laurent Pinchart
· 10 years ago
6cca481
drm: omapdrm: Remove omap_crtc enabled field
by Laurent Pinchart
· 10 years ago
dee8260
drm: omapdrm: Move crtc info out of the crtc structure
by Laurent Pinchart
· 10 years ago
fb730c9
drm: omapdrm: Move plane info and win out of the plane structure
by Laurent Pinchart
· 10 years ago
afc3493
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
by Laurent Pinchart
· 10 years ago
9d29c1f2
drm: omapdrm: Drop manual framebuffer pin handling
by Laurent Pinchart
· 10 years ago
fa16d26
drm: omapdrm: Switch page flip to atomic helpers
by Laurent Pinchart
· 10 years ago
748471a5
drm: omapdrm: Implement asynchronous commit support
by Laurent Pinchart
· 10 years ago
d97db13
drm: omapdrm: Replace encoder mode_fixup with atomic_check
by Laurent Pinchart
· 10 years ago
aea3cab
drm: omapdrm: Switch connector DPMS to atomic helpers
by Laurent Pinchart
· 10 years ago
9416c9d
drm: omapdrm: Switch mode config to atomic helpers
by Laurent Pinchart
· 10 years ago
cef77d4
drm: omapdrm: Switch plane update to atomic helpers
by Laurent Pinchart
· 10 years ago
f7a73b6
drm: omapdrm: Handle primary plane config through atomic plane ops
by Laurent Pinchart
· 10 years ago
de8e410
drm: omapdrm: Implement planes atomic operations
by Laurent Pinchart
· 10 years ago
69a1226
drm: omapdrm: Wire up atomic state object scaffolding
by Laurent Pinchart
· 10 years ago
68dc039
drm: omapdrm: Implement encoder .disable() and .enable() operations
by Laurent Pinchart
· 10 years ago
f1d57fb
drm: omapdrm: Rework CRTC enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
4343f0f
drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix
by Laurent Pinchart
· 10 years ago
2d278f5
drm: omapdrm: Clean up #include's
by Laurent Pinchart
· 10 years ago
0c19ac9
drm: omapdrm: Fix page flip race with CRTC disable
by Laurent Pinchart
· 10 years ago
c397cfd
drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC
by Laurent Pinchart
· 10 years ago
15d02e9
drm: omapdrm: Rework page flip handling
by Laurent Pinchart
· 10 years ago
1d5e5ea
drm: omapdrm: Cancel pending page flips when closing device
by Laurent Pinchart
· 10 years ago
f13ab00
drm: omapdrm: Simplify IRQ registration
by Laurent Pinchart
· 10 years ago
42fb61c
drm: omapdrm: Rename omap_crtc page flip-related fields
by Laurent Pinchart
· 10 years ago
077db4d
drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flip
by Laurent Pinchart
· 10 years ago
a42133a
drm: omapdrm: Apply settings synchronously
by Laurent Pinchart
· 10 years ago
e2cd09b
drm: omapdrm: Store the rotation property in dev->mode_config
by Laurent Pinchart
· 10 years ago
4946b04
drm/panel: simple: Add bus format for HannStar HSD100PXN1
by Philipp Zabel
· 10 years ago
c0d607e
drm/panel: simple: Add display timing for HannStar HSD100PXN1
by Eric Nelson
· 10 years ago
8a8005e
drm/tegra: dpaux: Registers are 32-bit
by Thierry Reding
· 9 years ago
fd73caa
drm/tegra: gem: Flush pages after allocation
by Thierry Reding
· 10 years ago
4553f73
drm/tegra: gem: Take into account IOMMU aperture
by Thierry Reding
· 10 years ago
3c1dae0
drm/tegra: dpaux: Fix transfers larger than 4 bytes
by Thierry Reding
· 9 years ago
b9a1077
Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next
by Dave Airlie
· 9 years ago
5c70c46
Merge tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
933ea18
Merge tag 'drm-amdkfd-next-fixes-2015-06-10' of git://people.freedesktop.org/~gabbayo/linux into drm-next
by Dave Airlie
· 9 years ago
7207d55
Merge branch '2015-06-08-st-drm-next' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next
by Dave Airlie
· 9 years ago
1a370be
drm/msm: restart queued submits after hang
by Rob Clark
· 9 years ago
56c2da8
drm/msm: fix timeout calculation
by Rob Clark
· 10 years ago
865807d
drm/msm/hdmi: Use pinctrl in HDMI driver
by Stephane Viau
· 9 years ago
5e4eb82
drm/msm/hdmi: Point to the right struct device
by Stephane Viau
· 9 years ago
fbd4ae8
drm/msm/mdp: Add support for more 32-bit RGB formats
by Stephane Viau
· 9 years ago
7f8fc88
drm/msm: use __s32, __s64, __u32 and __u64 from linux/types.h for uabi
by Mikko Rapeli
· 9 years ago
f65c18c
drm/msm/atomic: Clean up planes in the error paths of .atomic_commit()
by Laurent Pinchart
· 9 years ago
1efb92a
drm/msm/mdp5: Always generate active-high sync signals for DSI
by Hai Li
· 9 years ago
964a075
drm/msm: dsi: fix compile errors when CONFIG_GPIOLIB=n
by Brian Norris
· 10 years ago
9590e69
drm/msm: use devm_gpiod_get_optional for optional reset gpio
by Uwe Kleine-König
· 10 years ago
Next »