Skip to content
Permalink
Ming-Qian/imx8…
Switch branches/tags

Commits on Aug 11, 2021

  1. MAINTAINERS: add NXP IMX8Q VPU CODEC V4L2 driver entry

    Add NXP IMX8Q VPU CODEC v4l2 driver entry
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  2. firmware: imx: scu-pd: imx8q: add vpu mu resources

    the vpu core depends on the mu resources.
    if they're missed, the vpu can't work.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  3. ARM64: dts: freescale: imx8q: add imx vpu codec entries

    Add the Video Processing Unit node for IMX8Q SoC.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  4. media: imx: imx8q: implement malone decoder rpc interface

    This part implements the malone decoder rpc interface.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  5. media: imx: imx8q: implement windsor encoder rpc interface

    This part implements the windsor encoder rpc interface.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  6. media: imx: imx8q: add v4l2 m2m vpu decoder stateful driver

    This consists of video decoder implementation plus decoder controls.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  7. media: imx: imx8q: add v4l2 m2m vpu encoder stateful driver

    This consists of video encoder implementation plus encoder controls.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  8. media: imx: imx8q: add vpu v4l2 m2m support

    vpu_v4l2.c implements the v4l2 m2m driver methods.
    vpu_helpers.c implements the common helper functions
    vpu_color.c converts the v4l2 colorspace with iso
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  9. media: imx: imx8q: implement vpu core communication based on mailbox

    driver use mailbox to communicate with vpu core.
    and there are a command buffer and a message buffer.
    driver will write commands to the command buffer,
    then trigger a vpu core interrupt
    vpu core will write messages to the message buffer,
    then trigger a cpu interrupt.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  10. media: imx: imx8q: add vpu core driver

    The vpu support encoder and decoder.
    And it need mu core to handle it.
    Each core will run either encoder or decoder firmware.
    
    This driver is for support the vpu core.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  11. media: imx: imx8q: add imx8q vpu device driver

    IMX8Q SoCs feature a powerful video processing unit able to decode many
    foramts and encode H.264.
    
    The vpu IP is amphion malone decoder and windsor encoder.
    This Driver is for this IP that is based on the v4l2 mem2mem framework.
    
    Supported SoCs are: IMX8QXP, IMX8QM
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  12. media:Add v4l2 buf flag codec data.

    In some decoing scenarios, application may queue a buffer
    that only contains codec config data, and the driver needs to
    know whether is it a frame or not.
    So we add a buf flag to tell this case.
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  13. media:Add nt8 and nt10 video format.

    NT8 is 8-bit tiled nv12 format used by amphion decoder.
    NT10 is 10-bit tiled format used by amphion decoder.
    The tile size is 8x128
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021
  14. dt-bindings: media: imx8q: add imx video codec bindings

    Add devicetree binding documentation for IMX8Q Video Processing Unit IP
    
    Signed-off-by: Ming Qian <ming.qian@nxp.com>
    Signed-off-by: Shijie Qin <shijie.qin@nxp.com>
    Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
    Reviewed-by: Rob Herring <robh@kernel.org>
    mingqian-0 authored and intel-lab-lkp committed Aug 11, 2021

Commits on Aug 5, 2021

  1. Merge tag 'v5.14-rc4' into media_tree

    Linux 5.14-rc4
    
    * tag 'v5.14-rc4': (948 commits)
      Linux 5.14-rc4
      pipe: make pipe writes always wake up readers
      Revert "perf map: Fix dso->nsinfo refcounting"
      mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()
      slub: fix unreclaimable slab stat for bulk free
      mm/migrate: fix NR_ISOLATED corruption on 64-bit
      mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code
      ocfs2: issue zeroout to EOF blocks
      ocfs2: fix zero out valid data
      lib/test_string.c: move string selftest in the Runtime Testing menu
      gve: Update MAINTAINERS list
      arch: Kconfig: clean up obsolete use of HAVE_IDE
      can: esd_usb2: fix memory leak
      can: ems_usb: fix memory leak
      can: usb_8dev: fix memory leak
      can: mcba_usb_start(): add missing urb->transfer_dma initialization
      can: hi311x: fix a signedness bug in hi3110_cmd()
      MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver
      scsi: fas216: Fix fall-through warning for Clang
      scsi: acornscsi: Fix fall-through warning for clang
      ...
    mchehab committed Aug 5, 2021

