Commit Graph

1268779 Commits

Author SHA1 Message Date
Jianwei Fan
ecb7340491 video: rockchip: vehicle: fix errors of get cif rst and irq
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: Ib84dbf242bb6611ed1ccbacf1b66e7ba23861cca
2024-02-04 20:02:29 +08:00
Cai YiWei
b2cdfdd52a media: rockchip: isp: fix isp32 bp min output
Change-Id: Ic711a9b668cc6f832d4752700e63db54a50ed594
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2024-02-04 20:00:53 +08:00
Lin Jinhan
ad8ec7ddd0 crypto: rockchip: cryptodev: cipher support multithreading
Only HASH multithreading is restricted by the hardware. Therefore,
cipher removes the restriction on multithreading.

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I8ec0cb31cd51e6acfa5582cd7778d6482674f1de
2024-02-04 19:40:09 +08:00
Lin Jinhan
3258128cd9 crypto: rockchip: cryptodev: add akcipher_request_set_callback for rsa
Missing akcipher_request_set_callback will cause a process exception
 when rsa works in asynchronous mode.

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I99d3ffde471269528f42869d052004a25a6c14b0
2024-02-04 19:40:09 +08:00
Zefa Chen
497d03d9a2 media: rockchip: vicap fixes dma_en logic err with constrant electricity and readback mode
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I39c407234d07803f5880ed378f05814e510b528b
2024-02-04 17:18:58 +08:00
Zorro Liu
f13d211324 drivers: input: cyttsp5: get screen_max_x/y from tp device
Change-Id: I345ab376a8cbcddbb18035fc051860329b51db2e
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
2024-02-04 15:53:54 +08:00
Zheng Zhiqi
f792fcee7d ASoC: rockchip-spi-codec: fix kctonrol mute case crash
fix kcontrol mute case crash, tested by `dumpsys car_service inject-vhal-event 289475072 1,0`.

