summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_device.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-26drm/panthor: Introduce panthor_pwr API and power control frameworkKarunika Choo1-1/+13
2025-11-26drm/panthor: Add architecture-specific function operationsKarunika Choo1-2/+2
2025-11-03drm/panthor: attach the driver's multiple power domainsRain Yang1-0/+16
2025-11-03drm/panthor: Fix race with suspend during unplugKetil Johnsen1-2/+2
2025-11-03drm/panthor: disable async work during unplugKetil Johnsen1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-06drm/panthor: add custom ASN_HASH support for mt8196Chia-I Wu1-0/+2
2025-08-15drm/panthor: Add panthor_hw and move gpu_info initialization into itKarunika Choo1-0/+5
2025-04-23drm/panthor: show device-wide list of DRM GEM objects over DebugFSAdrián Larumbe1-0/+5
2025-04-17drm/panthor: Fix the panthor_gpu_coherency_init() error pathBoris Brezillon1-1/+1
2025-04-10drm/panthor: Call panthor_gpu_coherency_init() after PM resume()Boris Brezillon1-4/+4
2025-01-13drm/panthor: Fix a race between the reset and suspend pathBoris Brezillon1-10/+12
2024-12-11drm/panthor: Fix the fast-reset logicBoris Brezillon1-8/+24
2024-12-11drm/panthor: Be robust against resume failuresBoris Brezillon1-0/+1
2024-12-11drm/panthor: Ignore devfreq_{suspend, resume}_device() failuresBoris Brezillon1-32/+3
2024-12-11drm/panthor: Preserve the result returned by panthor_fw_resume()Boris Brezillon1-2/+2
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+4
2024-11-19drm/panthor: Explicitly set the coherency modeAkash Goel1-1/+21
2024-11-07drm/panthor: Be stricter about IO mapping flagsJann Horn1-0/+4
2024-05-13drm/panthor: Call panthor_sched_post_reset() even if the reset failedBoris Brezillon1-6/+1
2024-05-13drm/panthor: Force an immediate reset on unrecoverable faultsBoris Brezillon1-0/+1
2024-04-02drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernelBoris Brezillon1-4/+4
2024-03-25drm/panthor: Don't use virt_to_pfn()Steven Price1-4/+6
2024-03-25drm/panthor: Fix the CONFIG_PM=n caseBoris Brezillon1-2/+11
2024-03-11Revert "drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue"Jani Nikula1-0/+2
2024-03-11drm/panthor: Fix undefined panthor_device_suspend/resume symbol issueBoris Brezillon1-2/+0
2024-03-11drm/panthor: Explicitly include mm.h for the {virt, __phys)_to_pfn() defsBoris Brezillon1-0/+1
2024-03-01drm/panthor: Add the device logical blockBoris Brezillon1-0/+549