diff options
| author | Kashyap Desai <[email protected]> | 2023-06-09 11:01:53 +0000 |
|---|---|---|
| committer | Leon Romanovsky <[email protected]> | 2023-06-12 07:10:54 +0000 |
| commit | bcfee4ce3e0139ffa9c564e4ed3682e8b87f0a1d (patch) | |
| tree | 51023389ac1ba95fb87a7d495c42838a5bba8942 /drivers/gpu/drm/lima/lima_sched.c | |
| parent | RDMA/bnxt_re: use firmware provided max request timeout (diff) | |
| download | kernel-bcfee4ce3e0139ffa9c564e4ed3682e8b87f0a1d.tar.gz kernel-bcfee4ce3e0139ffa9c564e4ed3682e8b87f0a1d.zip | |
RDMA/bnxt_re: remove redundant cmdq_bitmap
cmdq_bitmap is used to derive the next available index in the CMDQ.
This is not required as the we can get the next index
using the existing bnxt_qplib_crsqe array.
Driver will use bnxt_qplib_crsqe array and flag is_in_used to
derive valid entries. is_in_used is replacement of cmdq_bitmap.
There is no change in the existing mechanism of the circular buffer
used to get index.
Added opcode field in bnxt_qplib_crsqe array so that it is easy to map
opcode associated with pending rcfw command.
Signed-off-by: Kashyap Desai <[email protected]>
Signed-off-by: Selvin Xavier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/lima/lima_sched.c')
0 files changed, 0 insertions, 0 deletions