[  136.260357][  T632] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010
[  136.262328][  T632] Mem abort info:
[  136.264924][  T632]   ESR = 0x96000005
[  136.265362][  T632]   EC = 0x25: DABT (current EL), IL = 32 bits
[  136.266072][  T632]   SET = 0, FnV = 0
[  136.266406][  T632]   EA = 0, S1PTW = 0
[  136.266772][  T632] Data abort info:
[  136.267094][  T632]   ISV = 0, ISS = 0x00000005
[  136.267518][  T632]   CM = 0, WnR = 0
[  136.267853][  T632] user pgtable: 4k pages, 39-bit VAs, pgdp=000000012871b000
[  136.268492][  T632] [0000000000000010] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[  136.269342][  T632] Internal error: Oops: 96000005 [#1] PREEMPT SMP
[  136.269899][  T632] Modules linked in: ahci_platform libahci_platform himax_mmi ohci_platform ili210x ohci_hcd
[  136.270788][  T632] CPU: 2 PID: 632 Comm: android.hardwar Not tainted 5.10.198 #46
[  136.271453][  T632] Hardware name: Rockchip RK3588 VEHICLE EVB V22 Board (DT)
[  136.272077][  T632] pstate: 80400009 (Nzcv daif +PAN -UAO -TCO BTYPE=--)
[  136.272673][  T632] pc : spi_codec_ext_ch_mute_put+0x14/0x40
[  136.273178][  T632] lr : snd_ctl_elem_write+0x128/0x16c
[  136.273636][  T632] sp : ffffffc00e44bc10
[  136.273987][  T632] x29: ffffffc00e44bc10 x28: ffffff811e293900
[  136.274514][  T632] x27: 0000000000000000 x26: 0000000000000000
[  136.275040][  T632] x25: 0000000000000000 x24: ffffff81006024a0
[  136.275566][  T632] x23: ffffff8100602000 x22: 00000000c4c85513
[  136.276092][  T632] x21: ffffff8110838b00 x20: ffffff811cf0f000
[  136.276618][  T632] x19: ffffff8100602000 x18: ffffffc00dc45040
[  136.277144][  T632] x17: 0000000020000000 x16: 0000000000000001
[  136.277669][  T632] x15: 0000000000000000 x14: 000000020000001a
[  136.278195][  T632] x13: 754d206b63616279 x12: 0000000000000000
[  136.278722][  T632] x11: 0000000000006574 x10: 0000000000000000
[  136.279249][  T632] x9 : 0000000000000004 x8 : ffffff81038eb000
[  136.279781][  T632] x7 : 0000000000000000 x6 : ffffff811cf0f4c8
[  136.280311][  T632] x5 : ffffff811cf0f4c8 x4 : 0000000000000000
[  136.280840][  T632] x3 : 0000000000000000 x2 : ffffff811cf0f000
[  136.281367][  T632] x1 : ffffff811cf0f000 x0 : ffffff8107260c00
[  136.281894][  T632] Call trace:
[  136.282184][  T632]  spi_codec_ext_ch_mute_put+0x14/0x40
[  136.282655][  T632]  snd_ctl_elem_write+0x128/0x16c
[  136.283083][  T632]  snd_ctl_ioctl+0x7dc/0xb48
[  136.283479][  T632]  __arm64_sys_ioctl+0x90/0xc8
[  136.283888][  T632]  el0_svc_common+0xac/0x1ac
[  136.284283][  T632]  do_el0_svc+0x1c/0x28
[  136.284637][  T632]  el0_svc+0x10/0x1c
[  136.284968][  T632]  el0_sync_handler+0x68/0xac
[  136.285374][  T632]  el0_sync+0x164/0x180

Change-Id: I35ec1fb0974b8dd9b58bd6d8b2b362a414cb4cd7
Signed-off-by: Zheng Zhiqi <looper.zheng@rock-chips.com>
2024-02-04 14:38:46 +08:00
Tao Huang
ea921691b6 Merge commit 'f4895714f4a155afc89647e4852c5c69c40b8e34'
* commit 'f4895714f4a155afc89647e4852c5c69c40b8e34':
  arm64: dts: rockchip: rk3588-evb7-v11-imx415: remove cam_ircut0
  mtd: spinand: skyhigh: Fix devices information
  media: rockchip: vicap distinguish different interlace mode
  media: rockchip: vicap: mipi interlaced capture support correct frame sequence

Change-Id: Ia3afc2dc80006c56a825101d89bec09221e17483
2024-02-04 11:42:24 +08:00
Elaine Zhang
c30ac1d2eb clk: rockchip: rk3568: fix up the postdiv1
Fixes: 842f4cb726 ("clk: rockchip: Add more PLL rates for rk3568")
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Ia1f976aa7fb4aa03ddc3b8aa56ec8ecee951010b
2024-02-04 10:05:18 +08:00
Wu Liangqing
f4895714f4 arm64: dts: rockchip: rk3588-evb7-v11-imx415: remove cam_ircut0
cam_ircut0 ircut-open-gpios reused by typec

Change-Id: Iac2f8f104175df7ff5c12b31c8215df837ce1aa2
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
2024-02-04 01:46:51 +00:00
Tao Huang
2e03e48e70 Merge commit 'd12fe16c94d5f2d41dec9a0beb5858243f35c85b'
* commit 'd12fe16c94d5f2d41dec9a0beb5858243f35c85b':
  clk: rockchip: px30: Make usb480m critical

Change-Id: Ieeb8eae19bfdab2dc6c259d38fe85959158114fa
2024-02-01 19:18:12 +08:00
Jon Lin
d611ab7d40 mtd: spinand: skyhigh: Fix devices information
1.The wrong QE bits will make a redundant write in status register.
2.The EBH dummy is 8 bytes, but we use 6BH cmd only.

Change-Id: I6a19500340ab299f22f6e394e59a28430c6493a5
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2024-02-01 18:28:38 +08:00
Zefa Chen
661fb29e15 media: rockchip: vicap distinguish different interlace mode
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I38ed270d9b063df3c5f572f2fba268c8f7d84091
2024-02-01 16:52:22 +08:00
Zefa Chen
1fc0f88577 media: rockchip: vicap: mipi interlaced capture support correct frame sequence
correct by frame num witch get from mipi fs/fe short packet,
this function need rk356x and later chips to support

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I62d0dda18dbde45c7a161fdf7a85fd6219c90a31
2024-02-01 16:52:22 +08:00
Finley Xiao
d12fe16c94 clk: rockchip: px30: Make usb480m critical
Gpu 480M is from usb480m and the source clocks should be always on
if change gpu frequency after power off pd.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I1e02ca7d0408a42f65240cf0b33d11eaeb6f85b6
2024-02-01 16:51:59 +08:00
Tao Huang
62e90871a6 Merge commit '0d60f4f738ffc4b8241f4c71da0d03fda912f4d4'
* commit '0d60f4f738ffc4b8241f4c71da0d03fda912f4d4':
  media: rockchip: isp: fix isp32 mp buf cfg
  arm64: configs: add rk3308_rkpartybox.config

Change-Id: Ibfe3f181b22091c149fdb52735580a976ee9eb6d
2024-01-31 21:16:21 +08:00
Tao Huang
3acf95f328 Merge commit '28a7162d4726172747c41b2ec3b4c1b56434c41a'
* commit '28a7162d4726172747c41b2ec3b4c1b56434c41a':
  media: i2c: add sc831ai sensor driver

Change-Id: Iea914834d1e7a82b5b2b51f92e12d24118b7000d
2024-01-31 21:15:31 +08:00
Tao Huang
8180c92742 Merge commit '8ed148210d8d1d793f79093dbbbdcc87c2479179'
Merge made by the 'ours' strategy.

* commit '8ed148210d8d1d793f79093dbbbdcc87c2479179':
  drm/rockchip: lvds: register sub dev at rockchip lvds driver

Change-Id: Iedeb7bed05315b5c9c6472c166706cf41209f9c3
2024-01-31 21:13:16 +08:00
Cai YiWei
0d60f4f738 media: rockchip: isp: fix isp32 mp buf cfg
fix commit e601ffeb04 ("media: rockchip: isp: dvbm buf support from rockit")

Change-Id: I0ff6f7842cd7ac4dc75245bf72866d94f106f34c
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2024-01-31 16:12:04 +08:00
Sandy Huang
801a58d3ae drm/rockchip: lvds: register sub dev at rockchip lvds driver
At lvds to other display output type product, the connector maybe
register at third party drivers, the sub dev register often be forgot,
so we add sub dev register at rockchip lvds driver.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: If075041df8ddb1b269c903d092a6263160eff1db
2024-01-30 19:34:09 +08:00
Tao Huang
78d7ac797f Merge commit '1ebaed6daf591978a341b8eeff4788b3d6dc6230'
* commit '1ebaed6daf591978a341b8eeff4788b3d6dc6230':
  drm/rockchip: rgb: register sub dev at rockchip rgb driver
  soc: rockchip: power-domain: Update gate mask for rk3562
  arm64: dts: rockchip: rk3588-vehicle-evb: add spi codec reset gpio
  drm/rockchip: vop2: clearly point out the plane unsupported format modifier
  arm64: dts: rockchip: rk3588-vehicle-evb: fix image reverse mipi_csi node
  arm64: dts: rockchip: rk3562-evb: fix image reverse mipi_csi node
  video: rockchip: vehicle: fix bugs of cif get csi_fmt_val
  ARM: rockchip: rv1106: sleep: use rtc as 32k source
  ARM: rockchip: rv1106_pm: improve the accuracy of recovering hptimer
  soc: rockchip: pm_config: initialize sleep_config to 0
  rtc: rockchip: support rtc suspend bypass
  drm/rockchip: vop2: dump encdoer name in summary info

Change-Id: I7f0c0e546b6a32febdcf8370f84ee9d6f9b92933
2024-01-30 19:19:02 +08:00
Xiao Ya peng
68e806406c arm64: configs: add rk3308_rkpartybox.config
Change-Id: I99a98e338466abfaf98e80b52b36f4772676d420
Signed-off-by: Xiao Ya peng <yp.xiao@rock-chips.com>
2024-01-30 19:03:50 +08:00
Lan Honglin
28a7162d47 media: i2c: add sc831ai sensor driver
Change-Id: Ia2ceeb8fcc7f15f9b610583714e3dc03b5e3c8ce
Signed-off-by: Lan Honglin <helin.lan@rock-chips.com>
2024-01-30 19:02:08 +08:00
Sandy Huang
8ed148210d drm/rockchip: lvds: register sub dev at rockchip lvds driver
At lvds to other display output type product, the connector maybe
register at third party drivers, the sub dev register often be forgot, so we add
sub dev register at rockchip lvds driver.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: If075041df8ddb1b269c903d092a6263160eff1db
2024-01-30 18:53:01 +08:00
Sandy Huang
1ebaed6daf drm/rockchip: rgb: register sub dev at rockchip rgb driver
At rgb to other display output type product, the connector maybe register at
third party drivers, the sub dev register often be forgot, so we add sub
dev register at rockchip rgb driver.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I3baa051712ac30b63dffa9658df470c12bcb91dc
2024-01-30 18:52:53 +08:00
Finley Xiao
91ce62dbce soc: rockchip: power-domain: Update gate mask for rk3562
The vepu biu clk depends on vi biu clk, add vi gate mask for pd vepu.
The rga biu clk depends on vo biu clk, add vo gate mask for pd rga.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Ieaa62a053369e570eb0a11d132fa472c6bd246f4
2024-01-30 18:41:30 +08:00
Jun Zeng
17a33dcac2 arm64: dts: rockchip: rk3588-vehicle-evb: add spi codec reset gpio
Change-Id: Ib6d9fbebe978a3393fa42d1d4d441fa1bbb9f599
Signed-off-by: Jun Zeng <jun.zeng@rock-chips.com>
2024-01-30 18:37:32 +08:00
Sandy Huang
3bc6e98dcc drm/rockchip: vop2: clearly point out the plane unsupported format modifier
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I2d247f6ae1f63225629dfc6641bce5525cfb8b20
2024-01-30 18:36:39 +08:00
Jianwei Fan
192370b955 arm64: dts: rockchip: rk3588-vehicle-evb: fix image reverse mipi_csi node
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: Ie14481f72268d0e91446cb489003503713c28e14
2024-01-30 18:35:23 +08:00
Jianwei Fan
e4bcfb45de arm64: dts: rockchip: rk3562-evb: fix image reverse mipi_csi node
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: I5364d50a99b4388b34631f6a3c43565c6878522c
2024-01-30 18:34:54 +08:00
Jianwei Fan
5f64a92db2 video: rockchip: vehicle: fix bugs of cif get csi_fmt_val
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: I802fc6a48a2a2177c919f1a09223136e26834c8c
2024-01-30 18:34:25 +08:00
XiaoDong Huang
6685f6f7f9 ARM: rockchip: rv1106: sleep: use rtc as 32k source
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Change-Id: I32db2b499f4eabfee1acb2b8a7feb0d85e10456b
2024-01-30 18:31:42 +08:00
XiaoDong Huang
21f57eaf2d ARM: rockchip: rv1106_pm: improve the accuracy of recovering hptimer
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Change-Id: I5ccc5f5fba0f7696fc2c0563ed715b78b5adf451
2024-01-30 18:31:42 +08:00
XiaoDong Huang
0196404b4f soc: rockchip: pm_config: initialize sleep_config to 0
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Change-Id: I95697411f67492f1e83f07010248f4cab487d6ed
2024-01-30 18:31:42 +08:00
Elaine Zhang
f45da24df9 rtc: rockchip: support rtc suspend bypass
If rtc 32k used as time for deep sleep, the rtc suspend
func bypass do nothing.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I020182bd06ee68da387a141eb55a86f6bb3a0c5b
2024-01-30 18:31:42 +08:00
Ye Zhang
7133e80b3c Mali: midgard: Add support for static power consumption calculation
Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com>
Change-Id: Ic5685241bd7dbe7b5869a623ce25640af7017840
2024-01-30 17:45:35 +08:00
Ye Zhang
084acd7ca3 arm64: dts: rockchip: rk3399: Add dynamic-power-coefficient property for gpu
Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com>
Change-Id: I2b7a70c05b2426b0bab1a67adef8c186bb26f3ab
2024-01-30 17:45:26 +08:00
Simon Xue
77fc3bec80 debugfs: cma: fix bitmap_hex
Signed-off-by: Simon Xue <xxm@rock-chips.com>
Change-Id: I6193bcd72a4761b2e30bb8445c0e7ed1ffe00bf6
2024-01-30 17:41:19 +08:00
Elaine Zhang
c99648df60 clk: rockchip: add new pll type pll_rk3588_ddr
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Ia38a7b5d95a9d5b4c4f27c1adaa310ba4308afbd
2024-01-30 17:40:33 +08:00
Zhen Chen
096f12b891 Mali: midgard: replace add_mm_counter() with kbasep_add_mm_counter()
The purpose is to eliminate direct references to add_mm_counter().
add_mm_counter() makes use of mm_trace_rss_stat().
While, Android 14.0 GKI prohibits driver modules from referencing mm_trace_rss_stat().

The implementation of kbasep_add_mm_counter() here is derived from bifrost DDK g21.

Change-Id: I619e4ecb164e87dcab8f101bae179f316d57360c
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
2024-01-30 16:07:46 +08:00
Tao Huang
a89c2337a6 Merge commit '0b97d73d8e712e12e7fdea55e59bc0a21bf50b4c'
* commit '0b97d73d8e712e12e7fdea55e59bc0a21bf50b4c':
  video: rockchip: rga3: fix the wrong check of resolution in RGA3 rotating
  video: rockchip: rga3: Add debug log when assign cores
  media: rockchip: isp: dvbm buf support from rockit
  media: rockchip: isp: support multiple wrap
  media: rockchip: isp: fix isp stop to read stats buf
  ASoC: rockchip: trcm: Fix sleeping function called in atomic context
  ARM: dts: rockchip: Add core dtsi for RV1106G3

Change-Id: I699210591b363274d44466b9f34f45bae6a38eab
2024-01-30 11:46:56 +08:00
Tao Huang
59a0fc31ee Merge commit '5ffae8fffc291148e0b2472aaaa8ef7eb4959cba'
Merge made by the 'ours' strategy.

* commit '5ffae8fffc291148e0b2472aaaa8ef7eb4959cba': (29 commits)
  FROMGIT: PM / devfreq: Synchronize devfreq_monitor_[start/stop]
  UPSTREAM: dm verity: don't perform FEC for failed readahead IO
  UPSTREAM: netfilter: nft_set_pipapo: skip inactive elements during set walk
  UPSTREAM: ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
  UPSTREAM: x86/sev: Check for user-space IOIO pointing to kernel space
  UPSTREAM: x86/sev: Check IOBM for IOIO exceptions from user-space
  UPSTREAM: nvmet-tcp: Fix a possible UAF in queue intialization setup
  FROMLIST: binder: fix memory leaks of spam and pending work
  ANDROID: Snapshot Mainline's version of checkpatch.pl
  ANDROID: scsi: ufs: vendor check response and recovery addition
  ANDROID: scsi: ufs: add perf heuristic design
  ANDROID: ABI: Update symbol list for Mediatek
  ANDROID: Add vendor hook for ufs perf heuristic and error recovery
  UPSTREAM: io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
  UPSTREAM: ufs: core: wlun send SSU timeout recovery
  ANDROID: GKI: db845c: Update symbols list and ABI on rpmsg_register_device_override
  ANDROID: fix up rpmsg_device ABI break
  ANDROID: fix up platform_device ABI break
  UPSTREAM: rpmsg: Fix possible refcount leak in rpmsg_register_device_override()
  UPSTREAM: rpmsg: glink: Release driver_override
  ...

Change-Id: I6a5428ef1851cf6ecd279791f92aed786ee96b38
2024-01-30 11:46:00 +08:00
Tao Huang
3c05736aa3 Merge commit '3d9e7100637001159451fc7421209106987fe1d0'
* commit '3d9e7100637001159451fc7421209106987fe1d0':
  mtd: spinand: Winbond: Support new device W25N01JWZEIG
  media: i2c: sc4336 adapt sleep_wakeup
  media: rockchip: vicap fixes the probability of stream data loss after tool nodes capture raw data

Change-Id: I9541ed8bacbd39618a7395ed5240b344adceabf0
2024-01-30 11:44:36 +08:00
Tao Huang
b6fc67c82d Merge commit '55370d45a76aad0f446163ae1ef528015bd1b136'
Merge made by the 'ours' strategy.

* commit '55370d45a76aad0f446163ae1ef528015bd1b136':
  media: rockchip: isp: add rkisp_buf_dbg

Change-Id: I5fae9385d6ee41a03423a5e5a2102e7ac1af86d0
2024-01-30 11:44:20 +08:00
Cai YiWei
4f8051bc47 media: rockchip: isp: add rkisp_buf_dbg
buf queue to set u64 data and buf done to check it.

Change-Id: If8e2e1d2b2f782a84dbbfb08b70c497ad23fec4b
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2024-01-30 11:40:15 +08:00
Tao Huang
113391d880 Merge commit '14646892b75b969eefd1e0afbfa0c88ed4f31e9c'
* commit '14646892b75b969eefd1e0afbfa0c88ed4f31e9c':
  media: rockchip: isp: fix isp32 buf no update to hw
  media: rockchip: isp: fix isp stop to enable isp ctrl

Change-Id: I9ac03f5d0a2f6c89473bbf82df4207fdc1dc679e
2024-01-30 11:37:40 +08:00
Zhang Yubing
517ffd6317 drm/rockchip: vop2: dump encdoer name in summary info
In most rockchip display interface driver, only one connector
attach to a encoder. it can be sured which econder is used
by the connector name.

For DP MST, a DP MST connector will attach to many DP MST
encoders, and more than one DP MST connector can attach
to a DP MST encoder. A DP MST encoder's possible crtc can
also more than one. So in this case, which DP MST encoder
is used can't be get by the crct name or connector name.
A encoder name is necessary for DP MST encoder.

Change-Id: I57026b25d63cde8f72a6e34dc56e073559659821
Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
2024-01-30 10:46:37 +08:00
Yu Qiaowei
0b97d73d8e video: rockchip: rga3: fix the wrong check of resolution in RGA3 rotating
Change-Id: If135f3cbb80f30e0a7de18ce293b188318603fde
Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
2024-01-30 10:13:23 +08:00
Yu Qiaowei
14e857ea06 video: rockchip: rga3: Add debug log when assign cores
Change-Id: I9e601fa14da96224acb68ced88ac4580b32b6822
Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
2024-01-30 10:13:23 +08:00
Cai YiWei
e601ffeb04 media: rockchip: isp: dvbm buf support from rockit
Change-Id: Icacd6c500b8e21830c0b44914e2d742f42e8cf75
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2024-01-30 10:10:00 +08:00