Commit Graph

1281424 Commits

Author SHA1 Message Date
Zefa Chen
087a57f504 media: rockchip: vicap fixes error condition of disable online
Change-Id: I0d9bcca0c76a76f522a596e8326f434d71a501da
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
2025-05-09 14:44:19 +08:00
Cai YiWei
6e5b2259f9 media: rockchip: isp: fix mipi overflow for isp21
Change-Id: Id5582a2ef799389567d8df5a66963ac5c777e718
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2025-05-09 03:05:34 +00:00
Andy Yan
f57715b5aa drm/rockchip: cleanup fb when drm_gem_fb_afbc_init failed
In the function drm_gem_fb_init_with_funcs, the framebuffer (fb) and
its corresponding object ID have already been registered.

So we need to do cleanup the drm framebuffer if the subsequent execution
of drm_gem_fb_afbc_init fails.

Or we will meet list_del corruption like bellow when userspace call
drm_mode_rmfb to remove all the previous created fb:

[  202.019304] list_del corruption. prev->next should be ffffff817eba4608, but was 0000000000000000. (prev=ffffff817eba5f08)
[  202.019340] kernel BUG at lib/list_debug.c:61!
[  202.019346] Internal error: Oops - BUG: 00000000f2000800 [#1] PREEMPT SMP
[  202.021421] Modules linked in: bcmdhd(O) r8168
[  202.021884] CPU: 7 PID: 395 Comm: binder:339_3 Tainted: G W  O       6.1.118 #59
[  202.022648] Hardware name: Rockchip RK3588 EVB1 LP4 V10 Board (DT)
[  202.023249] pstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  202.023925] pc : __list_del_entry_valid+0xbc/0xd0
[  202.024409] lr : __list_del_entry_valid+0xbc/0xd0
[  202.024889] sp : ffffffc00dd8bb40
[  202.025248] x29: ffffffc00dd8bb40 x28: 00000000000000af x27:ffffff81088ab600
[  202.025936] x26: 0000000000000004 x25: ffffff810880eac0 x24:ffffffc00962bc98
[  202.026623] x23: 0000000000000000 x22: ffffff81002be000 x21:ffffff817eba4608
[  202.027310] x20: ffffff817eba4600 x19: ffffff81002be218 x18:ffffffc00dbc5080
[  202.027998] x17: 20747562202c3830 x16: ffffffffffffffff x15:0000000000000004
[  202.028684] x14: ffffffc00a06c980 x13: 0000000000001d5a x12:0000000000000003
[  202.029372] x11: 000000010000dd5a x10: c00000010000dd5a x9 :02c01f0f68978400
[  202.030059] x8 : 02c01f0f68978400 x7 : 205b5d3430333931 x6 :302e32303220205b
[  202.030747] x5 : ffffffc00a493617 x4 : ffffffc00dd8b897 x3 :0000000000000000
[  202.031434] x2 : 0000000000000000 x1 : ffffffc00dd8b900 x0 :000000000000006d
[  202.032121] Call trace:
[  202.032395]  __list_del_entry_valid+0xbc/0xd0
[  202.032843]  drm_framebuffer_cleanup+0x34/0x80
[  202.033305]  __rockchip_drm_fb_destroy+0x18/0x1ec
[  202.033789]  rockchip_drm_fb_destroy+0x18/0x40
[  202.034247]  drm_framebuffer_free+0x30/0x40
[  202.034674]  drm_mode_object_put+0x60/0xac
[  202.035100]  drm_mode_rmfb+0x170/0x1a4
[  202.035493]  drm_mode_rmfb_ioctl+0x14/0x20
[  202.035920]  drm_ioctl_kernel+0x80/0xf8
[  202.036324]  drm_ioctl+0x2d4/0x554

