Hello everybody. I want to use Rock Pi 4 with a display having an aspect ratio of 16x10. But in the list of permissions selection I do not need (1280x800). I came across the following instruction, but apparently it doesn’t work for Rock Pi 4 or I did something wrong. The required file “drivers/video/rockchip/hdmi/hdmi-lcdc.c” is not there, but it was similar “kernel/drivers/video/rockchip/hdmi/rockchip-hdmi-lcdc.c”.
Here is the resulting config
I added the following block (203-224):
.mode = {
.name = "1280x800p@60Hz",
.refresh = 60,
.xres = 1280,
.yres = 800,
.pixclock = 83500000,
.left_margin = 200,
.right_margin = 72,
.upper_margin = 22,
.lower_margin = 3,
.hsync_len = 128,
.vsync_len = 6,
.sync = 0,
.vmode = 0,
.flag = 0,
},
.vic = HDMI_VIDEO_DMT | 10,
.vic_2nd = 0,
.pixelrepeat = 1,
.interface = OUT_P888,
},
Please tell me how to add the desired resolution to the list for Android 9?