Commits on Aug 4, 2021

  1. media: venus: venc: add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRAN…

    …SFORM control
    
    Add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM control for
    H264 high profile and constrained high profile.
    
    Signed-off-by: Mansur Alisha Shaik <mansur@codeaurora.org>
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Mansur Alisha Shaik authored and mchehab committed Aug 4, 2021
  2. media: venus: venc: Add support for intra-refresh period

    Add support for intra-refresh period v4l2 control and drop
    cyclic intra-refresh macroblock control in the same time.
    
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    svarbanov authored and mchehab committed Aug 4, 2021
  3. media: v4l2-ctrls: Add intra-refresh period control

    Add a control to set intra-refresh period.
    
    Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    svarbanov authored and mchehab committed Aug 4, 2021
  4. media: docs: ext-ctrls-codec: Document cyclic intra-refresh zero cont…

    …rol value
    
    In all drivers _CYCLIC_INTRA_REFRESH_MB default control value is zero
    which means that the macroblocks will not be intra-refreshed. Document
    this _CYCLIC_INTRA_REFRESH_MB control behaviour in control description.
    
    Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    svarbanov authored and mchehab committed Aug 4, 2021
  5. media: venus: helper: do not set constrained parameters for UBWC

    Plane constraints firmware interface is to override the default
    alignment for a given color format. By default venus hardware has
    alignments as 128x32, but NV12 was defined differently to meet
    various usecases. Compressed NV12 has always been aligned as 128x32,
    hence not needed to override the default alignment.
    
    Fixes: bc28936 ("media: venus: helpers, hfi, vdec: Set actual plane constraints to FW")
    Signed-off-by: Mansur Alisha Shaik <mansur@codeaurora.org>
    Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Mansur Alisha Shaik authored and mchehab committed Aug 4, 2021
  6. media: venus: venc: Fix potential null pointer dereference on pointer…

    … fmt
    
    Currently the call to find_format can potentially return a NULL to
    fmt and the nullpointer is later dereferenced on the assignment of
    pixmp->num_planes = fmt->num_planes.  Fix this by adding a NULL pointer
    check and returning NULL for the failure case.
    
    Addresses-Coverity: ("Dereference null return")
    
    Fixes: aaaa93e ("[media] media: venus: venc: add video encoder files")
    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Colin Ian King authored and mchehab committed Aug 4, 2021
  7. media: venus: hfi: fix return value check in sys_get_prop_image_versi…

    …on()
    
    In case of error, the function qcom_smem_get() returns ERR_PTR()
    and never returns NULL. The NULL test in the return value check
    should be replaced with IS_ERR().
    
    Fixes: d566e78 ("media: venus : hfi: add venus image info into smem")
    Reported-by: Hulk Robot <hulkci@huawei.com>
    Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Zhen Lei authored and mchehab committed Aug 4, 2021
  8. media: tegra-cec: Handle errors of clk_prepare_enable()

    tegra_cec_probe() and tegra_cec_resume() ignored possible errors of
    clk_prepare_enable(). The patch fixes this.
    
    Found by Linux Driver Verification project (linuxtesting.org).
    
    Signed-off-by: Evgeny Novikov <novikov@ispras.ru>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    eunovm authored and mchehab committed Aug 4, 2021
  9. media: cec-pin: rename timer overrun variables

    The cec pin timer overruns are measured in microseconds, but the variable
    names include the millisecond symbol "ms". To avoid confusion, replace
    "ms" with "us" in the variable names and printed status message.
    
    Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    dbrouwer3563 authored and mchehab committed Aug 4, 2021
  10. media: TDA1997x: report -ENOLINK after disconnecting HDMI source

    The TD1997x chip retains vper, hper and hsper register values when the
    HDMI source is disconnected. Use a different means of checking if the
    link is still valid.
    
    Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Krzysztof Hałasa authored and mchehab committed Aug 4, 2021
  11. media: TDA1997x: fix tda1997x_query_dv_timings() return value

    Correctly propagate the tda1997x_detect_std error value.
    
    Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Krzysztof Hałasa authored and mchehab committed Aug 4, 2021
  12. media: Fix cosmetic error in TDA1997x driver

    The colon isn't followed by anything here.
    
    Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Krzysztof Hałasa authored and mchehab committed Aug 4, 2021
  13. media: v4l2-dv-timings.c: fix wrong condition in two for-loops

    These for-loops should test against v4l2_dv_timings_presets[i].bt.width,
    not if i < v4l2_dv_timings_presets[i].bt.width. Luckily nothing ever broke,
    since the smallest width is still a lot higher than the total number of
    presets, but it is wrong.
    
    The last item in the presets array is all 0, so the for-loop must stop
    when it reaches that sentinel.
    
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Reported-by: Krzysztof Hałasa <khalasa@piap.pl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Hans Verkuil authored and mchehab committed Aug 4, 2021
  14. media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller

    Add a driver to support the i.MX8MQ MIPI CSI receiver. The hardware side
    is based on
    https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/imx8/mxc-mipi-csi2_yav.c?h=imx_5.4.70_2.3.0
    
    It's built as part of VIDEO_IMX7_CSI because that's documented to support
    i.MX8M platforms. This driver adds i.MX8MQ support where currently only the
    i.MX8MM platform has been supported.
    
    Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    merge authored and mchehab committed Aug 4, 2021
  15. media: dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver…

    … phy and controller
    
    The i.MX8MQ SoC integrates a different MIPI CSI receiver as the i.MX8MM so
    describe the DT bindings for it.
    
    Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    merge authored and mchehab committed Aug 4, 2021
  16. media: imx: imx7_mipi_csis: convert some switch cases to the default

    Static analysis reports this false positive
    imx7-mipi-csis.c:1027:2: warning: 4th function call argument is
      an uninitialized value
    
    The variable 'align' is falsely reported as uninitialized.
    Even though all the cases are covered in the
    	switch (csis_fmt->width % 8) {
    
    Because there is no default case, it is reported as uninialized.
    
    Improve the switch by converting the most numerous set of cases
    to the default and silence the false positive.
    
    Signed-off-by: Tom Rix <trix@redhat.com>
    Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    trixirt authored and mchehab committed Aug 4, 2021
  17. media: imx: imx7-media-csi: Fix buffer return upon stream start failure

    When the stream fails to start, the first two buffers in the queue have
    been moved to the active_vb2_buf array and are returned to vb2 by
    imx7_csi_dma_unsetup_vb2_buf(). The function is called with the buffer
    state set to VB2_BUF_STATE_ERROR unconditionally, which is correct when
    stopping the stream, but not when the start operation fails. In that
    case, the state should be set to VB2_BUF_STATE_QUEUED. Fix it.
    
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Tested-by: Martin Kepplinger <martin.kepplinger@puri.sm>
    Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    pinchartl authored and mchehab committed Aug 4, 2021
  18. media: imx: imx7-media-csi: Don't set PIXEL_BIT in CSICR1

    The PIXEL_BIT field of the CSICR1 register is documented as setting the
    Bayer data width to 10 bits, and is set by the driver for all non-YUV
    pixel formats. Test code from NXP showed that the bit shouldn't be set
    for Bayer formats, and this was confirmed by experimentation with RAW8
    capture (which doesn't work when setting the field) and RAW10 capture
    (for which setting the field doesn't seem to make a difference) on
    i.MX8MM with an OV5640 sensor connected over CSI-2. Don't set it.
    
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
    Tested-by: Martin Kepplinger <martin.kepplinger@puri.sm>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    pinchartl authored and mchehab committed Aug 4, 2021
  19. media: imx: imx7-media-csi: Set TWO_8BIT_SENSOR for >= 10-bit formats

    Sample code from NXP, as well as experiments on i.MX8MM with RAW10
    capture with an OV5640 sensor connected over CSI-2, showed that the
    TWO_8BIT_SENSOR field of the CSICR3 register needs to be set for formats
    larger than 8 bits. Do so, even if the reference manual doesn't clearly
    describe the effect of the field.
    
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Tested-by: Martin Kepplinger <martin.kepplinger@puri.sm>
    Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    pinchartl authored and mchehab committed Aug 4, 2021
  20. media: dt-bindings: media: nxp,imx7-csi: Add i.MX8MM support

    The i.MX8MM integrates a CSI bridge IP core, as the i.MX7. There seems
    to be no difference between the two SoCs according to the reference
    manual, but as documentation may not be accurate, add a compatible
    string for the i.MX8MM, with a fallback on the compatible i.MX7.
    
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    pinchartl authored and mchehab committed Aug 4, 2021
Older