Change-Id: I191e2b2a1b8229da1642ac58a6adc8fc3a3d71ea
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
2025-05-09 03:04:36 +00:00
Wei Dun
113d77f355 media: rockchip: vpss: Fix FBC format output issue in offline mode
Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
Change-Id: Ife1b94330d20f16816cc1e5cdb8da6e98ce265b5
2025-05-09 02:40:04 +00:00
Wei Dun
b526d363c9 media: rockchip: vpss: add condition for RKVPSS_MIR_FORCE_UPD
Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
Change-Id: I67b8c8017aed9eef5ad7f2db6bcd25b7022481df
2025-05-09 02:39:56 +00:00
Wei Dun
e2fb9cd245 media: rockchip: vpss: remove rkvpss_soft_reset on process timeout
Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
Change-Id: I3a53f005ddf4a524991b369adf7cb6a10bc20883
2025-05-09 02:39:56 +00:00
Wei Dun
a5f9e1799f media: rockchip: vpss: fix RKVPSS2X_MI_WR_FBCE_SIZE calculation error
Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
Change-Id: Ibdc4b3f6dc4e54bbd4381d51d28bdf6aa054c195
2025-05-09 02:39:56 +00:00
Wei Dun
84268cfeff media: rockchip: vpss: set ONLINE2_CMSC_EN 0 in offline mode
Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
Change-Id: Id7e670404c30f3f7b78b9f43d7803e48f59fb957
2025-05-09 02:39:56 +00:00
Cai YiWei
b5b44dbbfc media: rockchip: isp: reduce rockit buf vmap
Change-Id: I80ead8934b06e94692ba8145f465c3b9ccbd5243
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2025-05-09 01:33:50 +00:00
Cai YiWei
5c1ece6d8f media: rockchip: vpss: frame start to update buf
Change-Id: I5c064b96a6d7d9f6690ff43a8beec9a03763a384
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2025-05-08 11:24:38 +00:00
Zefa Chen
191adb1fc5 media: rockchip: vicap init frame_phase_cache
Change-Id: Ic783b0c8d86106d00fe60d4bff41a7abb1f7dd3e
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
2025-05-08 11:24:04 +00:00
Zefa Chen
1064d12c6d phy: rockchip: mipi csi2 dphy fixes error of clk0 enable
enable too early may lead to mipi csi2 overflow

Change-Id: Ib4d1f59803b8dcfdea8ba219fe8dc9667db35428
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
2025-05-08 11:24:04 +00:00
Yu Zheng
58732189b1 arm64: dts: rockchip: rv1126b-evb1-v10-dv: reduce spi freq
Signed-off-by: Yu Zheng <yu.zheng@rock-chips.com>
Change-Id: I2a0ad349fad55917adc26db5855beaffcc80696f
2025-05-08 17:05:19 +08:00
Sandy Huang
5c295c7639 drm/rockchip: vop2: avoid config done time close to vsync
Avoid commit new plane time close to vsync at async mode, the following
case maybe lead to error:
vsync[1]->update plane[2]->config done[3]->update plane[4]->vsync[5]
If new vsync[5] insert step 4, only part of plane register complete,
this will lead to part of plane register take effect and lead to error.

So we introduce this safeguard, when commit time exceeds 15/16 of a
frame, this frame will be postponed to the next frame.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I4e405baf6ac080f6990e94f639c168ff9f0daf1c
2025-05-07 10:11:21 +00:00
Chaoyi Chen
1f34b60222 drm/rockchip: vop2: Use regbak to determine whether win is disabled
The vop2_win_disable() may be called multiple times in a short period
before the fs comes. Using VOP_WIN_GET(vop2, win, enable) for
judgment may cause double disable of win, leading to double decrement
of vop2_power_domain.ref_count.

This patch uses regbak to determine whether win is already disabled
in vop2_win_disable(), similar to what is done in the
vop2_win_enable().

Change-Id: I3095ef0ef0068ef3dd7245375127083a17871341
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
2025-05-07 10:11:10 +00:00
Chaoyi Chen
ce5794977b drm/rockchip: vop2: Set initial ref_count for parent power domain
If the power domain has a parent power domain, the ref_count of
parent power domain should also be set during initialization.

Change-Id: I4948d11fee2829049559541040ae2117ca319329
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
2025-05-07 10:11:10 +00:00
Chaoyi Chen
8b2e37f03c drm/rockchip: vop2: Fix integer underflow for power domain ref_count
If the PD has already been turned off, and the value of
vop2_power_domain.ref_count is zero at this time, calling
vop2_power_domain_put() again will cause ref_count to underflow.
This underflow will be interpreted as if the PD has been turned on.

