mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
d6d8851d12
Manually rebased: bcm27xx/patches-5.15/950-0421-Support-RPi-DPI-interface-in-mode6-for-18-bit-color.patch bcm27xx/patches-5.15/950-0706-media-i2c-imx219-Scale-the-pixel-clock-rate-for-the-.patch ramips/patches-5.15/810-uvc-add-iPassion-iP2970-support.patch Removed upstreamed: bcm27xx/patches-5.15/950-0707-drm-vc4-For-DPI-MEDIA_BUS_FMT_RGB565_1X16-is-mode-1-.patch[1] bcm27xx/patches-5.15/950-0596-drm-vc4-dpi-Add-option-for-inverting-pixel-clock-and.patch[2] ipq807x/0006-v5.16-arm64-dts-qcom-Fix-IPQ8074-PCIe-PHY-nodes.patch [3] ipq807x/0034-v6.1-arm64-dts-qcom-ipq8074-fix-PCIe-PHY-serdes-size.patch [4] ipq807x/0103-arm64-dts-qcom-ipq8074-fix-Gen2-PCIe-QMP-PHY.patch [5] ipq807x/0104-arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-QMP-PHY.patch [6] ipq807x/0105-arm64-dts-qcom-ipq8074-correct-Gen2-PCIe-ranges.patch [7] ipq807x/0108-arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-node.patch [8] ipq807x/0109-arm64-dts-qcom-ipq8074-correct-PCIe-QMP-PHY-output-c.patch [9] ipq807x/0132-arm64-dts-qcom-ipq8074-correct-USB3-QMP-PHY-s-clock-.patch [10] All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.99&id=d2991e6b30020e286f2dd9d3b4f43548c547caa6 2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/gpu/drm/vc4/vc4_dpi.c?h=v5.15.100&id=8e04aaffb6de5f1ae61de7b671c1531172ccf429 3. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=a55a645aa303a3f7ec37db69822d5420657626da 4. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=d9df682bcea57fa25f37bbf17eae56fa05662635 5. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=7e6eeb5fb3aa9e5feffdb6e137dcc06f5f6410e1 6. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=e88204931d9a60634cd50bbc679f045439c4b91d 7. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=1563af0f28afd3b6d64ac79a2aecced3969c90bf 8. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=feb8c71f015d416f1afe90e1f62cf51e47376c67 9. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=69c7a270357a7d50ffd3471b14c60250041200e3 10. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=dd3d021ae5471d98adf81f1e897431c8657d0a18 Build system: x86_64 Build-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3 Run-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me> Tested-by: Robert Marko <robimarko@gmail.com> #ipq807x/Dynalink WRX36 Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> #ipq807x/ax3600, x86_64/FW-7543B, ath79/tl-wdr3600, ipq806x/g10, ipq806x/nbg6817
146 lines
4.8 KiB
Diff
146 lines
4.8 KiB
Diff
From 0e096c4f431ccd7f73e9baa930821dd3bbe93e35 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Tue, 25 Jan 2022 17:28:18 +0000
|
|
Subject: [PATCH] drm/vc4: Support zpos on all planes
|
|
|
|
Adds the zpos property to all planes, and creates the dlist
|
|
by placing the fragments in the correct order based on zpos.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
drivers/gpu/drm/vc4/vc4_hvs.c | 43 +++++++++++++++++++++------------
|
|
drivers/gpu/drm/vc4/vc4_kms.c | 3 +--
|
|
drivers/gpu/drm/vc4/vc4_plane.c | 22 ++++++++++++++---
|
|
3 files changed, 48 insertions(+), 20 deletions(-)
|
|
|
|
--- a/drivers/gpu/drm/vc4/vc4_hvs.c
|
|
+++ b/drivers/gpu/drm/vc4/vc4_hvs.c
|
|
@@ -854,6 +854,8 @@ void vc4_hvs_atomic_flush(struct drm_crt
|
|
bool debug_dump_regs = false;
|
|
bool enable_bg_fill = false;
|
|
u32 __iomem *dlist_start, *dlist_next;
|
|
+ unsigned int zpos = 0;
|
|
+ bool found = false;
|
|
|
|
if (vc4_state->assigned_channel == VC4_HVS_CHANNEL_DISABLED)
|
|
return;
|
|
@@ -867,23 +869,34 @@ void vc4_hvs_atomic_flush(struct drm_crt
|
|
dlist_next = dlist_start;
|
|
|
|
/* Copy all the active planes' dlist contents to the hardware dlist. */
|
|
- drm_atomic_crtc_for_each_plane(plane, crtc) {
|
|
- /* Is this the first active plane? */
|
|
- if (dlist_next == dlist_start) {
|
|
- /* We need to enable background fill when a plane
|
|
- * could be alpha blending from the background, i.e.
|
|
- * where no other plane is underneath. It suffices to
|
|
- * consider the first active plane here since we set
|
|
- * needs_bg_fill such that either the first plane
|
|
- * already needs it or all planes on top blend from
|
|
- * the first or a lower plane.
|
|
- */
|
|
- vc4_plane_state = to_vc4_plane_state(plane->state);
|
|
- enable_bg_fill = vc4_plane_state->needs_bg_fill;
|
|
+ do {
|
|
+ found = false;
|
|
+
|
|
+ drm_atomic_crtc_for_each_plane(plane, crtc) {
|
|
+ if (plane->state->normalized_zpos != zpos)
|
|
+ continue;
|
|
+
|
|
+ /* Is this the first active plane? */
|
|
+ if (dlist_next == dlist_start) {
|
|
+ /* We need to enable background fill when a plane
|
|
+ * could be alpha blending from the background, i.e.
|
|
+ * where no other plane is underneath. It suffices to
|
|
+ * consider the first active plane here since we set
|
|
+ * needs_bg_fill such that either the first plane
|
|
+ * already needs it or all planes on top blend from
|
|
+ * the first or a lower plane.
|
|
+ */
|
|
+ vc4_plane_state = to_vc4_plane_state(plane->state);
|
|
+ enable_bg_fill = vc4_plane_state->needs_bg_fill;
|
|
+ }
|
|
+
|
|
+ dlist_next += vc4_plane_write_dlist(plane, dlist_next);
|
|
+
|
|
+ found = true;
|
|
}
|
|
|
|
- dlist_next += vc4_plane_write_dlist(plane, dlist_next);
|
|
- }
|
|
+ zpos++;
|
|
+ } while (found);
|
|
|
|
writel(SCALER_CTL0_END, dlist_next);
|
|
dlist_next++;
|
|
--- a/drivers/gpu/drm/vc4/vc4_kms.c
|
|
+++ b/drivers/gpu/drm/vc4/vc4_kms.c
|
|
@@ -1042,8 +1042,7 @@ int vc4_kms_load(struct drm_device *dev)
|
|
dev->mode_config.helper_private = &vc4_mode_config_helpers;
|
|
dev->mode_config.preferred_depth = 24;
|
|
dev->mode_config.async_page_flip = true;
|
|
- if (vc4->firmware_kms)
|
|
- dev->mode_config.normalize_zpos = true;
|
|
+ dev->mode_config.normalize_zpos = true;
|
|
|
|
ret = vc4_ctm_obj_init(vc4);
|
|
if (ret)
|
|
--- a/drivers/gpu/drm/vc4/vc4_plane.c
|
|
+++ b/drivers/gpu/drm/vc4/vc4_plane.c
|
|
@@ -1575,9 +1575,14 @@ struct drm_plane *vc4_plane_init(struct
|
|
DRM_COLOR_YCBCR_BT709,
|
|
DRM_COLOR_YCBCR_LIMITED_RANGE);
|
|
|
|
+ if (type == DRM_PLANE_TYPE_PRIMARY)
|
|
+ drm_plane_create_zpos_immutable_property(plane, 0);
|
|
+
|
|
return plane;
|
|
}
|
|
|
|
+#define VC4_NUM_OVERLAY_PLANES 16
|
|
+
|
|
int vc4_plane_create_additional_planes(struct drm_device *drm)
|
|
{
|
|
struct drm_plane *cursor_plane;
|
|
@@ -1593,7 +1598,7 @@ int vc4_plane_create_additional_planes(s
|
|
* modest number of planes to expose, that should hopefully
|
|
* still cover any sane usecase.
|
|
*/
|
|
- for (i = 0; i < 16; i++) {
|
|
+ for (i = 0; i < VC4_NUM_OVERLAY_PLANES; i++) {
|
|
struct drm_plane *plane =
|
|
vc4_plane_init(drm, DRM_PLANE_TYPE_OVERLAY);
|
|
|
|
@@ -1602,17 +1607,28 @@ int vc4_plane_create_additional_planes(s
|
|
|
|
plane->possible_crtcs =
|
|
GENMASK(drm->mode_config.num_crtc - 1, 0);
|
|
+
|
|
+ /* Create zpos property. Max of all the overlays + 1 primary +
|
|
+ * 1 cursor plane on a crtc.
|
|
+ */
|
|
+ drm_plane_create_zpos_property(plane, i + 1, 1,
|
|
+ VC4_NUM_OVERLAY_PLANES + 1);
|
|
}
|
|
|
|
drm_for_each_crtc(crtc, drm) {
|
|
/* Set up the legacy cursor after overlay initialization,
|
|
- * since we overlay planes on the CRTC in the order they were
|
|
- * initialized.
|
|
+ * since the zpos fallback is that planes are rendered by plane
|
|
+ * ID order, and that then puts the cursor on top.
|
|
*/
|
|
cursor_plane = vc4_plane_init(drm, DRM_PLANE_TYPE_CURSOR);
|
|
if (!IS_ERR(cursor_plane)) {
|
|
cursor_plane->possible_crtcs = drm_crtc_mask(crtc);
|
|
crtc->cursor = cursor_plane;
|
|
+
|
|
+ drm_plane_create_zpos_property(cursor_plane,
|
|
+ VC4_NUM_OVERLAY_PLANES + 1,
|
|
+ 1,
|
|
+ VC4_NUM_OVERLAY_PLANES + 1);
|
|
}
|
|
}
|
|
|