Skip to content

Commit 448a2db

Browse files
committed
Revert "drm/vc4: hvs: Don't write gamma luts on 2711"
This reverts commit 40c77e9.
1 parent bd72ae8 commit 448a2db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/vc4/vc4_hvs.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,6 @@ static void vc4_hvs_lut_load(struct vc4_hvs *hvs,
563563
if (!drm_dev_enter(drm, &idx))
564564
return;
565565

566-
if (hvs->vc4->is_vc5)
567-
return;
568-
569566
/* The LUT memory is laid out with each HVS channel in order,
570567
* each of which takes 256 writes for R, 256 for G, then 256
571568
* for B.

0 commit comments

Comments
 (0)