Re: [PATCH v2 00/11] Rockchip VOP2 support

2025-02-28 Thread Piotr Zalewski
Tested on pinetab2. With v2 usb start isn't called on boot because USB_PREBOOT config was disabled so keyboard doesn't work until it is manually typed through serial console. Also there is less console output than in v1 because PRE_CONSOLE_BUFFER is disabled. Perhaps disabling those 2 was intention

[PATCH v2 00/11] Rockchip VOP2 support

2025-02-23 Thread Dang Huynh
This series adds VOP2 support to U-Boot and enable it for PineTab2. HDMI should work flawlessly but there's still some timings issue with DW MIPI DSI, perhaps that's something to look into later. PATCH 4 and 7 requires get_display_timing patch[1]. Until that patch gets into master, the patches ca