Chaoyi Chen 8854402436 drm/rockchip: vop: Add support for set data map mode for RV1126B
The RV1126B introduce data map mode for BT1120/BT656/MCU.

MCU:
- 1'b0: mcu_data[23:0]
- 1'b1: {mcu_data[7:3],3'b0,mcu_data[2:0], mcu_data[7:5],2'b0,mcu_data[4:0],3'b0}

BT1120:
- 2'b00: {8'd0,bt1120[15:0]}
- 2'b01: {bt1120[15:0],8'd0}
- 2'b10: reserved
- 2'b11: {bt1120[15:11],3'd0,bt1120[10:5],2'd0,bt1120[4:0],3'b0}

BT656:
- 2'b00: {16'd0,bt656[7:0]}
- 2'b01: {8'd0,bt656[7:0],8'd0}
- 2'b10: {bt656[7:0],16'd0}
- 2'b11: {bt656[7:3],3'd0,bt656[2:0],bt656[7:5],2'd0,bt656[4:0],3'd0}

Change-Id: I875a2675004c25a3382135af337c2fb82c0d2563
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
2025-06-18 06:08:13 +00:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%