-
- Downloads
gxp: [Copybara Auto Merge] Merge branch 'gs201-u' into 'android13-gs-pixel-5.10-udc'
gcip: use v*alloc without node GCIP_MAIN_REV_ID: e48d8c14dff78d70064f93e5faee61c17b0479c2 gxp: create debug dir root earlier on probe gxp: fix code style/formatting issues gxp: Implement debug dump handling for mcu mode Bug: 265092842 gcip: fix code style/formatting issues GCIP_HEADERS_REV_ID: 8f57799df52bf60cb1805ab5e9ee48034bb139c8 gcip: expose config size calculation to header Bug: 265605775 gcip: sync RKCI codes with fw gcip: update comments of gcip_dma_fence_init Bug: 264220687 gcip: add to_gcip_fence to gcip-dma-fence Bug: 264220687 (repeat) gcip: fix GCIP_DMA_FENCE_LIST_UNLOCK Bug: 258876786 gcip: correct path of gcip-dma-fence.h Bug: 258876786 (repeat) gcip: add gcip-dma-fence.h Bug: 258876786 (repeat) gcip: introduce firmware crash type Bug: 237739631 GCIP_HEADERS_REV_ID: 0a85dc4b06195de6efa46e2ca314548f07f30097 gxp: move core config region to second half of buf gxp: boot status and doorbell for suspend/resume Bug: 265742153 gxp: set VD and core config region Bug: 265742153 (repeat) gxp: use core cfg region for firmware handshake Bug: 265742153 (repeat) gxp: boot with virt_core on per-VD config method Bug: 265742153 (repeat) gxp: only map fwdata region in legacy protocol Bug: 265742153 (repeat) gxp: populate system config on fw data create Bug: 265742153 (repeat) gxp: flush SGT after map iova sgt Bug: 265564221 gxp: remove gxp_vd_phys_core_list gxp: signal eventfd when client is invalidated Bug: 264830822 gxp: introduce GXP_(UN)REGISTER_INVALIDATED_EVENTFD ioctl Bug: 264830822 (repeat) gxp: add create/destroy app legacy functions Bug: 265742153 (repeat) gxp: pass vd to fw_data_create_app Bug: 265742153 (repeat) gxp: add structures for new app config Bug: 265742153 (repeat) gxp: add sys_cfg mapping support Bug: 265605775 (repeat) gxp: all chips/modes have shared region Bug: 265605775 (repeat) gxp: map config regions per image config Bug: 265605775 (repeat) gxp: set shared_buf vaddr Bug: 265605775 (repeat) gxp: map image config NS mappings Bug: 265564221 (repeat) gxp: use per VD scratchpad region Bug: 261797596 gxp: conditionally map FW image region Bug: 265105395 gxp: add lock_class_key to struct client gxp: add image config parser to VD Bug: 265105395 (repeat) gxp: record image config on firmware requested Bug: 265105395 (repeat) gxp: add missing up_read in gxp_debugfs_mailbox gxp: implement vd invalidation Bug: 264831024 gxp: pass timeout_ms to gxp_pm_is_blk_down gxp: set is_firmware_requested on SysFS FW load gxp: set SSMT to bypass in MCU mode Bug: 264950137 Revert "gxp: fetch segment boundaries from ELF header" gxp: add gcip_dma_fence_manager to gxp_dev Bug: 258876786 (repeat) gxp: add gxp-dma-fence support Bug: 258876786 (repeat) gxp: introduce GXP_NAME macro gxp: return vdid on VD allocation ioctl Bug: 264827584 gxp: add VDID support Bug: 264827584 (repeat) gxp: remove a cleanup TODO from vd.h gxp: add refcount to virtual device Bug: 264739996 gxp: add sync fence interfaces Bug: 258876786 (repeat) gxp: detach vd->domain when the state is invalid Bug: 263830035 gxp: call vd_block_unready when failed to run core fw Bug: 263830035 (repeat) gxp: apply clang-format to gxp-vd.c Bug: 263830035 (repeat) gxp: allow debugfs mailbox only with valid vd Bug: 264629015 gxp: add debugfs_client to client_list Bug: 264629015 (repeat) gxp: hold vd_semaphore only when direct mode Bug: 263830035 (repeat) gxp: fix vd_semaphore locking Bug: 263215610 gxp: revert VD state on after_vd_block_ready fail Bug: 263215610 (repeat) gcip: conditionally zero the non-contiguous region gcip: expose config size calculation to header Bug: 265605775 (repeat) gcip: Use strscpy instead of memcpy gcip: enhance image config NS mapping decoding Bug: 265565307 gcip: don't fail dma_fence_init on long name Bug: 264220687 (repeat) gcip: implement gcip_dma_fence_show Bug: 264220687 (repeat) gcip: implement DMA fence status and signal Bug: 264220687 (repeat) gcip: add gcip-dma-fence.c Bug: 258876786 (repeat) GCIP_MAIN_REV_ID: 0a2e7b7e345705db78c8108890781cbe5c8c4eb7 GitOrigin-RevId: 277fffe779cbaf54c2d811928835e9a5ec67e832 Change-Id: Ied761f3000df6a44856db9438d21afd9b3ccb9aa
Showing
- Makefile 1 addition, 0 deletionsMakefile
- amalthea/config.h 9 additions, 0 deletionsamalthea/config.h
- gcip-kernel-driver/drivers/gcip/Makefile 8 additions, 2 deletionsgcip-kernel-driver/drivers/gcip/Makefile
- gcip-kernel-driver/drivers/gcip/gcip-alloc-helper.c 5 additions, 1 deletiongcip-kernel-driver/drivers/gcip/gcip-alloc-helper.c
- gcip-kernel-driver/drivers/gcip/gcip-dma-fence.c 196 additions, 0 deletionsgcip-kernel-driver/drivers/gcip/gcip-dma-fence.c
- gcip-kernel-driver/drivers/gcip/gcip-image-config.c 10 additions, 32 deletionsgcip-kernel-driver/drivers/gcip/gcip-image-config.c
- gcip-kernel-driver/include/gcip/gcip-dma-fence.h 153 additions, 0 deletionsgcip-kernel-driver/include/gcip/gcip-dma-fence.h
- gcip-kernel-driver/include/gcip/gcip-firmware.h 16 additions, 0 deletionsgcip-kernel-driver/include/gcip/gcip-firmware.h
- gcip-kernel-driver/include/gcip/gcip-image-config.h 27 additions, 0 deletionsgcip-kernel-driver/include/gcip/gcip-image-config.h
- gcip-kernel-driver/include/gcip/gcip-kci.h 5 additions, 0 deletionsgcip-kernel-driver/include/gcip/gcip-kci.h
- gxp-client.c 8 additions, 1 deletiongxp-client.c
- gxp-client.h 2 additions, 0 deletionsgxp-client.h
- gxp-common-platform.c 80 additions, 6 deletionsgxp-common-platform.c
- gxp-debug-dump.c 67 additions, 14 deletionsgxp-debug-dump.c
- gxp-debug-dump.h 40 additions, 7 deletionsgxp-debug-dump.h
- gxp-debugfs.c 46 additions, 15 deletionsgxp-debugfs.c
- gxp-debugfs.h 6 additions, 1 deletiongxp-debugfs.h
- gxp-dma-fence.c 64 additions, 0 deletionsgxp-dma-fence.c
- gxp-dma-fence.h 38 additions, 0 deletionsgxp-dma-fence.h
- gxp-dma-iommu.c 23 additions, 55 deletionsgxp-dma-iommu.c
Loading
Please register or sign in to comment