summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)Author
2020-10-29media: vsp1: Fix runtime PM imbalance on errorDinghao Liu
2020-08-21media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca
2019-08-26media: use the BIT() macroMauro Carvalho Chehab
2019-08-14media: vsp1: fix memory leak of dl on error return pathColin Ian King
2019-07-22media: vsp1: set device_caps in struct video_deviceHans Verkuil
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-25media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart
2019-04-25media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart
2019-04-25media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart
2019-03-18media: vsp1: drm: Implement writeback supportLaurent Pinchart
2019-03-18media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart
2019-03-18media: vsp1: drm: Split RPF format setting to separate functionLaurent Pinchart
2019-03-18media: vsp1: wpf: Add writeback supportLaurent Pinchart
2019-03-18media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart
2019-03-18media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart
2019-03-18media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart
2019-03-18media: vsp1: Fix addresses of display-related registers for VSP-DLLaurent Pinchart
2019-03-18media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart
2019-03-18media: vsp1: wpf: Fix partition configuration for display pipelinesLaurent Pinchart
2019-03-18Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham
2019-03-01media: platform: fix several typosMauro Carvalho Chehab
2019-02-18media: vsp1: Fix smatch warningHans Verkuil
2019-01-16media: vsp1: Fix trivial documentationKieran Bingham
2018-12-03media: vsp1: Fix LIF buffer thresholdsLaurent Pinchart
2018-09-17media: vsp1: Document max_width restriction on UDSKieran Bingham
2018-09-17media: vsp1: Document max_width restriction on SRUKieran Bingham
2018-09-17media: vsp1: use periods at the end of comment sentencesKieran Bingham
2018-09-17media: vsp1: Remove artificial minimum width/height limitationKieran Bingham
2018-09-17media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka
2018-09-17media: vsp1: Update LIF buffer thresholdsLaurent Pinchart
2018-09-17media: vsp1: Fix vsp1_regs.h license headerLaurent Pinchart
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham
2018-08-03media: vsp1: Provide VSP1 feature helper macroKieran Bingham
2018-08-03media: vsp1: Clean up DLM objects on errorKieran Bingham
2018-08-03media: vsp1: Remove unused display list structure fieldKieran Bingham
2018-08-03media: vsp1: Rename dl_child to dl_nextKieran Bingham
2018-08-03media: vsp1: use kernel __packed for structuresKieran Bingham
2018-08-03media: vsp1: drm: Fix minor grammar errorKieran Bingham
2018-07-30media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart
2018-07-27media: vsp1: Document vsp1_dl_body refcntKieran Bingham
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham