Skip to content

Commit

Permalink
media: intel-ipu6: Use new model name for downstream driver
Browse files Browse the repository at this point in the history
So huge changes were made to upstream IPU6 ISYS driver, that
downstream & upstream IPU6 driver are totally different things for
userspace. The driver name "ipu6" is already hold by upstream driver,
so we have to change downstream driver name to "ipu6-downstream" to
let userspace driver distinguish them. Userspace driver will use
downstream logic when driver says it is "ipu6-downstream".

Signed-off-by: Hongju Wang <[email protected]>
Signed-off-by: Hao Yao <[email protected]>
  • Loading branch information
hongjuwa authored and hao-yao committed Dec 18, 2024
1 parent 3be335e commit f4646a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/intel/ipu6/ipu-platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* that the software components which uses IPU driver can get the hw stepping
* information.
*/
#define IPU_MEDIA_DEV_MODEL_NAME "ipu6"
#define IPU_MEDIA_DEV_MODEL_NAME "ipu6-downstream"

#define IPU6SE_ISYS_NUM_STREAMS IPU6SE_NONSECURE_STREAM_ID_MAX
#define IPU6_ISYS_NUM_STREAMS IPU6_NONSECURE_STREAM_ID_MAX
Expand Down

0 comments on commit f4646a6

Please sign in to comment.