Fixes: aa3aee14d0 ("drm/rockchip: vop2: Add vop2 internal pd support for rk3588")
Change-Id: Ia814c5907072cd1aee785734e36053cba7382b23
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
2025-05-07 10:11:10 +00:00
Wu Liangqing
8d47fabe2f arm64: dts: rockchip: add rk3588-evb10-v10.dts for rk3588 evb10
Change-Id: I83775b3c362c954b8d3551b48f543c53f775c0bf
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
2025-05-07 17:32:41 +08:00
Huibin Hong
3f38eabc5b arm64: armv8_deprecated: protect prev_mode or it would cause undef_lock deadlock
When do 'echo 1 > /proc/sys/abi/swp' on two cpus at the same time, we can see:

	call_undef_hook() at traps.c:442
	do_undefinstr() at traps.c:504
	el0_undef() at entry-common.c:605
	el0t_64_sync_handler() at entry-common.c:689
	el0t_64_sync() at entry.S:585

That is because write swp 1 at the same time, add the swp_hooks to the undef_hook
list twice, swp_hooks list node's next becomes itself. When list_for_each_entry of
the undef_hook, cpu loops forever here.

Change-Id: Ice60dbc633020220e7218a554e9d0e4c7dacceb4
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
2025-05-07 08:54:58 +00:00
Zhen Chen
e54469c723 MALI: rockchip: Add separate src directory for Valhall driver from DDK g28p0-00eac0
Previously, Valhall and Bifrost GPUs shared a single driver source directory (drivers/gpu/arm/bifrost).
However, starting from DDK r52 (g27), Bifrost GPUs are no longer supported.
As a result, the Valhall GPU driver from DDK r53 (g28) must use a separate source directory
(drivers/gpu/arm/valhall).

There are also modifications in some header files outside of drivers/gpu/arm/.

In addition, the configs related to Bifrost and Valhall GPUs have been removed
from the defconfig file like rockchip_linux_defconfig,
which does not reflect the current SoC.
Instead, these configs have been migrated to the .config files
such as rk3576.config, whose file names can reflect the current SoC.
Therefore, for some SoCs, the kernel compilation command line needs to be adjusted.

Change-Id: I0c4384212b4b679a728401f7f89ae839530f002b
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
2025-05-07 07:43:36 +00:00
Chen Shunqing
74328f507f drm/bridge: synopsys: dw-hdmi-qp: support hdmi2.0 when get modes is not from edid
Signed-off-by: Chen Shunqing <csq@rock-chips.com>
Change-Id: Ie1c78cf2b817b6ba9bfb59481331507bd9e5fa12
2025-05-07 07:01:26 +00:00
Finley Xiao
a6e1abc637 thermal: rockchip: Don't adjust bias for rv1126b
The bias is adjusted in spl.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: If585775120165d42def687903db6baa8d0978cff
2025-05-07 07:01:01 +00:00
Zheng zhiqi
eab93b2967 arm64: dts: rockchip: rk3588-vehicle-evb-v23-audio: fix BT card format
FIX BT card format
    format = 'dsp_a'
    bitclock = 'inversion'
    mclk-fs = '256'

Change-Id: Iddb5e5c995a29e2a0e756f98e3583893504f8d08
Signed-off-by: Zheng zhiqi <looper.zheng@rock-chips.com>
2025-05-07 01:10:12 +00:00
Liang Chen
3d090ee1b3 arm64: dts: rockchip: rv1126b: set low-temp-min-volt for dmc
Change-Id: I1322a9501f4c9322e5e576dfeec36757049ef9f4
Signed-off-by: Liang Chen <cl@rock-chips.com>
2025-05-06 17:21:50 +08:00
Finley Xiao
14ad825b7c arm64: dts: rockchip: rv1126b: Add rockchip,cru for isp and aisp pvtpll
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I4552cfe5bc414472fe6b47035918619a46490a57
2025-05-06 15:33:56 +08:00
Finley Xiao
7cd995b081 clk: rockchip: clk-pvtpll: Add support to disable pvtpll for rv1126b
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I3352b39d97e5bfacd962b7f786c87eda92770e40
2025-05-06 15:33:10 +08:00
Guochun Huang
96aaf2fd6c drm/rockchip: dsi: transfer WMS/WMC packet use HS DCS long write command
DSI works in command mode, using long packet DCS commands WMC and WMS
to send video signals at high speed.

