hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/staging/media/rkvdec/rkvdec.c
....@@ -101,7 +101,7 @@
101101 .max_width = 4096,
102102 .step_width = 16,
103103 .min_height = 48,
104
- .max_height = 2304,
104
+ .max_height = 2560,
105105 .step_height = 16,
106106 },
107107 .ctrls = &rkvdec_h264_ctrls,
....@@ -1077,6 +1077,8 @@
10771077 {
10781078 struct rkvdec_dev *rkvdec = platform_get_drvdata(pdev);
10791079
1080
+ cancel_delayed_work_sync(&rkvdec->watchdog_work);
1081
+
10801082 rkvdec_v4l2_cleanup(rkvdec);
10811083 pm_runtime_disable(&pdev->dev);
10821084 pm_runtime_dont_use_autosuspend(&pdev->dev);