Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9b8d1e53f6da63920ba569405b8d57ddbb42a988
9b8d1e5
drm/atomic: Clean up update_connector_routing.
by Maarten Lankhorst
· 9 years ago
ec5aaa5
drm/atomic: Clean up steal_encoder, v2.
by Maarten Lankhorst
· 9 years ago
8248b65
drm/atomic: Handle encoder assignment conflicts in a separate check, v3.
by Maarten Lankhorst
· 9 years ago
40616a2
drm/atomic: Handle encoder stealing from set_config better.
by Maarten Lankhorst
· 9 years ago
ff19b78
drm/atomic: Always call steal_encoder, v2.
by Maarten Lankhorst
· 9 years ago
b282e96
drm/ast: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
7e1f9e8
drm/bochs: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
de3aa0a
drm/fsl-dcu: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
f40f917
drm/virtio: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
c57d860
drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
074b962
drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
8a2fa38
drm/sti: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
4676be1
drm/shmobile: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
b205b8e
drm/msm/mdp: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
4091e54
drm/omapdrm: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
1ed3b57
drm/rcar-du: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
afe7ef9
drm/gma: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
1323963
drm/udl: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
2a1dc26
drm/mgag200: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
3382553
drm/cirrus: removed optional dummy crtc mode_fixup function.
by Carlos Palminha
· 9 years ago
9459545
drm/atomic: Pass connector and state to update_connector_routing.
by Maarten Lankhorst
· 9 years ago
6ab520a
drm/atomic: Clean up update_output_state.
by Maarten Lankhorst
· 9 years ago
3270979
drm/crtc: Use drm_mode_object_put() in __drm_framebuffer_unregister()
by Liu Ying
· 9 years ago
44ab404
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next
by Dave Airlie
· 9 years ago
f76b987
drm/fsl-dcu: fix register initialization
by Stefan Agner
· 9 years ago
4bc390c
drm/fsl-dcu: use mode flags for hsync/vsync polarity
by Stefan Agner
· 9 years ago
6985581
drm/fsl-dcu: fix alpha blending
by Stefan Agner
· 9 years ago
638c93f
drm/fsl-dcu: mask all interrupts on initialization
by Stefan Agner
· 9 years ago
7566e24
drm/fsl-dcu: handle initialization errors properly
by Stefan Agner
· 9 years ago
72cc05a
drm/fsl-dcu: avoid memory leak on errors
by Stefan Agner
· 9 years ago
e291d29
drm/fsl-dcu: remove regmap return value checks
by Stefan Agner
· 9 years ago
efb8b49
drm/fsl-dcu: specify volatile registers
by Stefan Agner
· 9 years ago
a36c986
drm: fsl-dcu: Fix no fb check bug
by Meng Yi
· 9 years ago
bc66757
MAINTAINERS: update for Freescale DCU DRM driver
by Stefan Agner
· 9 years ago
0041ee4
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
by Dave Airlie
· 9 years ago
7863ac5
drm: rcar-du: Add tri-planar memory formats support
by Laurent Pinchart
· 9 years ago
fee8abc
drm: rcar-du: Add probe deferral debug messages
by Laurent Pinchart
· 9 years ago
6bc2e15
drm: rcar-du: lvds: Add R-Car Gen3 support
by Koji Matsuoka
· 9 years ago
82e7c5e
drm: rcar-du: lvds: Rename PLLEN bit to PLLON
by Laurent Pinchart
· 9 years ago
5e1ac3b
drm: rcar-du: lvds: Fix PLL frequency-related configuration
by Laurent Pinchart
· 9 years ago
d9829a3
drm: rcar-du: lvds: Avoid duplication of clock clamp code
by Laurent Pinchart
· 9 years ago
2427b30
drm: rcar-du: Add R8A7795 device support
by Laurent Pinchart
· 9 years ago
a5e18b2
drm: rcar-du: Output the DISP signal on the ODDF pin
by Laurent Pinchart
· 9 years ago
d792bc7
drm: rcar-du: Output the DISP signal on the DISP pin
by Laurent Pinchart
· 9 years ago
6a8c49f
drm: rcar-du: Support up to 4 CRTCs
by Koji Matsuoka
· 9 years ago
dadab32
drm: rcar-du: Drop LVDS double dependency on OF
by Laurent Pinchart
· 9 years ago
7372e89
drm: rcar-du: Enable compilation on ARM64
by Koji Matsuoka
· 9 years ago
07ece19
drm: rcar-du: Fix compile warning on 64-bit platforms
by Koji Matsuoka
· 9 years ago
6d62ef3
drm: rcar-du: Expose the VSP1 compositor through KMS planes
by Laurent Pinchart
· 9 years ago
ab334e1
drm: rcar-du: Move plane allocator to rcar_du_plane.c
by Laurent Pinchart
· 9 years ago
2af0394
drm: rcar-du: Restart the DU group when a plane source changes
by Laurent Pinchart
· 11 years ago
34a04f2
drm: rcar-du: Add VSP1 compositor support
by Laurent Pinchart
· 11 years ago
af8ad96
drm: rcar-du: Add VSP1 support to the planes allocator
by Laurent Pinchart
· 11 years ago
2f13c52
drm: rcar-du: Refactor plane setup
by Laurent Pinchart
· 9 years ago
ff96736
drm: rcar-du: Compute plane DDCR4 register value directly
by Laurent Pinchart
· 9 years ago
1b0fd0e
drm: rcar-du: Don't update planes on disabled CRTCs
by Laurent Pinchart
· 9 years ago
6ea22ab
drm: rcar-du: Remove local CRTC enabled state
by Laurent Pinchart
· 9 years ago
c1d4b38
drm: rcar-du: Perform initialization/cleanup at probe/remove time
by Laurent Pinchart
· 9 years ago
4c44005
Merge remote-tracking branch 'linuxtv/vsp1' into HEAD
by Laurent Pinchart
· 9 years ago
1892293
[media] vsp1_drm.h: add missing prototypes
by Mauro Carvalho Chehab
· 9 years ago
5aa2eb3
[media] v4l: vsp1: Configure device based on IP version
by Laurent Pinchart
· 9 years ago
1517b03
[media] v4l: vsp1: Add display list support
by Takashi Saito
· 9 years ago
7f2d50f
[media] v4l: vsp1: Add support for the R-Car Gen3 VSP2
by Laurent Pinchart
· 9 years ago
7b4badd
[media] v4l: vsp1: Implement atomic update for the DRM driver
by Laurent Pinchart
· 9 years ago
3afb193
[media] v4l: vsp1: Disconnect unused RPFs from the DRM pipeline
by Laurent Pinchart
· 9 years ago
f3af957
[media] v4l: vsp1: Add VSP+DU support
by Laurent Pinchart
· 9 years ago
babca00
[media] v4l: vsp1: Don't validate links when the userspace API is disabled
by Laurent Pinchart
· 9 years ago
3dbb610
[media] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlers
by Laurent Pinchart
· 9 years ago
96bfa6a
[media] v4l: vsp1: Make pipeline inputs array index by RPF index
by Laurent Pinchart
· 9 years ago
f2ed459
[media] v4l: vsp1: Make the userspace API optional
by Laurent Pinchart
· 9 years ago
c618b18
[media] v4l: vsp1: Move format info to vsp1_pipe.c
by Laurent Pinchart
· 9 years ago
f74be41
[media] v4l: vsp1: Make the BRU optional
by Laurent Pinchart
· 9 years ago
a96c5fa
[media] v4l: vsp1: Make number of BRU inputs configurable
by Laurent Pinchart
· 9 years ago
665b693
[media] v4l: vsp1: Move entity route setup function to vsp1_entity.c
by Laurent Pinchart
· 9 years ago
dc3bddd
[media] v4l: vsp1: Remove unused module read functions
by Laurent Pinchart
· 9 years ago
f6acfcd
[media] v4l: vsp1: Set the SRU CTRL0 register when starting the stream
by Laurent Pinchart
· 9 years ago
5dc1e5f
[media] v4l: vsp1: Fix typo in VI6_DISP_IRQ_STA_DST register bit name
by Laurent Pinchart
· 9 years ago
ba3a5c6
[media] v4l: vsp1: Document the vsp1_pipeline structure
by Laurent Pinchart
· 9 years ago
a07dcc5
[media] v4l: vsp1: Extract link creation to separate function
by Laurent Pinchart
· 9 years ago
f8562f2
[media] v4l: vsp1: Reuse local variable instead of recomputing it
by Laurent Pinchart
· 9 years ago
f294c2f
[media] v4l: vsp1: Extract pipeline initialization code into a function
by Laurent Pinchart
· 9 years ago
945f127
[media] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefix
by Laurent Pinchart
· 9 years ago
dba4a18
[media] v4l: vsp1: Split pipeline management code from vsp1_video.c
by Laurent Pinchart
· 9 years ago
3f725b7
[media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_video
by Laurent Pinchart
· 9 years ago
2f2db2f
[media] v4l: vsp1: Remove struct vsp1_pipeline num_video field
by Laurent Pinchart
· 9 years ago
faf2644
[media] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpf
by Laurent Pinchart
· 9 years ago
62a4090
[media] v4l: vsp1: Support VSP1 instances without any UDS
by Laurent Pinchart
· 9 years ago
b58faa9
[media] v4l: vsp1: Make rwpf operations independent of video device
by Laurent Pinchart
· 9 years ago
9d40637
[media] v4l: vsp1: Move video device out of struct vsp1_rwpf
by Laurent Pinchart
· 9 years ago
f7ebf3c
[media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_buffer
by Laurent Pinchart
· 9 years ago
b6af10c
[media] v4l: vsp1: Move video operations to vsp1_rwpf
by Laurent Pinchart
· 9 years ago
86960ee
[media] v4l: vsp1: Store the memory format in struct vsp1_rwpf
by Laurent Pinchart
· 9 years ago
8b4a056
[media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_video
by Laurent Pinchart
· 9 years ago
1ad3dfe
[media] v4l: vsp1: Group all link creation code in a single file
by Laurent Pinchart
· 9 years ago
b915bd2
[media] v4l: vsp1: Add tri-planar memory formats support
by Laurent Pinchart
· 9 years ago
d65fae9
[media] v4l: Add YUV 4:2:2 and YUV 4:4:4 tri-planar non-contiguous formats
by Laurent Pinchart
· 9 years ago
9662111
[media] media: ti-vpe: cal: Fix syntax check warnings
by Benoit Parrot
· 9 years ago
5a33287
[media] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME
by Wu-Cheng Li
· 9 years ago
cedc121
[media] v4l: add V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME
by Wu-Cheng Li
· 9 years ago
3e71da1
[media] saa7134: Fix bytesperline not being set correctly for planar formats
by Hans de Goede
· 9 years ago
Next »