File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -421,9 +421,7 @@ struct sdma_desc {
421
421
* @shp_addr: value for gReg[6]
422
422
* @per_addr: value for gReg[2]
423
423
* @status: status of dma channel
424
- * @context_loaded: ensure context is only loaded once
425
424
* @data: specific sdma interface structure
426
- * @bd_pool: dma_pool for bd
427
425
* @terminate_worker: used to call back into terminate work function
428
426
* @terminated: terminated list
429
427
* @is_ram_script: flag for script in ram
@@ -486,8 +484,6 @@ struct sdma_channel {
486
484
* @num_script_addrs: Number of script addresses in this image
487
485
* @ram_code_start: offset of SDMA ram image in this firmware image
488
486
* @ram_code_size: size of SDMA ram image
489
- * @script_addrs: Stores the start address of the SDMA scripts
490
- * (in SDMA memory space)
491
487
*/
492
488
struct sdma_firmware_header {
493
489
u32 magic ;
You can’t perform that action at this time.
0 commit comments