Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6d62ef3ac30be756244b458fa5bd8befb35a48d4
/
drivers
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
8344622
[media] media: ti-vpe: add dependency of HAS_DMA
by Sudip Mukherjee
· 9 years ago
9322fe0
[media] timblogiw: move to staging in preparation for removal
by Hans Verkuil
· 9 years ago
b339a72
[media] adv7511: TX_EDID_PRESENT is still 1 after a disconnect
by Hans Verkuil
· 9 years ago
76880b4
[media] usb/cpia2_core: clean up a min_t() cast
by Dan Carpenter
· 9 years ago
bb07df8
[media] pvrusb2: correctly handling failed thread run
by Insu Yun
· 9 years ago
c574b75
[media] v4l2-async: Don't fail if registered_async isn't implemented
by Javier Martinez Canillas
· 9 years ago
d2eaa59
Merge branch 'drm-rockchip-next-2016-02-18' of https://github.com/markyzq/kernel-drm-rockchip into drm-next
by Dave Airlie
· 9 years ago
9864fd7
Merge tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux into drm-next
by Dave Airlie
· 9 years ago
5263925
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
08244c0
Merge tag 'topic/drm-misc-2016-02-18' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
412d4ae
drm/rockchip: hdmi: add Innosilicon HDMI support
by Yakir Yang
· 9 years ago
390be28
drm/amdgpu: Don't call interval_tree_remove in amdgpu_mn_destroy
by Felix Kuehling
· 9 years ago
b8ea378
drm/amdgpu: Fix race condition in amdgpu_mn_unregister
by Felix Kuehling
· 9 years ago
a6ddd2f1
drm/udl: Use module_usb_driver
by Amitoj Kaur Chawla
· 9 years ago
b06b31d
Merge branch 'topic/mode_fixup-optional' into topic/drm-misc
by Daniel Vetter
· 9 years ago
418aa0c
drm/amdgpu: cleanup gem init/finit
by Christian König
· 9 years ago
7ea2356
drm/amdgpu: rework GEM info printing
by Christian König
· 9 years ago
ebb36d1
drm/amdgpu: print the GPU offset as well in gem_info
by Christian König
· 9 years ago
b22e3ce
drm/amdgpu: optionally print the pin count in gem_info as well
by Christian König
· 9 years ago
de05490
drm/amdgpu: print the BO size only once in amdgpu_gem_info
by Christian König
· 9 years ago
3e4ae1d
drm/amdgpu: print pid as integer
by Christian König
· 9 years ago
87d58c1
drm/amdgpu: remove page flip work queue v3
by Christian König
· 9 years ago
c3874b7
drm/amdgpu: stop blocking for page filp fences
by Christian König
· 9 years ago
6800e2e
drm/amdgpu: stop calling amdgpu_gpu_reset from the flip code
by Christian König
· 9 years ago
9b38966
drm/amdgpu: remove fence reset detection leftovers
by Christian König
· 9 years ago
fa5b500
drm/amdgpu: Fix race condition in MMU notifier release
by Felix Kuehling
· 9 years ago
fc04023
drm/vc4: Add support for YUV planes.
by Eric Anholt
· 9 years ago
fe4cd84
drm/vc4: Add support a few more RGB display plane formats.
by Eric Anholt
· 9 years ago
21af94c
drm/vc4: Add support for scaling of display planes.
by Eric Anholt
· 9 years ago
f863e35
drm/vc4: Fix which value is being used for source image size.
by Eric Anholt
· 9 years ago
fc2d6f1
drm/vc4: Add more display planes to each CRTC.
by Eric Anholt
· 9 years ago
d8dbf44
drm/vc4: Make the CRTCs cooperate on allocating display lists.
by Eric Anholt
· 9 years ago
6674a90
drm/vc4: Add a proper short-circut path for legacy cursor updates.
by Eric Anholt
· 9 years ago
5c67999
drm/vc4: Move the plane clipping/scaling setup to a separate function.
by Eric Anholt
· 9 years ago
17eac75
drm/vc4: Add missing __iomem annotation to hw_dlist.
by Eric Anholt
· 9 years ago
f427fb1
drm/vc4: Improve comments on vc4_plane_state members.
by Eric Anholt
· 9 years ago
49f718c
drm: fixes crct set_mode when crtc mode_fixup is null.
by Carlos Palminha
· 9 years ago
cc92da5
drm/tilcdc: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
54eeccc
drm/sti: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
bb83804
drm/rockchip: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
4a71396
drm/qxl: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
1d20642
drm/mgag200: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
e7708f3
drm/msm/mdp: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
8cd09a4
drm/imx: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
b3c9b8a
drm/gma500: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
d8ce56a
drm/radeon: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
712f801
drm/cirrus: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
168c7cf
drm/bochs: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
Next »