linux/arch/arm64
Caesar Wang 1c34c4852f arm64: configs: update rockchip_linux_defconfig
1) Enable CONFIG_VIDEO_LT6911UXC by default
Enable lt6911uxc HDMI to MIPI CSI-2 bridge driver for hdmi-in
application. Which found on rk3568-evb2-lp4x-v10.

2) Enable CONFIG_VIDEO_LT7911D
Enable the lt7911d DP/type-c to MIPI-CSI2 bridge driver used for
rk3588s-evb ExtBoard.

3) Enable CONFIG_ROCKCHIP_MPP_AV1DEC
Enable av1dec

4) Enable CONFIG_DRM_DP_AUX_CHARDEV
DPCD read:
  dd if=/dev/drm_dp_aux0 bs=1 skip=$((0x200)) count=1 status=none | od -tx1
DPCD write:
  echo -e -n "\x80" | dd of=/dev/drm_dp_aux0 bs=1 seek=$((0x10a)) count=1 status=none

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Change-Id: Ie98f346f188ee65603bfca75a90e04e1bc8bf45f
2022-03-23 17:30:09 +08:00
..
boot arm64: dts: rockchip: rk3399-evb-ind: use new type-c framework 2022-03-23 17:27:18 +08:00
configs arm64: configs: update rockchip_linux_defconfig 2022-03-23 17:30:09 +08:00
crypto ANDROID: crypto: fips140 - perform load time integrity check 2021-06-11 07:49:58 +00:00
include Merge tag 'ASB-2021-12-05_12-5.10' of https://android.googlesource.com/kernel/common 2021-12-14 17:09:02 +08:00
kernel arm64: process: move show_extra_register_data after dump_backtrace 2021-12-31 10:20:26 +08:00
kvm Merge branch 'android12-5.10' into android12-5.10-lts 2021-09-02 09:02:06 +02:00
lib BACKPORT: FROMGIT: arm64: mte: handle tags zeroing at page allocation time 2021-06-17 14:39:37 -07:00
mm dma-buf: heaps: add rockchip heaps 2022-03-03 15:13:36 +08:00
net This is the 5.10.56 stable release 2021-08-04 15:02:23 +02:00
xen
Kbuild
Kconfig UPSTREAM: arm64: Kconfig: select KASAN_VMALLOC if KANSAN_GENERIC is enabled 2021-10-04 15:44:41 +00:00
Kconfig.debug
Kconfig.platforms clocksource/drivers/rockchip: Add module support to rockchip timer 2021-07-28 19:32:05 +08:00
Makefile Merge remote branch 'android12-5.10' of https://android.googlesource.com/kernel/common 2021-06-25 11:32:04 +08:00
Makefile.postlink ANDROID: fips140: preserve RELA sections without relying on the module loader 2021-10-29 13:32:14 -07:00