Commit ee724ea
drm/rockchip: vop2: Support setting custom background color
Commit bec7cbfa7d4f upstream.
The Rockchip VOP2 display controller allows configuring the background
color of each video output port.
Since a previous patch introduced the BACKGROUND_COLOR CRTC property,
which defaults to solid black, make use of it when programming the
hardware.
Note the maximum precision allowed by the display controller is 10bpc,
while the alpha component is not supported, hence ignored.
Tested-by: Diederik de Haas <diederik@cknow-tech.com>
Reviewed-by: Andy Yan <andyshrk@163.com>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://patch.msgid.link/20260303-rk3588-bgcolor-v8-4-fee377037ad1@collabora.com
Signed-off-by: Daniel Stone <daniels@collabora.com>1 parent 0d6abe4 commit ee724ea
File tree
2 files changed
+27
-1
lines changed- drivers/gpu/drm/rockchip
2 files changed
+27
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
1061 | 1068 | | |
1062 | 1069 | | |
1063 | 1070 | | |
| |||
1548 | 1555 | | |
1549 | 1556 | | |
1550 | 1557 | | |
| 1558 | + | |
1551 | 1559 | | |
1552 | 1560 | | |
1553 | 1561 | | |
| |||
1593 | 1601 | | |
1594 | 1602 | | |
1595 | 1603 | | |
1596 | | - | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
1597 | 1613 | | |
1598 | 1614 | | |
1599 | 1615 | | |
| |||
1972 | 1988 | | |
1973 | 1989 | | |
1974 | 1990 | | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
1975 | 1995 | | |
1976 | 1996 | | |
1977 | 1997 | | |
| |||
2461 | 2481 | | |
2462 | 2482 | | |
2463 | 2483 | | |
| 2484 | + | |
| 2485 | + | |
2464 | 2486 | | |
2465 | 2487 | | |
2466 | 2488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
661 | 665 | | |
662 | 666 | | |
663 | 667 | | |
| |||
0 commit comments