Skip to content

Commit

Permalink
Revert "drm/vc4: hvs: Don't write gamma luts on 2711"
Browse files Browse the repository at this point in the history
This reverts commit 40c77e9.
  • Loading branch information
popcornmix committed Dec 10, 2024
1 parent bd72ae8 commit 448a2db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/vc4/vc4_hvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,6 @@ static void vc4_hvs_lut_load(struct vc4_hvs *hvs,
if (!drm_dev_enter(drm, &idx))
return;

if (hvs->vc4->is_vc5)
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.
Expand Down

0 comments on commit 448a2db

Please sign in to comment.