mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
drm/msm/a6xx: Add missing BIT(7) to REG_A6XX_UCHE_CLIENT_PF
Downstream always set BIT(7) Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Signed-off-by: Rob Clark <robdclark@chromium.org> Patchwork: https://patchwork.freedesktop.org/patch/568930/
This commit is contained in:
parent
6c15808d9b
commit
cf1aaa7d4a
|
|
@ -1782,7 +1782,7 @@ static int hw_init(struct msm_gpu *gpu)
|
|||
else
|
||||
gpu_write(gpu, REG_A6XX_RBBM_INTERFACE_HANG_INT_CNTL, (1 << 30) | 0x1fffff);
|
||||
|
||||
gpu_write(gpu, REG_A6XX_UCHE_CLIENT_PF, 1);
|
||||
gpu_write(gpu, REG_A6XX_UCHE_CLIENT_PF, BIT(7) | 0x1);
|
||||
|
||||
/* Set weights for bicubic filtering */
|
||||
if (adreno_is_a650_family(adreno_gpu)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user