mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-10 22:20:40 +01:00
freedreno/a6xx: remove some left over dead code
These registers don't exist, just remnants of initial port from a5xx. Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
f9ad73cdfd
commit
1fdc259bfc
1 changed files with 0 additions and 10 deletions
|
|
@ -1463,16 +1463,6 @@ fd6_emit_sysmem_prep(struct fd_batch *batch)
|
|||
fd6_event_write(batch, ring, PC_CCU_INVALIDATE_COLOR, false);
|
||||
fd6_cache_inv(batch, ring);
|
||||
|
||||
#if 0
|
||||
OUT_PKT4(ring, REG_A6XX_PC_POWER_CNTL, 1);
|
||||
OUT_RING(ring, 0x00000003); /* PC_POWER_CNTL */
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
OUT_PKT4(ring, REG_A6XX_VFD_POWER_CNTL, 1);
|
||||
OUT_RING(ring, 0x00000003); /* VFD_POWER_CNTL */
|
||||
#endif
|
||||
|
||||
/* 0x10000000 for BYPASS.. 0x7c13c080 for GMEM: */
|
||||
fd_wfi(batch, ring);
|
||||
OUT_PKT4(ring, REG_A6XX_RB_CCU_CNTL, 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue