drm/edid/firmware: Add built-in edid/1280x720.bin firmware
[platform/kernel/linux-starfive.git] / io_uring / opdef.c
index 83dc0f9..04dd2c9 100644 (file)
@@ -63,6 +63,7 @@ const struct io_op_def io_op_defs[] = {
                .audit_skip             = 1,
                .ioprio                 = 1,
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = sizeof(struct io_async_rw),
                .name                   = "READV",
                .prep                   = io_prep_rw,
@@ -80,6 +81,7 @@ const struct io_op_def io_op_defs[] = {
                .audit_skip             = 1,
                .ioprio                 = 1,
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = sizeof(struct io_async_rw),
                .name                   = "WRITEV",
                .prep                   = io_prep_rw,
@@ -103,6 +105,7 @@ const struct io_op_def io_op_defs[] = {
                .audit_skip             = 1,
                .ioprio                 = 1,
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = sizeof(struct io_async_rw),
                .name                   = "READ_FIXED",
                .prep                   = io_prep_rw,
@@ -118,6 +121,7 @@ const struct io_op_def io_op_defs[] = {
                .audit_skip             = 1,
                .ioprio                 = 1,
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = sizeof(struct io_async_rw),
                .name                   = "WRITE_FIXED",
                .prep                   = io_prep_rw,
@@ -277,6 +281,7 @@ const struct io_op_def io_op_defs[] = {
                .audit_skip             = 1,
                .ioprio                 = 1,
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = sizeof(struct io_async_rw),
                .name                   = "READ",
                .prep                   = io_prep_rw,
@@ -292,6 +297,7 @@ const struct io_op_def io_op_defs[] = {
                .audit_skip             = 1,
                .ioprio                 = 1,
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = sizeof(struct io_async_rw),
                .name                   = "WRITE",
                .prep                   = io_prep_rw,
@@ -481,6 +487,7 @@ const struct io_op_def io_op_defs[] = {
                .plug                   = 1,
                .name                   = "URING_CMD",
                .iopoll                 = 1,
+               .iopoll_queue           = 1,
                .async_size             = uring_cmd_pdu_size(1),
                .prep                   = io_uring_cmd_prep,
                .issue                  = io_uring_cmd,