aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_bru.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart1-460/+0
2017-07-29v4l: vsp1: Add support for the BRS entityLaurent Pinchart1-15/+30
2017-04-10[media] v4l: vsp1: Fix multi-line comment styleLaurent Pinchart1-9/+18
2016-09-19[media] vsp1: fix CodingStyle violations on multi-line commentsMauro Carvalho Chehab1-1/+2
2016-09-19[media] v4l: vsp1: Pass parameter type to entity configuration operationLaurent Pinchart1-2/+3
2016-09-19[media] v4l: vsp1: Protect against race conditions between get and set formatLaurent Pinchart1-6/+22
2016-06-28[media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart1-1/+4
2016-06-28[media] v4l: vsp1: Set entities functionsLaurent Pinchart1-1/+2
2016-06-28[media] v4l: vsp1: Constify operation structuresLaurent Pinchart1-2/+2
2016-04-13[media] v4l: vsp1: Factorize media bus codes enumeration codeLaurent Pinchart1-24/+2
2016-04-13[media] v4l: vsp1: Factorize get pad format codeLaurent Pinchart1-18/+1
2016-04-13[media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart1-0/+1
2016-04-13[media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart1-2/+3
2016-04-13[media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart1-10/+12
2016-04-13[media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart1-120/+111
2016-04-13[media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart1-13/+11
2016-04-13[media] v4l: vsp1: Store active formats in a pad config structureLaurent Pinchart1-20/+39
2016-04-13[media] v4l: vsp1: Implement and use the subdev pad::init_cfg configurationLaurent Pinchart1-0/+1
2016-04-13[media] v4l: vsp1: Fix BRU try compose rectangle storageLaurent Pinchart1-1/+2
2016-04-13[media] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()Laurent Pinchart1-16/+2
2016-04-13[media] v4l: vsp1: Fix 80 characters per line violationsLaurent Pinchart1-4/+8
2016-04-13[media] v4l: vsp1: Remove unneeded entity streaming flagLaurent Pinchart1-2/+0
2016-04-13[media] v4l: vsp1: Don't setup control handler when starting streamingLaurent Pinchart1-4/+1
2016-04-13[media] v4l: vsp1: bru: Don't program background color in control set handlerLaurent Pinchart1-6/+9
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito1-1/+1
2016-02-19[media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Make number of BRU inputs configurableLaurent Pinchart1-9/+10
2016-02-19[media] v4l: vsp1: Remove unused module read functionsLaurent Pinchart1-5/+0
2016-02-19[media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart1-0/+1
2016-02-19[media] v4l: vsp1: Store the memory format in struct vsp1_rwpfLaurent Pinchart1-2/+2
2015-03-23[media] v4l2-subdev: support new 'which' field in enum_mbus_codeHans Verkuil1-1/+3
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil1-20/+20
2015-01-27[media] v4l: vsp1: bru: Fix minimum input pixel sizeTakanari Hayama1-1/+1
2014-11-14[media] platform: Make use of media_bus_format enumBoris BREZILLON1-7/+7
2014-07-17[media] v4l: vsp1: bru: Make the background color configurableLaurent Pinchart1-5/+46
2014-07-17[media] v4l: vsp1: bru: Support non-premultiplied colors at the BRU outputLaurent Pinchart1-2/+9
2014-07-17[media] v4l: vsp1: bru: Support premultiplied alpha at the BRU inputsLaurent Pinchart1-9/+18
2014-04-23[media] v4l: vsp1: Add BRU supportLaurent Pinchart1-0/+395