Commit f9c7b7d
media: rkvdec: Support per-variant interrupt handler
Prepare for supporting different variants with different interrupt
managers.
To support other variants specific function type later, introduce the
rkvdec_variant_ops struct.
Tested-by: Diederik de Haas <didi.debian@cknow.org> # Rock 5B
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>1 parent e5640db commit f9c7b7d
2 files changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
1225 | | - | |
| 1225 | + | |
1226 | 1226 | | |
1227 | | - | |
1228 | | - | |
| 1227 | + | |
1229 | 1228 | | |
1230 | 1229 | | |
1231 | 1230 | | |
| |||
1246 | 1245 | | |
1247 | 1246 | | |
1248 | 1247 | | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
1249 | 1257 | | |
1250 | 1258 | | |
1251 | 1259 | | |
| |||
1261 | 1269 | | |
1262 | 1270 | | |
1263 | 1271 | | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
1264 | 1276 | | |
1265 | 1277 | | |
1266 | 1278 | | |
1267 | 1279 | | |
| 1280 | + | |
1268 | 1281 | | |
1269 | 1282 | | |
1270 | 1283 | | |
1271 | 1284 | | |
1272 | 1285 | | |
1273 | 1286 | | |
| 1287 | + | |
1274 | 1288 | | |
1275 | 1289 | | |
1276 | 1290 | | |
1277 | 1291 | | |
1278 | 1292 | | |
1279 | 1293 | | |
1280 | 1294 | | |
| 1295 | + | |
1281 | 1296 | | |
1282 | 1297 | | |
1283 | 1298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
0 commit comments