Change-Id: Ib95e9e2228d6393f85f7d3e53918d538f34d9b72
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
2025-05-02 17:31:51 +08:00
Hu Kejun
3efb087f48 media: i2c: dw9800v: fix motor pos is wrong after change max logicalpos
Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Change-Id: I1136ffab716af60c461b03ad5bd71ed811b1fb0b
2025-04-30 12:31:04 +00:00
Zefa Chen
26796deb68 media: i2c: otp_eeprom fixes error of qsc data size
Change-Id: Ifa5aa55f1329ebab875f0525604b0b0a8c39dcac
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
2025-04-30 11:56:15 +00:00
Cai YiWei
b175fe17bc media: rockchip: isp: fix bls2/bls3
Change-Id: I6729034bc03ce6ab27771af77d4dae4a7abc0314
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2025-04-30 10:03:24 +00:00
Cai YiWei
6c9150f09c media: rockchip: isp: fix resume no output for isp35
Change-Id: I68d5f94d66c3e2d15cc58c92a07db7ef89b740fb
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2025-04-30 10:03:24 +00:00
Damon Ding
bd577ca192 drm/bridge: analogix_dp: Add log to indicate panel self test mode
If the CONSOLE_LOGLEVEL_DEFAULT is over 6, there should be the
related log:

......
[   69.489746][  T300] rockchip-dp 27dc0000.edp: Enter panel self test mode
......

Change-Id: I256933ef2cff20716715c5850948a85e4c8fad07
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2025-04-30 02:15:46 +00:00
Sugar Zhang
5887b5e6da dmaengine: rockchip-dma: Fix potential concurrent on rk_dma_lch
The LCH should always be accessed under lock protection to avoid
race conditions that could lead to null-pointer dereference.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I26ef5467c4d79236e1d52806fec7d60c0c34136f
2025-04-30 09:41:32 +08:00
Sugar Zhang
d2c81f797c dmaengine: rockchip-dma: Fix overflow in get_bytes_xfered calculation
The transferred bytes are calculated by subtracting first_lli.base from
current position (cur_pos). However, cur_pos remains 0 until the first
burst transfer completes, which could result in a negative value.
This leads to incorrect byte count reporting.

