mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-28 17:14:27 +00:00
New drivers: - add QAIC acceleration driver dma-buf: - constify kobj_type structs - Reject prime DMA-Buf attachment if get_sg_table is missing. fbdev: - cmdline parser fixes - implement fbdev emulation for GEM DMA drivers - always use shadow buffer in fbdev emulation helpers dma-fence: - add deadline hint to fences - signal private stub fence core: - improve DisplayID 2.0 and EDID parsing - add gem eviction function + callback - prep to convert shmem helper to GEM resv lock - move suballocator from radeon/amdgpu to core for Xe - HPD polling fixes - Documentation improvements - Add atomic enable_plane callback - use tgid instead of pid for client tracking - DP: Add SDP Error Detection Configuration Register - Add prime import/export to vram-helper - use pci aperture helpers in more drivers panel: - Radxa 8/10HD support - Samsung AMD495QA01 support - Elida KD50T048A - Sony TD4353 - Novatek NT36523 - STARRY 2081101QFH032011-53G - B133UAN01.0 - AUO NE135FBM-N41 i915: - More MTL enabling - fix s/r problems with MEI/PXP - Implement fb_dirty for PSR,FBC,DRRS fixes - Fix eDP+DSI dual panel systems - Fix issue #6333: "list_add corruption" and full system lockup from performance monitoring - Don't use stolen memory or BAR for ring buffers on LLC platforms - Make sure DSM size has correct 1MiB granularity on Gen12+ - Whitelist COMMON_SLICE_CHICKEN3 for UMD access on Gen12+ - Add engine TLB invalidation for Meteorlake - Fix GSC races on driver load/unload on Meteorlake+ - Make kobj_type structures constant - Move fd_install after last use of fence - wm/vblank refactoring - display code refactoring - Create GSC submission targeting HDCP and PXP usages on MTL+ - Enable HDCP2.x via GSC CS - Fix context runtime accounting on sysfs fdinfo for heavy workloads - Use i915 instead of dev_priv insied the file_priv structure - Replace fake flex-array with flexible-array member amdgpu: - Make kobj structures const - Generalize dmabuf import to work with KFD - Add capped/uncapped workload handling for supported APUs - Expose additional memory stats via fdinfo - Register vga_switcheroo for apple-gmux - Initial NBIO7.9, GC 9.4.3, GFXHUB 1.2, MMHUB 1.8 support - Initial DC FAM infrastructure - Link DC backlight to connector device rather than PCI device - Add sysfs nodes for secondary VCN clocks amdkfd: - Make kobj structures const - Support for exporting buffers via dmabuf - Multi-VMA page migration fixes - initial GC 9.4.3 support radeon: - iMac fix - convert to client based fbdev emulation habanalabs: - Add opcodes to the CS ioctl to allow user to stall/resume specific engines inside Gaudi2. - INFO ioctl the amount of device memory that the driver and f/w reserve for themselves. - INFO ioctl a bit-mask of the available rotator engines - INFO ioctl the register's address of the f/w that should be used to trigger interrupts - INFO ioctl two new opcodes to fetch information on h/w and f/w events - Enable graceful reset mechanism for compute-reset. - Align to the latest firmware specs. - Enforce the release order of the compute device and dma-buf. msm: - UBWC decoder programming rework - SM8550, SM8450 bindings update - uapi C++ fix - a3xx and a4xx devfreq support - GPU and GEM updates to avoid allocations which could trigger reclaim (shrinker) in fence signaling path - dma-fence deadline hint support and wait-boost - a640/650 speed bin support cirrus: - convert to regular atomic helpers - add damage clipping mediatek: - 10-bit overlay support - mt8195 support - Only trigger DRM HPD events if bridge is attached - Change the aux retries times when receiving AUX_DEFER rockchip: - add 4K support vc4: - use drm_gem_objects virtio: - allow KMS support to be disabled - add damage clipping vmwgfx: - buffer object lifetime fixes exynos: - move MIPI DSI driver to drm bridge for iMX sharing - use kernel fbdev emulation panfrost: - add support for mali MT81xx devices - add speed binning support lima: - add usage stats tegra: - fbdev client conversion vkms: - Add primary plane positioning support -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmRGFU4ACgkQDHTzWXnE hr5m4w/9GzutylTH5aY+otFRNR6uKWGJZ9d90RLyLOE3vjE+7/Q/36EXPOjZctVt VgfQD1giKIGD9ENcCfwbw6iwyVAjLvinBr3Hz4NleEu1TjdXPJvgo9OW/+FQKVi6 1vWH/mcnN6o89m3Mme7T2drFtwy3Y6/l5EY18yNyI7XeQVUMaDTr9Lvcriq0Sigc CInYxilIxViKioYZQmHihXPnZ89nNQZweN2GtDu8O9Bw1Z1eEyn0kRzb3px2Zl6T MpQEQasrPDdF3LFlVWs0AlKmLFbhqV9Pq/OPfowfAWT5RSXpeDvO95NaL3EPzFXy AO6jWHR7/VpvWvj4iJ6R35TLgi/CyASxjJ8Cr9k61Sb1U2WthMEmtd1BKBtI5mTq Us7yP2WJle3LXEqXyvDKDGsZf8kOQ4nyJx+3CJof5Tbnzy3hn+JUkTiUweSDQ14x CHEz7TI8WY5G96+zcyBcee0MWa3V6IXH0cjuMMUiSHw1uir34LuyP+plaELp3eqv MFf5WUJEuU9DmDlxRd2W+g6fmKWaEkY2ksWcbD7H3BZrBmnxkS4LIyfC9HJirGCC 4JF4+4k55F/UAzQOi/4hQxulPtQmHug2/9c29IqZerwxekYdMRkb75rIoVf0IfF4 uLexY0u3aO+IKZ7ygSL9MAwAyiJU6ulYigMLxWMjT7vU36CF5Z8= =NUEy -----END PGP SIGNATURE----- Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drm Pull drm updates from Dave Airlie: "There is a new Qualcomm accel driver for their QAIC, dma-fence got a deadline feature added, lots of refactoring around fbdev emulation, and the usual pre-release hw enablements from AMD and Intel and fixes everywhere. New drivers: - add QAIC acceleration driver dma-buf: - constify kobj_type structs - Reject prime DMA-Buf attachment if get_sg_table is missing. fbdev: - cmdline parser fixes - implement fbdev emulation for GEM DMA drivers - always use shadow buffer in fbdev emulation helpers dma-fence: - add deadline hint to fences - signal private stub fence core: - improve DisplayID 2.0 and EDID parsing - add gem eviction function + callback - prep to convert shmem helper to GEM resv lock - move suballocator from radeon/amdgpu to core for Xe - HPD polling fixes - Documentation improvements - Add atomic enable_plane callback - use tgid instead of pid for client tracking - DP: Add SDP Error Detection Configuration Register - Add prime import/export to vram-helper - use pci aperture helpers in more drivers panel: - Radxa 8/10HD support - Samsung AMD495QA01 support - Elida KD50T048A - Sony TD4353 - Novatek NT36523 - STARRY 2081101QFH032011-53G - B133UAN01.0 - AUO NE135FBM-N41 i915: - More MTL enabling - fix s/r problems with MEI/PXP - Implement fb_dirty for PSR,FBC,DRRS fixes - Fix eDP+DSI dual panel systems - Fix issue #6333: "list_add corruption" and full system lockup from performance monitoring - Don't use stolen memory or BAR for ring buffers on LLC platforms - Make sure DSM size has correct 1MiB granularity on Gen12+ - Whitelist COMMON_SLICE_CHICKEN3 for UMD access on Gen12+ - Add engine TLB invalidation for Meteorlake - Fix GSC races on driver load/unload on Meteorlake+ - Make kobj_type structures constant - Move fd_install after last use of fence - wm/vblank refactoring - display code refactoring - Create GSC submission targeting HDCP and PXP usages on MTL+ - Enable HDCP2.x via GSC CS - Fix context runtime accounting on sysfs fdinfo for heavy workloads - Use i915 instead of dev_priv insied the file_priv structure - Replace fake flex-array with flexible-array member amdgpu: - Make kobj structures const - Generalize dmabuf import to work with KFD - Add capped/uncapped workload handling for supported APUs - Expose additional memory stats via fdinfo - Register vga_switcheroo for apple-gmux - Initial NBIO7.9, GC 9.4.3, GFXHUB 1.2, MMHUB 1.8 support - Initial DC FAM infrastructure - Link DC backlight to connector device rather than PCI device - Add sysfs nodes for secondary VCN clocks amdkfd: - Make kobj structures const - Support for exporting buffers via dmabuf - Multi-VMA page migration fixes - initial GC 9.4.3 support radeon: - iMac fix - convert to client based fbdev emulation habanalabs: - Add opcodes to the CS ioctl to allow user to stall/resume specific engines inside Gaudi2. - INFO ioctl the amount of device memory that the driver and f/w reserve for themselves. - INFO ioctl a bit-mask of the available rotator engines - INFO ioctl the register's address of the f/w that should be used to trigger interrupts - INFO ioctl two new opcodes to fetch information on h/w and f/w events - Enable graceful reset mechanism for compute-reset. - Align to the latest firmware specs. - Enforce the release order of the compute device and dma-buf. msm: - UBWC decoder programming rework - SM8550, SM8450 bindings update - uapi C++ fix - a3xx and a4xx devfreq support - GPU and GEM updates to avoid allocations which could trigger reclaim (shrinker) in fence signaling path - dma-fence deadline hint support and wait-boost - a640/650 speed bin support cirrus: - convert to regular atomic helpers - add damage clipping mediatek: - 10-bit overlay support - mt8195 support - Only trigger DRM HPD events if bridge is attached - Change the aux retries times when receiving AUX_DEFER rockchip: - add 4K support vc4: - use drm_gem_objects virtio: - allow KMS support to be disabled - add damage clipping vmwgfx: - buffer object lifetime fixes exynos: - move MIPI DSI driver to drm bridge for iMX sharing - use kernel fbdev emulation panfrost: - add support for mali MT81xx devices - add speed binning support lima: - add usage stats tegra: - fbdev client conversion vkms: - Add primary plane positioning support" * tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drm: (1495 commits) drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams drm/exynos: Implement fbdev emulation as in-kernel client drm/exynos: Initialize fbdev DRM client drm/exynos: Remove fb_helper from struct exynos_drm_private drm/exynos: Remove struct exynos_drm_fbdev drm/exynos: Remove exynos_gem from struct exynos_drm_fbdev drm/i915: Fix memory leaks in i915 selftests drm/i915: Make intel_get_crtc_new_encoder() less oopsy drm/i915/gt: Avoid out-of-bounds access when loading HuC drm/amdgpu: add some basic elements for multiple XCD case drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4) Revert "drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV" drm/amdgpu: add common ip block for GC 9.4.3 drm/amd/display: Add logging when DP link training Clock recovery is Successful drm/amdgpu: add common early init support for GC 9.4.3 drm/amdgpu: switch to v9_4_3 gfx_funcs callbacks for GC 9.4.3 drm/amd/display: Add logging when setting DP sink power state fails drm/amdkfd: Add gfx_target_version for GC 9.4.3 drm/amdkfd: Enable HW_UPDATE_RPTR on GC 9.4.3 drm/amdgpu: reserve the old gc_11_0_*_mes.bin ... |
||
|---|---|---|
| .. | ||
| aldebaran_reg_init.c | ||
| aldebaran.c | ||
| aldebaran.h | ||
| amdgpu_acp.c | ||
| amdgpu_acp.h | ||
| amdgpu_acpi.c | ||
| amdgpu_afmt.c | ||
| amdgpu_amdkfd_aldebaran.c | ||
| amdgpu_amdkfd_arcturus.c | ||
| amdgpu_amdkfd_arcturus.h | ||
| amdgpu_amdkfd_fence.c | ||
| amdgpu_amdkfd_gfx_v7.c | ||
| amdgpu_amdkfd_gfx_v8.c | ||
| amdgpu_amdkfd_gfx_v9.c | ||
| amdgpu_amdkfd_gfx_v9.h | ||
| amdgpu_amdkfd_gfx_v10_3.c | ||
| amdgpu_amdkfd_gfx_v10.c | ||
| amdgpu_amdkfd_gfx_v11.c | ||
| amdgpu_amdkfd_gpuvm.c | ||
| amdgpu_amdkfd.c | ||
| amdgpu_amdkfd.h | ||
| amdgpu_atombios.c | ||
| amdgpu_atombios.h | ||
| amdgpu_atomfirmware.c | ||
| amdgpu_atomfirmware.h | ||
| amdgpu_atpx_handler.c | ||
| amdgpu_benchmark.c | ||
| amdgpu_bios.c | ||
| amdgpu_bo_list.c | ||
| amdgpu_bo_list.h | ||
| amdgpu_cgs.c | ||
| amdgpu_connectors.c | ||
| amdgpu_connectors.h | ||
| amdgpu_cs.c | ||
| amdgpu_cs.h | ||
| amdgpu_csa.c | ||
| amdgpu_csa.h | ||
| amdgpu_ctx.c | ||
| amdgpu_ctx.h | ||
| amdgpu_debugfs.c | ||
| amdgpu_debugfs.h | ||
| amdgpu_device.c | ||
| amdgpu_df.h | ||
| amdgpu_discovery.c | ||
| amdgpu_discovery.h | ||
| amdgpu_display.c | ||
| amdgpu_display.h | ||
| amdgpu_dma_buf.c | ||
| amdgpu_dma_buf.h | ||
| amdgpu_doorbell.h | ||
| amdgpu_drv.c | ||
| amdgpu_drv.h | ||
| amdgpu_eeprom.c | ||
| amdgpu_eeprom.h | ||
| amdgpu_encoders.c | ||
| amdgpu_fdinfo.c | ||
| amdgpu_fdinfo.h | ||
| amdgpu_fence.c | ||
| amdgpu_fru_eeprom.c | ||
| amdgpu_fru_eeprom.h | ||
| amdgpu_fw_attestation.c | ||
| amdgpu_fw_attestation.h | ||
| amdgpu_gart.c | ||
| amdgpu_gart.h | ||
| amdgpu_gds.h | ||
| amdgpu_gem.c | ||
| amdgpu_gem.h | ||
| amdgpu_gfx.c | ||
| amdgpu_gfx.h | ||
| amdgpu_gfxhub.h | ||
| amdgpu_gmc.c | ||
| amdgpu_gmc.h | ||
| amdgpu_gtt_mgr.c | ||
| amdgpu_hdp.c | ||
| amdgpu_hdp.h | ||
| amdgpu_hmm.c | ||
| amdgpu_hmm.h | ||
| amdgpu_i2c.c | ||
| amdgpu_i2c.h | ||
| amdgpu_ib.c | ||
| amdgpu_ids.c | ||
| amdgpu_ids.h | ||
| amdgpu_ih.c | ||
| amdgpu_ih.h | ||
| amdgpu_imu.h | ||
| amdgpu_ioc32.c | ||
| amdgpu_irq.c | ||
| amdgpu_irq.h | ||
| amdgpu_job.c | ||
| amdgpu_job.h | ||
| amdgpu_jpeg.c | ||
| amdgpu_jpeg.h | ||
| amdgpu_kms.c | ||
| amdgpu_lsdma.c | ||
| amdgpu_lsdma.h | ||
| amdgpu_mca.c | ||
| amdgpu_mca.h | ||
| amdgpu_mes_ctx.h | ||
| amdgpu_mes.c | ||
| amdgpu_mes.h | ||
| amdgpu_mmhub.c | ||
| amdgpu_mmhub.h | ||
| amdgpu_mode.h | ||
| amdgpu_nbio.c | ||
| amdgpu_nbio.h | ||
| amdgpu_object.c | ||
| amdgpu_object.h | ||
| amdgpu_pll.c | ||
| amdgpu_pll.h | ||
| amdgpu_pmu.c | ||
| amdgpu_pmu.h | ||
| amdgpu_preempt_mgr.c | ||
| amdgpu_psp_ta.c | ||
| amdgpu_psp_ta.h | ||
| amdgpu_psp.c | ||
| amdgpu_psp.h | ||
| amdgpu_rap.c | ||
| amdgpu_rap.h | ||
| amdgpu_ras_eeprom.c | ||
| amdgpu_ras_eeprom.h | ||
| amdgpu_ras.c | ||
| amdgpu_ras.h | ||
| amdgpu_res_cursor.h | ||
| amdgpu_reset.c | ||
| amdgpu_reset.h | ||
| amdgpu_ring_mux.c | ||
| amdgpu_ring_mux.h | ||
| amdgpu_ring.c | ||
| amdgpu_ring.h | ||
| amdgpu_rlc.c | ||
| amdgpu_rlc.h | ||
| amdgpu_sa.c | ||
| amdgpu_sched.c | ||
| amdgpu_sched.h | ||
| amdgpu_sdma.c | ||
| amdgpu_sdma.h | ||
| amdgpu_securedisplay.c | ||
| amdgpu_securedisplay.h | ||
| amdgpu_smuio.h | ||
| amdgpu_socbb.h | ||
| amdgpu_sync.c | ||
| amdgpu_sync.h | ||
| amdgpu_trace_points.c | ||
| amdgpu_trace.h | ||
| amdgpu_ttm.c | ||
| amdgpu_ttm.h | ||
| amdgpu_ucode.c | ||
| amdgpu_ucode.h | ||
| amdgpu_umc.c | ||
| amdgpu_umc.h | ||
| amdgpu_umr.h | ||
| amdgpu_uvd.c | ||
| amdgpu_uvd.h | ||
| amdgpu_vce.c | ||
| amdgpu_vce.h | ||
| amdgpu_vcn.c | ||
| amdgpu_vcn.h | ||
| amdgpu_vf_error.c | ||
| amdgpu_vf_error.h | ||
| amdgpu_virt.c | ||
| amdgpu_virt.h | ||
| amdgpu_vkms.c | ||
| amdgpu_vkms.h | ||
| amdgpu_vm_cpu.c | ||
| amdgpu_vm_pt.c | ||
| amdgpu_vm_sdma.c | ||
| amdgpu_vm.c | ||
| amdgpu_vm.h | ||
| amdgpu_vram_mgr.c | ||
| amdgpu_vram_mgr.h | ||
| amdgpu_xgmi.c | ||
| amdgpu_xgmi.h | ||
| amdgpu.h | ||
| amdgv_sriovmsg.h | ||
| arct_reg_init.c | ||
| athub_v1_0.c | ||
| athub_v1_0.h | ||
| athub_v2_0.c | ||
| athub_v2_0.h | ||
| athub_v2_1.c | ||
| athub_v2_1.h | ||
| athub_v3_0.c | ||
| athub_v3_0.h | ||
| atom.c | ||
| atom.h | ||
| atombios_crtc.c | ||
| atombios_crtc.h | ||
| atombios_dp.c | ||
| atombios_dp.h | ||
| atombios_encoders.c | ||
| atombios_encoders.h | ||
| atombios_i2c.c | ||
| atombios_i2c.h | ||
| cik_ih.c | ||
| cik_ih.h | ||
| cik_sdma.c | ||
| cik_sdma.h | ||
| cik.c | ||
| cik.h | ||
| cikd.h | ||
| clearstate_ci.h | ||
| clearstate_defs.h | ||
| clearstate_gfx9.h | ||
| clearstate_gfx10.h | ||
| clearstate_gfx11.h | ||
| clearstate_si.h | ||
| clearstate_vi.h | ||
| cz_ih.c | ||
| cz_ih.h | ||
| dce_v6_0.c | ||
| dce_v6_0.h | ||
| dce_v8_0.c | ||
| dce_v8_0.h | ||
| dce_v10_0.c | ||
| dce_v10_0.h | ||
| dce_v11_0.c | ||
| dce_v11_0.h | ||
| df_v1_7.c | ||
| df_v1_7.h | ||
| df_v3_6.c | ||
| df_v3_6.h | ||
| df_v4_3.c | ||
| df_v4_3.h | ||
| dimgrey_cavefish_reg_init.c | ||
| emu_soc.c | ||
| gfx_v6_0.c | ||
| gfx_v6_0.h | ||
| gfx_v7_0.c | ||
| gfx_v7_0.h | ||
| gfx_v8_0.c | ||
| gfx_v8_0.h | ||
| gfx_v9_0.c | ||
| gfx_v9_0.h | ||
| gfx_v9_4_2.c | ||
| gfx_v9_4_2.h | ||
| gfx_v9_4_3.c | ||
| gfx_v9_4_3.h | ||
| gfx_v9_4.c | ||
| gfx_v9_4.h | ||
| gfx_v10_0.c | ||
| gfx_v10_0.h | ||
| gfx_v11_0_3.c | ||
| gfx_v11_0_3.h | ||
| gfx_v11_0.c | ||
| gfx_v11_0.h | ||
| gfxhub_v1_0.c | ||
| gfxhub_v1_0.h | ||
| gfxhub_v1_1.c | ||
| gfxhub_v1_1.h | ||
| gfxhub_v1_2.c | ||
| gfxhub_v1_2.h | ||
| gfxhub_v2_0.c | ||
| gfxhub_v2_0.h | ||
| gfxhub_v2_1.c | ||
| gfxhub_v2_1.h | ||
| gfxhub_v3_0_3.c | ||
| gfxhub_v3_0_3.h | ||
| gfxhub_v3_0.c | ||
| gfxhub_v3_0.h | ||
| gmc_v6_0.c | ||
| gmc_v6_0.h | ||
| gmc_v7_0.c | ||
| gmc_v7_0.h | ||
| gmc_v8_0.c | ||
| gmc_v8_0.h | ||
| gmc_v9_0.c | ||
| gmc_v9_0.h | ||
| gmc_v10_0.c | ||
| gmc_v10_0.h | ||
| gmc_v11_0.c | ||
| gmc_v11_0.h | ||
| hdp_v4_0.c | ||
| hdp_v4_0.h | ||
| hdp_v5_0.c | ||
| hdp_v5_0.h | ||
| hdp_v5_2.c | ||
| hdp_v5_2.h | ||
| hdp_v6_0.c | ||
| hdp_v6_0.h | ||
| iceland_ih.c | ||
| iceland_ih.h | ||
| iceland_sdma_pkt_open.h | ||
| ih_v6_0.c | ||
| ih_v6_0.h | ||
| imu_v11_0_3.c | ||
| imu_v11_0_3.h | ||
| imu_v11_0.c | ||
| imu_v11_0.h | ||
| jpeg_v1_0.c | ||
| jpeg_v1_0.h | ||
| jpeg_v2_0.c | ||
| jpeg_v2_0.h | ||
| jpeg_v2_5.c | ||
| jpeg_v2_5.h | ||
| jpeg_v3_0.c | ||
| jpeg_v3_0.h | ||
| jpeg_v4_0.c | ||
| jpeg_v4_0.h | ||
| Kconfig | ||
| lsdma_v6_0.c | ||
| lsdma_v6_0.h | ||
| Makefile | ||
| mca_v3_0.c | ||
| mca_v3_0.h | ||
| mes_v10_1.c | ||
| mes_v10_1.h | ||
| mes_v11_0.c | ||
| mes_v11_0.h | ||
| mmhub_v1_0.c | ||
| mmhub_v1_0.h | ||
| mmhub_v1_7.c | ||
| mmhub_v1_7.h | ||
| mmhub_v1_8.c | ||
| mmhub_v1_8.h | ||
| mmhub_v2_0.c | ||
| mmhub_v2_0.h | ||
| mmhub_v2_3.c | ||
| mmhub_v2_3.h | ||
| mmhub_v3_0_1.c | ||
| mmhub_v3_0_1.h | ||
| mmhub_v3_0_2.c | ||
| mmhub_v3_0_2.h | ||
| mmhub_v3_0.c | ||
| mmhub_v3_0.h | ||
| mmhub_v9_4.c | ||
| mmhub_v9_4.h | ||
| mmsch_v1_0.h | ||
| mmsch_v2_0.h | ||
| mmsch_v3_0.h | ||
| mmsch_v4_0.h | ||
| mxgpu_ai.c | ||
| mxgpu_ai.h | ||
| mxgpu_nv.c | ||
| mxgpu_nv.h | ||
| mxgpu_vi.c | ||
| mxgpu_vi.h | ||
| navi10_ih.c | ||
| navi10_ih.h | ||
| navi10_sdma_pkt_open.h | ||
| nbio_v2_3.c | ||
| nbio_v2_3.h | ||
| nbio_v4_3.c | ||
| nbio_v4_3.h | ||
| nbio_v6_1.c | ||
| nbio_v6_1.h | ||
| nbio_v7_0.c | ||
| nbio_v7_0.h | ||
| nbio_v7_2.c | ||
| nbio_v7_2.h | ||
| nbio_v7_4.c | ||
| nbio_v7_4.h | ||
| nbio_v7_7.c | ||
| nbio_v7_7.h | ||
| nbio_v7_9.c | ||
| nbio_v7_9.h | ||
| nv.c | ||
| nv.h | ||
| nvd.h | ||
| ObjectID.h | ||
| psp_gfx_if.h | ||
| psp_v3_1.c | ||
| psp_v3_1.h | ||
| psp_v10_0.c | ||
| psp_v10_0.h | ||
| psp_v11_0_8.c | ||
| psp_v11_0_8.h | ||
| psp_v11_0.c | ||
| psp_v11_0.h | ||
| psp_v12_0.c | ||
| psp_v12_0.h | ||
| psp_v13_0_4.c | ||
| psp_v13_0_4.h | ||
| psp_v13_0.c | ||
| psp_v13_0.h | ||
| sdma_common.h | ||
| sdma_v2_4.c | ||
| sdma_v2_4.h | ||
| sdma_v3_0.c | ||
| sdma_v3_0.h | ||
| sdma_v4_0.c | ||
| sdma_v4_0.h | ||
| sdma_v4_4_2.c | ||
| sdma_v4_4_2.h | ||
| sdma_v4_4.c | ||
| sdma_v4_4.h | ||
| sdma_v5_0.c | ||
| sdma_v5_0.h | ||
| sdma_v5_2.c | ||
| sdma_v5_2.h | ||
| sdma_v6_0_0_pkt_open.h | ||
| sdma_v6_0.c | ||
| sdma_v6_0.h | ||
| si_dma.c | ||
| si_dma.h | ||
| si_enums.h | ||
| si_ih.c | ||
| si_ih.h | ||
| si.c | ||
| si.h | ||
| sid.h | ||
| sienna_cichlid.c | ||
| sienna_cichlid.h | ||
| smu_v11_0_i2c.c | ||
| smu_v11_0_i2c.h | ||
| smu_v13_0_10.c | ||
| smu_v13_0_10.h | ||
| smuio_v9_0.c | ||
| smuio_v9_0.h | ||
| smuio_v11_0_6.c | ||
| smuio_v11_0_6.h | ||
| smuio_v11_0.c | ||
| smuio_v11_0.h | ||
| smuio_v13_0_6.c | ||
| smuio_v13_0_6.h | ||
| smuio_v13_0.c | ||
| smuio_v13_0.h | ||
| soc15_common.h | ||
| soc15.c | ||
| soc15.h | ||
| soc15d.h | ||
| soc21.c | ||
| soc21.h | ||
| ta_rap_if.h | ||
| ta_ras_if.h | ||
| ta_secureDisplay_if.h | ||
| ta_xgmi_if.h | ||
| tonga_ih.c | ||
| tonga_ih.h | ||
| tonga_sdma_pkt_open.h | ||
| umc_v6_0.c | ||
| umc_v6_0.h | ||
| umc_v6_1.c | ||
| umc_v6_1.h | ||
| umc_v6_7.c | ||
| umc_v6_7.h | ||
| umc_v8_7.c | ||
| umc_v8_7.h | ||
| umc_v8_10.c | ||
| umc_v8_10.h | ||
| uvd_v3_1.c | ||
| uvd_v3_1.h | ||
| uvd_v4_2.c | ||
| uvd_v4_2.h | ||
| uvd_v5_0.c | ||
| uvd_v5_0.h | ||
| uvd_v6_0.c | ||
| uvd_v6_0.h | ||
| uvd_v7_0.c | ||
| uvd_v7_0.h | ||
| vce_v2_0.c | ||
| vce_v2_0.h | ||
| vce_v3_0.c | ||
| vce_v3_0.h | ||
| vce_v4_0.c | ||
| vce_v4_0.h | ||
| vcn_sw_ring.c | ||
| vcn_sw_ring.h | ||
| vcn_v1_0.c | ||
| vcn_v1_0.h | ||
| vcn_v2_0.c | ||
| vcn_v2_0.h | ||
| vcn_v2_5.c | ||
| vcn_v2_5.h | ||
| vcn_v3_0.c | ||
| vcn_v3_0.h | ||
| vcn_v4_0.c | ||
| vcn_v4_0.h | ||
| vega10_ih.c | ||
| vega10_ih.h | ||
| vega10_reg_init.c | ||
| vega10_sdma_pkt_open.h | ||
| vega20_ih.c | ||
| vega20_ih.h | ||
| vega20_reg_init.c | ||
| vi.c | ||
| vi.h | ||
| vid.h | ||