summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)AuthorLines
2022-03-14media: platform: place Renesas drivers on a separate dirMauro Carvalho Chehab-12460/+0
2022-02-17media: vsp1: mask interrupts before enablingNikita Yushchenko-8/+29
2022-01-28media: vsp1: Use platform_get_irq() to get the interruptLad Prabhakar-8/+6
2021-10-08media: vsp1: Add support for the V3U VSPDKieran Bingham-0/+13
2021-10-08media: vsp1: Simplify DRM UIF handlingKieran Bingham-2/+6
2021-10-08media: vsp1: Fix WPF macro namesKieran Bingham-7/+7
2021-09-30media: vsp1: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-3/+1
2021-07-22media: v4l2-subdev: fix some NULL vs IS_ERR() checksDan Carpenter-2/+2
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen-148/+174
2021-05-20media: vsp1: use pm_runtime_resume_and_get()Mauro Carvalho Chehab-9/+1
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-3/+3
2021-03-22media: vsp1/vsp1_drm.h: add missing 'struct' kernel-doc keywordHans Verkuil-2/+2
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil-1/+1
2021-03-11media: v4l: vsp1: Fix uif null pointer accessBiju Das-2/+2
2021-03-11media: v4l: vsp1: Fix bru null pointer accessBiju Das-1/+1
2021-01-12media: vsp1: Use BIT macro for feature identificationKieran Bingham-10/+10
2021-01-12media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET-1/+3
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+4
2020-09-27media: vsp1: Fix runtime PM imbalance on errorDinghao Liu-3/+8
2020-09-10drm: rcar-du: fix common struct sg_table related issuesMarek Szyprowski-4/+4
2020-07-04media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca-0/+2
2020-02-27media: vsp1: tidyup VI6_HGT_LBn_H() macroKuninori Morimoto-1/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-4/+4
2019-08-26media: use the BIT() macroMauro Carvalho Chehab-112/+112
2019-08-14media: vsp1: fix memory leak of dl on error return pathColin Ian King-1/+3
2019-07-22media: vsp1: set device_caps in struct video_deviceHans Verkuil-8/+5
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-92/+221
2019-04-25media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart-0/+24
2019-04-25media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart-0/+24
2019-04-25media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart-0/+14
2019-03-18media: vsp1: drm: Implement writeback supportLaurent Pinchart-2/+40
2019-03-18media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart-3/+4
2019-03-18media: vsp1: drm: Split RPF format setting to separate functionLaurent Pinchart-20/+35
2019-03-18media: vsp1: wpf: Add writeback supportLaurent Pinchart-9/+58
2019-03-18media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart-12/+23
2019-03-18media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart-5/+22
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart-18/+25
2019-03-18media: vsp1: Fix addresses of display-related registers for VSP-DLLaurent Pinchart-6/+6
2019-03-18media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart-2/+2
2019-03-18media: vsp1: wpf: Fix partition configuration for display pipelinesLaurent Pinchart-7/+9
2019-03-18Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham-11/+0
2019-03-01media: platform: fix several typosMauro Carvalho Chehab-2/+2
2019-02-18media: vsp1: Fix smatch warningHans Verkuil-3/+3
2019-01-16media: vsp1: Fix trivial documentationKieran Bingham-1/+1
2018-12-03media: vsp1: Fix LIF buffer thresholdsLaurent Pinchart-1/+1
2018-09-17media: vsp1: Document max_width restriction on UDSKieran Bingham-0/+8
2018-09-17media: vsp1: Document max_width restriction on SRUKieran Bingham-0/+5
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham-14/+14
2018-09-17media: vsp1: Remove artificial minimum width/height limitationKieran Bingham-5/+2
2018-09-17media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka-1/+10