Fix the overflow by clamping the calculated bytes to 0 when negative,
ensuring the reported transfer position matches hardware state before
the first burst completion.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Ie9d14f514d2ebfe068b535b2f9892b319cb8a41b
2025-04-30 09:36:37 +08:00
Yandong Lin
093b727416 arm64: configs: rv1126b: add CONFIG_DMABUF_PARTIAL=y
Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: Id05ccce1375243b1fd3402f23b648f3d0b9f06c0
2025-04-29 20:17:57 +08:00
Yandong Lin
82dc09df86 ARM: configs: rv1126b: add CONFIG_DMABUF_PARTIAL=y
Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: I51e5c984da5433c822908c0a63646fc5f8df7315
2025-04-29 20:15:35 +08:00
Yu Qiaowei
6ec967cecf video: rockchip: rga3: RGA3 support RGBX/BGRX8888
Change-Id: I93a403d5dd94a44e267692a3542a938a2aaacf8d
Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
2025-04-29 11:47:34 +00:00
Sugar Zhang
7ce3df001a dmaengine: rockchip-dma: Fix NULL pointer dereference in rk_dma_irq_handler()
Unable to handle kernel NULL pointer dereference at virtual address 0000000c
[0000000c] *pgd=00000000
Internal error: Oops - BUG: 17 [#1] SMP THUMB2
CPU: 0 PID: 0 Comm: swapper/0 Tainted: G           O       6.1.118 #1
Hardware name: Generic DT based system
PC is at rk_dma_irq_handler+0xa2/0x112
LR is at arch_spin_lock+0x9/0x32
pc : [<b01c3f00>]    lr : [<b0038341>]    psr: 600001f3
sp : b060de28  ip : 00000000  fp : b0ab3580
r10: 00000000  r9 : 00000001  r8 : 00000000
r7 : 00000000  r6 : b0abc124  r5 : b0a7d440  r4 : 00000000
r3 : 00000000  r2 : 00000001  r1 : 00001707  r0 : 00000000

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: Ib72308df4899c6142ac5749722b6f0b96af8c988
2025-04-29 11:36:44 +00:00
Algea Cao
2e4cd35f06 drm/rockchip: vop2: update color-encoding selection policy for post-csc
When all layers are rgb, the post-csc input color encoding
is fixed to rgb full, and the value of input_color_encoding
has no actual utility. If there are any yuv planes, value
of post-csc input_color_encoding selects the value of the
yuv plane with the largest area.

Change-Id: If624730e93a5ac03fc334890074883b9e6b828eb
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
2025-04-29 16:31:36 +08:00
Damon Ding
2bebef2839 pwm: rockchip: replace duty_table with wave_table in irq callbacks
Change-Id: If0f81d6eb2c6d922e9ceab9fe440fe3555bc9112
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2025-04-29 06:21:15 +00:00
Damon Ding
00b6ef8285 drm/rockchip: vop2: Fix the name of CSC and BCSH parameters conversion function
Replace vop3_get_csc_paramter_from_bcsh() with
vop3_get_csc_info_from_bcsh().

Fixes: f9166c5c1d ("drm/rockchip: vop2: config csc parameters from bcsh defaultly")
Change-Id: I5feb0be308c73571976f90780a9805e8b21b9d5f
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2025-04-29 10:05:43 +08:00
Frank Wang
adb3aba203 usb: typec: tcpm: fix panic when pd disabled in dt
The pd revision can't be initialized when the 'pd-disable' property
is added in DT, and the negotiated_rev becomes be invalid, which
causes kernel panics.

The Kernel panic has the following stack trace:

[    4.262221][  T182] Unable to handle kernel paging request at virtual address ffffffc8096bf508
[    4.264702][  T182] Mem abort info:
[    4.265014][  T182]   ESR = 0x0000000096000005
[    4.265411][  T182]   EC = 0x25: DABT (current EL), IL = 32 bits
[    4.265939][  T182]   SET = 0, FnV = 0
[    4.266271][  T182]   EA = 0, S1PTW = 0
[    4.266612][  T182]   FSC = 0x05: level 1 translation fault
[    4.267107][  T182] Data abort info:
[    4.267426][  T182]   ISV = 0, ISS = 0x00000005
[    4.267823][  T182]   CM = 0, WnR = 0
[    4.268152][  T182] swapper pgtable: 4k pages, 39-bit VAs, pgdp=000000004217e000
[    4.268802][  T182] [ffffffc8096bf508] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[    4.269633][  T182] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
[    4.270250][  T182] Modules linked in:
[    4.270584][  T182] CPU: 5 PID: 182 Comm: 2-004e Not tainted 6.1.99 #7
[    4.271158][  T182] Hardware name: Rockchip RK3576 EVB1 V10 Board (DT)
[    4.271730][  T182] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[    4.272402][  T182] pc : tcpm_set_state+0x6c/0x11c
[    4.272834][  T182] lr : tcpm_set_state+0x40/0x11c
[    4.273254][  T182] sp : ffffffc00beebd70
[    4.273606][  T182] x29: ffffffc00beebd70 x28: 0000000000000000 x27: ffffffc009f59e00
[    4.274303][  T182] x26: ffffffc009f27008 x25: 0000000000000001 x24: ffffff80c7dc7148
[    4.274996][  T182] x23: ffffffc008c22ee8 x22: 0000000000000011 x21: 0000000000000000
[    4.275689][  T182] x20: 0000000000000012 x19: ffffff80c4f8c040 x18: ffffffc00bd45028
[    4.276372][  T182] x17: 3a736d61202c312d x16: ffffffffffffffff x15: 0000000000000004
[    4.277065][  T182] x14: ffffffc009fdc100 x13: 0000000000003fff x12: 0000000000000003
[    4.277757][  T182] x11: ffffffc0096bf510 x10: 00000000ffffffff x9 : ffffffc0096bf528
[    4.278450][  T182] x8 : 0000000000000000 x7 : 205b5d3430323236 x6 : 322e34202020205b
[    4.279143][  T182] x5 : ffffffc00a3fb617 x4 : ffffffc00beebac7 x3 : ffffffc009ba7471
[    4.279836][  T182] x2 : ffffffc009bc41de x1 : ffffffc00beebb30 x0 : 0000000000000058
[    4.280528][  T182] Call trace:
[    4.280805][  T182]  tcpm_set_state+0x6c/0x11c
[    4.281204][  T182]  run_state_machine+0x108c/0x1908
[    4.281645][  T182]  tcpm_state_machine_work+0x84/0xcc
[    4.282097][  T182]  kthread_worker_fn+0xf4/0x228
[    4.282517][  T182]  kthread+0xec/0x1b8
[    4.282860][  T182]  ret_from_fork+0x10/0x20

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Change-Id: I7039c541039e17199f1db6b42ecf23af7f317963
2025-04-28 11:29:32 +00:00
Damon Ding
559aa0ed87 pwm: rockchip-test: Add demo for updating both period and duty in wave generator mode
The demo wave should be like:

    _   _   _   _   _
   | | | | | | | | | |
 __| |_| |_| |_| |_| |_____________________________________

 |                   |                                    |
 |  five 400K waves  |             delay 10ms             |
 |                   |                                    |

Change-Id: I89c1d921dd2b230debe2664036b20c1d305cd35f
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2025-04-28 19:25:50 +08:00
Damon Ding
31546c56cb pwm: rockchip: simplify to one wave_table configuration instead of duty_table and period_table
For wave mode, the duty and period share memory to update, so it is
sufficient to config &rockchip_pwm_wave_config.wave_table and set
&rockchip_pwm_wave_config.duty_*/&rockchip_pwm_wave_config.period_*
for the update of duty and period.

Change-Id: Ide133377991a9a6c2c26c4de4cb91040f6a7eadd
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
2025-04-28 19:25:50 +08:00
Zefa Chen
46e513f605 media: rockchip: vicap support get data type form sensor driver
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ieecd9ed63d5172a1a210a48f1b16848a93e71ed4
2025-04-28 19:25:50 +08:00
Zefa Chen
41a9d53bc3 include: rk-camera-module: add cmd of RKMODULE_GET_SPD_RATIO
Change-Id: I398507ea699a71325a635cee8a9ce3e23ec8f1b0
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
2025-04-28 19:25:50 +08:00
Zefa Chen
49f1524f77 include: rk-camera-module: add cmd of RKMODULE_SET_BLC
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I65a7979e828421daba600a537c737ff514a2c8b3
2025-04-28 19:25:50 +08:00
Zefa Chen
0a46c92b2d include: rk-camera-module: add cmd of RKMODULE_SET_WB_GAIN
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I9202c9000e755d6ede2bff139874933d32acfa3a
2025-04-28 19:25:50 +08:00
Xing Zheng
a2be2f002e ASoC: codecs: rk_dsm: Fixed the configuration in multi codec sound was modified by capture stream
Also, the setting of rk_dsm_set_clk() is only in the playback stream.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I142091151f94cc62b4b22f4079d3ab03f9dce57f
2025-04-28 19:25:50 +08:00
Algea Cao
36d47d42d0 drm/rockchip: vop2: Set post-csc input range limited when vp is yuv overlay
When dci is not enabled and vp is yuv overlay, the input
range of csc is limited.

Fixes: c08d820f80 ("drm/rockchip: vop2: Support post csc color range convert")
Change-Id: I53064bcbb46f8d2fda70eb71577e79ea32399690
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
2025-04-28 19:25:50 +08:00