linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 03:15:44 to 2021-08-18 11:06:44 UTC [more...]

[PATCH v3 0/9] drm, kernel: update locking for DRM
 2021-08-18 11:06 UTC  (16+ messages)
` [PATCH v3 1/9] drm: move master_lookup_lock into drm_device
` [PATCH v3 2/9] drm: hold master_lookup_lock when releasing a drm_file's master
` [PATCH v3 3/9] drm: check for null master in drm_is_current_master_locked
` [PATCH v3 4/9] drm: fix potential null ptr dereferences in drm_{auth,ioctl}
` [PATCH v3 5/9] drm: protect magic_map,unique{_len} with master_lookup_lock
` [PATCH v3 6/9] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v3 7/9] drm: update global mutex lock in the ioctl handler
` [PATCH v3 8/9] kernel: export task_work_add
` [PATCH v3 9/9] drm: avoid races with modesetting rights

[PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2
 2021-08-18 10:54 UTC  (2+ messages)
` [PATCH 2/2] dma-buf: taint the kernel on sw_sync use

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-18 10:08 UTC  (70+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 02/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v8 03/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v8 04/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_simple()
` [PATCH v8 05/34] soc/tegra: Use dev_pm_opp_sync()
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 08/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 10/34] gpu: host1x: Add host1x_channel_stop()
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 12/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v8 13/34] drm/tegra: hdmi: Add OPP support
` [PATCH v8 14/34] drm/tegra: gr2d: Support power management
` [PATCH v8 15/34] drm/tegra: gr3d: "
` [PATCH v8 16/34] drm/tegra: vic: Support system suspend
` [PATCH v8 17/34] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v8 18/34] bus: tegra-gmi: "
` [PATCH v8 19/34] pwm: tegra: "
` [PATCH v8 20/34] mmc: sdhci-tegra: "
` [PATCH v8 21/34] mtd: rawnand: tegra: "
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v8 25/34] media: staging: tegra-vde: Support generic power domain and OPP
` [PATCH v8 26/34] soc/tegra: fuse: Add OPP support
` [PATCH v8 27/34] soc/tegra: fuse: Reset hardware
` [PATCH v8 28/34] soc/tegra: regulators: Prepare for suspend
` [PATCH v8 29/34] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v8 30/34] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v8 31/34] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v8 32/34] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v8 33/34] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v8 34/34] ARM: tegra20/30: Disable unused host1x hardware

[RFC] Make use of non-dynamic dmabuf in RDMA
 2021-08-18  9:34 UTC  (4+ messages)

[PATCHv4 0/8] videobuf2: support new noncontiguous DMA API
 2021-08-18  9:20 UTC  (23+ messages)
` [PATCHv4 1/8] videobuf2: rework vb2_mem_ops API
` [PATCHv4 3/8] videobuf2: split buffer cache_hints initialisation
` [PATCHv4 4/8] videobuf2: move cache_hints handling to allocators
` [PATCHv4 5/8] videobuf2: add V4L2_MEMORY_FLAG_NON_COHERENT flag
` [PATCHv4 6/8] videobuf2: add queue memory coherency parameter
` [PATCHv4 7/8] videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flag
` [PATCHv4 8/8] videobuf2: handle non-contiguous DMA allocations

[RFC 0/5] media: i2c: Add MAX9271 subdevice driver
 2021-08-18  8:27 UTC  (8+ messages)
` [RFC 1/5] media: i2c: max9271: Rename max9271 library driver
` [RFC 2/5] media: i2c: Add MAX9271 I2C driver
` [RFC 3/5] media: i2c: rdacm20: Adapt to work with MAX9271
` [RFC 4/5] media: i2c: max9286: Fetch PIXEL_RATE in s_stream
` [RFC 5/5] arm64: dts: GMSL: Adapt to the use max9271 driver

[GIT PULL FOR v5.15] Minor fixes
 2021-08-18  7:55 UTC  (2+ messages)
` [GIT PULL FOR v5.15] Minor fixes (#76415)

[PATCH v6 0/9] Refactor MTK MDP driver into core/components
 2021-08-18  7:50 UTC  (8+ messages)
` [PATCH v6 5/9] mtk-mdp: make mdp driver to be loadable by platform_device_register*()
` [PATCH v6 7/9] media: mtk-mdp: use mdp-rdma0 alias to point to MDP master

cron job: media_tree daily build: ERRORS
 2021-08-18  3:44 UTC 

[PATCH 0/9] Enable two H264 encoder cores on MT8195
 2021-08-18  0:09 UTC  (11+ messages)
` [PATCH 1/9] dt-bindings: media: mtk-vcodec: Add binding for MT8195 two venc cores
` [PATCH 2/9] media: mtk-vcodec: Use component framework to manage encoder hardware
` [PATCH 3/9] media: mtk-vcodec: Rewrite venc power manage interface
` [PATCH 4/9] media: mtk-vcodec: Add venc power on/off interface
` [PATCH 5/9] media: mtk-vcodec: Rewrite venc clock interface
` [PATCH 6/9] media: mtk-vcodec: Add new venc drv interface for frame_racing mode
` [PATCH 7/9] media: mtk-vcodec: Add frame racing mode encode process
` [PATCH 8/9] media: mtk-vcodec: Return encode result to client
` [PATCH 9/9] media: mtk-vcodec: Add delayed worker for encode timeout

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-08-17 20:33 UTC  (8+ messages)
` [PATCH v5, 05/15] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v5, 13/15] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192

[PATCH v3 00/10] VP9 codec V4L2 control interface
 2021-08-17 17:49 UTC  (3+ messages)
