Linux Kernel 4.7 was released this week with a total of 36 contributions from five Collabora engineers. It includes the first contributions from Helen as Collaboran and the first ever contributions on the kernel from Robert Foss. Here are some of the highlights of the work Collabora have done on Linux Kernel 4.7.
Enric added support for the Analogix anx78xx DRM Bridge and fixed two SD Card related issues on OMAP igep00x0: fix remove/insert detection and enable support to read the write-protect pin.
Gustavo de-staged the sync_file framework (Android Sync framework) that will be used to add explicit fencing support to the graphics pipeline and started a work to clean up usage of legacy vblank helpers.
Helen Koike created a separated module for the V4L2 Test Pattern Generator and fixed return errors on the pipeline validation code while Robert Foss improved the DRM documentation and fixed drm/vc4 (Raspberry Pi) when there is already a pending update when calling atomic_commit.
Tomeu fixed two Rockchip issues while working on the intel-gpu-tools support for other platforms.
Enric Balletbo i Serra (6):
- drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register
- of: Add vendor prefix for Analogix Semiconductor
- devicetree: Add ANX7814 SlimPort transmitter binding
- drm/bridge: Add Analogix anx78xx support
- ARM: dts: igep00x0: Add SD card-detect.
- ARM: dts: igep0020: Add SD card write-protect pin.
Gustavo Padovan (22):
- drm/i915: use drm_crtc_send_vblank_event()
- kernel.h: add u64_to_user_ptr()
- staging/android: refactor SYNC IOCTLs
- staging/android: remove redundant comments on sync_merge_data
- staging/android: drop sync_file_install() and sync_file_put()
- staging/android: move sync_file functions comments to sync.c
- staging/android: make sync_file_merge() static
- staging/android: make sync_file_fdget() static
- staging/android: remove name arg from sync_file_create()
- staging/android: prepare sync_file for de-staging
- staging/android: improve documentation for sync_file
- staging/android: style fix: alignment to match the open parenthesis
- dma-buf/sync_file: de-stage sync_file headers
- dma-buf/sync_file: de-stage sync_file
- Documentation: include sync_file into DocBook
- Documentation: add Sync File doc
- drm/amdgpu: use drm_crtc_send_vblank_event()
- drm/radeon: use drm_crtc_send_vblank_event()
- drm/msm: use drm_crtc_send_vblank_event()
- drm/rcar-du: use drm_crtc_send_vblank_event()
- drm/shmobile: use drm_crtc_send_vblank_event()
- drm/tilcdc: use drm_crtc_send_vblank_event()
Helen Koike (3):
- [media] tpg: Export the tpg code from vivid as a module
- [media] media: change pipeline validation return error
- [media] DocBook: update error code in videoc-streamon
Robert Foss (3):
- include/drm: Reword debug categories comment.
- drm/docs: Move “scaling mode” property.
- drm/vc4: Return -EBUSY if there’s already a pending flip event.
Tomeu Vizoso (2):
Comments (0)
Add a Comment