mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 14:19:43 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit 692205305db14deeff1a2dc4a6d7f87e19fc418b)
23 lines
726 B
Diff
23 lines
726 B
Diff
From 448a2db3990534810b45d3e4202df96ab2dc5815 Mon Sep 17 00:00:00 2001
|
|
From: Dom Cobley <popcornmix@gmail.com>
|
|
Date: Tue, 10 Dec 2024 15:28:28 +0000
|
|
Subject: [PATCH] Revert "drm/vc4: hvs: Don't write gamma luts on 2711"
|
|
|
|
This reverts commit 40c77e93cfdda320f47fc1a00a76ce466d20e976.
|
|
---
|
|
drivers/gpu/drm/vc4/vc4_hvs.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
--- a/drivers/gpu/drm/vc4/vc4_hvs.c
|
|
+++ b/drivers/gpu/drm/vc4/vc4_hvs.c
|
|
@@ -521,9 +521,6 @@ static void vc4_hvs_lut_load(struct vc4_
|
|
if (!drm_dev_enter(drm, &idx))
|
|
return;
|
|
|
|
- if (hvs->vc4->gen == VC4_GEN_5)
|
|
- return;
|
|
-
|
|
/* The LUT memory is laid out with each HVS channel in order,
|
|
* each of which takes 256 writes for R, 256 for G, then 256
|
|
* for B.
|