]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/media/platform/vsp1/vsp1_pipe.h
[media] v4l: vsp1: Add HGT support
[mirror_ubuntu-bionic-kernel.git] / drivers / media / platform / vsp1 / vsp1_pipe.h
index 4d91088c386bec69b605d40e290b9884a4d3a354..91a784a134221d4e0a54e18bd256ae156b76043f 100644 (file)
@@ -74,6 +74,7 @@ enum vsp1_pipeline_state {
  * @output: WPF at the output of the pipeline
  * @bru: BRU entity, if present
  * @hgo: HGO entity, if present
+ * @hgt: HGT entity, if present
  * @lif: LIF entity, if present
  * @uds: UDS entity, if present
  * @uds_input: entity at the input of the UDS, if the UDS is present
@@ -103,6 +104,7 @@ struct vsp1_pipeline {
        struct vsp1_rwpf *output;
        struct vsp1_entity *bru;
        struct vsp1_entity *hgo;
+       struct vsp1_entity *hgt;
        struct vsp1_entity *lif;
        struct vsp1_entity *uds;
        struct vsp1_entity *uds_input;