Searched hist:cc517d73e172c542af12d78e5d89e1c9c60592d3 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | cc517d73e172c542af12d78e5d89e1c9c60592d3 Thu Feb 13 06:56:05 UTC 2025 Damon Ding <damon.ding@rock-chips.com> video/drm: vop2: update default axi id for rk3576
If Cluster rid is bigger than 0xf, VOP will dead at the system bandwidth very terrible scene.
old: Cluster0 win0: 0x02, 0x03 [AXI0] Cluster1 win0: 0x06, 0x07 [AXI0] Esmart0: 0x0a, 0x0b [AXI0] Esmart1: 0x0c, 0x0d [AXI0] Esmart2: 0x0a, 0x0b [AXI1] Esmart3: 0x0c, 0x0d [AXI1]
new: Cluster0 win0: 0x0a, 0x0b [AXI0] Cluster1 win0: 0x06, 0x07 [AXI0] Esmart0: 0x10, 0x11 [AXI0] Esmart1: 0x12, 0x13 [AXI0] Esmart2: 0x0a, 0x0b [AXI1] Esmart3: 0x0c, 0x0d [AXI1]
If Esmart rid is bigger than 0xf, we should disable esmart dma stride 4k.
Change-Id: I048803e09dfdf01cf482746b7a489dbbeaee3da3 Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
|