Skip to content

Commit

Permalink
Enlarge flush cache size to avoid flick on console/modetest and UVC 1…
Browse files Browse the repository at this point in the history
…080P camera.

Signed-off-by: Windsome Zeng <[email protected]>
  • Loading branch information
WindsomeZeng authored and MichaIng committed Oct 7, 2023
1 parent 48449e0 commit 765f7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/verisilicon/vs_dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ static int dc_init(struct device *dev)
dev_err(dev, "failed to get l2 cache size\n");
return ret;
}
l2_cache_size <<= 4;

ret = syscon_panel_parse_dt(dev);
if (ret){
Expand Down

0 comments on commit 765f7b0

Please sign in to comment.