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