- cst/hardware-caps: add pip_devs

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-02 22:33:10 +02:00
committed by Thilo Graf
parent 609d6c4a7c
commit 5ef59f4cbc
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ hw_caps_t *get_hwcaps(void)
caps.has_SCART_input = 0;
caps.has_YUV_cinch = 1;
caps.can_pip = 1;
caps.pip_devs = 1;
caps.can_cpufreq = (rev < 9);
caps.can_shutdown = (rev > 7);
caps.can_cec = 1;

View File

@@ -28,6 +28,7 @@ typedef struct hw_caps
int has_SCART_input;
int has_YUV_cinch;
int can_pip;
int pip_devs;
int can_cpufreq;
int can_shutdown;
int can_cec;