` [PATCH v3 05/10] media: uapi: Add VP9 stateless decoder controls

[PATCH] media: uvcvideo: Support borderline implementation of hw timestamping
 2021-08-17 16:12 UTC 

[PATCH v13 0/9] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-08-17 14:22 UTC  (4+ messages)
` [PATCH v13 2/9] media: hevc: Add decode params control

Build failed in Jenkins: media-build #3598
 2021-08-17 13:27 UTC  (3+ messages)
` Build failed in Jenkins: media-build #3599
  ` Jenkins build is back to normal : media-build #3600

Build failed in Jenkins: xawtv4 #11
 2021-08-17 12:11 UTC  (19+ messages)
` Build failed in Jenkins: xawtv4 #12
  ` Build failed in Jenkins: xawtv4 #13
    ` Build failed in Jenkins: xawtv4 #14
` Build failed in Jenkins: xawtv4 #15
  ` Build failed in Jenkins: xawtv4 #16
    ` Build failed in Jenkins: xawtv4 #17
      ` Build failed in Jenkins: xawtv4 #18
        ` Build failed in Jenkins: xawtv4 #19
          ` Build failed in Jenkins: xawtv4 #20
            ` Build failed in Jenkins: xawtv4 #21
              ` Build failed in Jenkins: xawtv4 #22
                ` Build failed in Jenkins: xawtv4 #23
                  ` Build failed in Jenkins: xawtv4 #24
                    ` Build failed in Jenkins: xawtv4 #25
                      ` Build failed in Jenkins: xawtv4 #26
                        ` Build failed in Jenkins: xawtv4 #27
                          ` Build failed in Jenkins: xawtv4 #28
                            ` Jenkins build is back to normal : xawtv4 #29

[PATCH] media: usb: tm6000:clear the freed pointer
 2021-08-17 11:05 UTC  (2+ messages)

[PATCH] media: usb: dvb-usb-v2: clean the freed pointer and counter
 2021-08-17 11:01 UTC  (2+ messages)

[PATCH] media: ov8856: Set default mbus format but allow caller to alter
 2021-08-17 10:32 UTC  (3+ messages)

[PATCH v2 0/5] dma-fence: Deadline awareness
 2021-08-17  9:04 UTC  (11+ messages)
` [PATCH v2 1/5] dma-fence: Add deadline awareness
` [PATCH v2 4/5] drm/scheduler: Add fence deadline support

[PATCH v5 02/20] drm/msm: Fix drm/sched point of no return rules
 2021-08-17  8:53 UTC  (2+ messages)
` [PATCH] drm/msm: Improve "

[PATCH v5 01/20] drm/sched: Split drm_sched_job_init
 2021-08-17  8:49 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/2] rcar-csi2: Serialize format cfg and improve mutex handling
 2021-08-17  7:33 UTC  (5+ messages)
` [PATCH 1/2] media: rcar-csi2: Cleanup mutex on remove and fail
` [PATCH 2/2] media: rcar-csi2: Serialize access to set_fmt and get_fmt

[PATCH] remove pointless constructor
 2021-08-17  7:25 UTC 

[PATCH] utils: replace push_back with emplace_back
 2021-08-17  7:22 UTC 

Build failed in Jenkins: libcamera #662
 2021-08-17  7:18 UTC 

[PATCH 1/1] imx258: Fix getting clock frequency
 2021-08-17  6:57 UTC 

drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_parse.c:15: warning: "RST" redefined
 2021-08-17  4:19 UTC 

cron job: media_tree daily build: ERRORS
 2021-08-17  3:44 UTC 

[PATCH v3] Add sensor driver support for the ov13b10 camera
 2021-08-17  4:46 UTC 

[PATCH v2] Add sensor driver support for the ov13b10 camera
 2021-08-17  1:37 UTC  (3+ messages)

Build failed in Jenkins: v4l-utils #344
 2021-08-17  1:23 UTC  (2+ messages)
` Jenkins build is back to normal : v4l-utils #345

Build failed in Jenkins: libcamera #660
 2021-08-17  1:21 UTC  (2+ messages)
` Jenkins build is back to normal : libcamera #661

Build failed in Jenkins: xawtv3 #7
 2021-08-17  1:21 UTC  (2+ messages)
` Jenkins build is back to normal : xawtv3 #8

Build failed in Jenkins: media-build #3596
 2021-08-17  1:21 UTC  (2+ messages)
` Build failed in Jenkins: media-build #3597

[PATCH] [media] cxd2820r: Include the right header
 2021-08-16 23:20 UTC 

drivers/media/platform/mtk-jpeg/mtk_jpeg_dec_parse.c:15:9: warning: 'RST' macro redefined
 2021-08-16 22:04 UTC 

IIO, dmabuf, io_uring
 2021-08-16 15:01 UTC  (6+ messages)
  ` [Linaro-mm-sig] "

[PATCH v6 0/2] New V4L2 control V4L2_CID_NOTIFY_GAINS
 2021-08-16 11:39 UTC  (3+ messages)
` [PATCH v6 1/2] media: v4l2-ctrls: Add V4L2_CID_NOTIFY_GAINS control
` [PATCH v6 2/2] media: v4l2-ctrls: Document "

[PATCH] media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
 2021-08-16  7:27 UTC  (4+ messages)
      ` [PATCH v2 RESEND] "

[PATCH v2] media: mtk-vpu: Ensure alignment of 8 for DTCM buffer
 2021-08-16  6:38 UTC  (2+ messages)

[PATCH v1 1/1] media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor()
 2021-08-16  6:28 UTC  (6+ messages)

[PATCH] drivers:gpu:drm:amd:amdgpu:fix a potential use-after-free
 2021-08-16  6:08 UTC 

[PATCH] media: mtk-mdp: make mtk_mdp_comp_init static
 2021-08-16  4:26 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2021-08-16  3:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).