Hi Mauro, The following changes since commit 1d338b86e17d87215cf57b1ad1d13b2afe582d33: media: v4l2-compat-ioctl32: better document the code (2018-04-20 08:24:13 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git v4l2/vsp1/bru-brs for you to fetch changes up to 5c0a8b4dfadee010a68b88d82b28f09f373faf86: v4l: vsp1: Rename BRU to BRx (2018-04-22 14:11:06 +0300) ---------------------------------------------------------------- Laurent Pinchart (15): v4l: vsp1: Don't start/stop media pipeline for DRM v4l: vsp1: Remove unused field from vsp1_drm_pipeline structure v4l: vsp1: Store pipeline pointer in vsp1_entity v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipeline v4l: vsp1: Share duplicated DRM pipeline configuration code v4l: vsp1: Move DRM atomic commit pipeline setup to separate function v4l: vsp1: Setup BRU at atomic commit time v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lif v4l: vsp1: Move DRM pipeline output setup code to a function v4l: vsp1: Turn frame end completion status into a bitfield v4l: vsp1: Add per-display list internal completion notification support v4l: vsp1: Generalize detection of entity removal from DRM pipeline v4l: vsp1: Assign BRU and BRS to pipelines dynamically v4l: vsp1: Add BRx dynamic assignment debugging messages v4l: vsp1: Rename BRU to BRx drivers/media/platform/vsp1/Makefile | 2 +- drivers/media/platform/vsp1/vsp1.h | 6 +- drivers/media/platform/vsp1/{vsp1_bru.c => vsp1_brx.c} | 202 +++--- drivers/media/platform/vsp1/{vsp1_bru.h => vsp1_brx.h} | 18 +- drivers/media/platform/vsp1/vsp1_dl.c | 45 +- drivers/media/platform/vsp1/vsp1_dl.h | 7 +- drivers/media/platform/vsp1/vsp1_drm.c | 828 +++++++++------ drivers/media/platform/vsp1/vsp1_drm.h | 16 +- drivers/media/platform/vsp1/vsp1_drv.c | 8 +- drivers/media/platform/vsp1/vsp1_entity.h | 2 + drivers/media/platform/vsp1/vsp1_histo.c | 2 +- drivers/media/platform/vsp1/vsp1_histo.h | 3 - drivers/media/platform/vsp1/vsp1_pipe.c | 53 +- drivers/media/platform/vsp1/vsp1_pipe.h | 6 +- drivers/media/platform/vsp1/vsp1_rpf.c | 12 +- drivers/media/platform/vsp1/vsp1_rwpf.h | 4 +- drivers/media/platform/vsp1/vsp1_video.c | 39 +- drivers/media/platform/vsp1/vsp1_wpf.c | 8 +- 18 files changed, 718 insertions(+), 543 deletions(-) rename drivers/media/platform/vsp1/{vsp1_bru.c => vsp1_brx.c} (63%) rename drivers/media/platform/vsp1/{vsp1_bru.h => vsp1_brx.h} (66%) -- Regards, Laurent Pinchart