Age | Commit message (Expand) | Author |
2023-12-06 | drm/imagination: move update_logtype() into ifdef section | Arnd Bergmann |
2023-12-06 | drm/imagination: Removed unused functions in pvr_fw_trace | Donald Robson |
2023-12-05 | drm/imagination: vm: make use of GPUVM's drm_exec helper | Danilo Krummrich |
2023-12-04 | drm/imagination: Removed unused function to_pvr_vm_gpuva() | Donald Robson |
2023-12-04 | drm/imagination: pvr_gpuvm_free() now static | Donald Robson |
2023-12-04 | drm/imagination: pvr_device_process_active_queues now static | Donald Robson |
2023-12-04 | drm/imagination: Fixed missing header in pvr_fw_meta | Donald Robson |
2023-12-04 | drm/imagination: Fixed warning due to implicit cast to bool | Donald Robson |
2023-11-30 | drm/imagination: fix off by one in pvr_vm_mips_init() error handling | Dan Carpenter |
2023-11-30 | drm/imagination: Fix IS_ERR() vs NULL bug in pvr_request_firmware() | Dan Carpenter |
2023-11-30 | drm/imagination: Fix error codes in pvr_device_clk_init() | Dan Carpenter |
2023-11-28 | drm/imagination: Numerous documentation fixes. | Donald Robson |
2023-11-28 | drm/imagination: vm: fix drm_gpuvm reference count | Danilo Krummrich |
2023-11-28 | drm/imagination: vm: check for drm_gpuvm_range_valid() | Danilo Krummrich |
2023-11-28 | drm/imagination: vm: prevent duplicate drm_gpuvm_bo instances | Danilo Krummrich |
2023-11-28 | drm/imagination: Remove unneeded semicolon | Yang Li |
2023-11-28 | drm/imagination: Fix a couple of spelling mistakes in literal strings | Colin Ian King |
2023-11-27 | drm/sched: Fix compilation issues with DRM priority rename | Luben Tuikov |
2023-11-23 | drm/imagination: Add firmware trace to debugfs | Sarah Walker |
2023-11-23 | drm/imagination: Add firmware trace header | Sarah Walker |
2023-11-23 | drm/imagination: Implement job submission and scheduling | Sarah Walker |
2023-11-23 | drm/imagination: Implement context creation/destruction ioctls | Sarah Walker |
2023-11-23 | drm/imagination: Implement free list and HWRT create and destroy ioctls | Sarah Walker |
2023-11-23 | drm/imagination: Implement MIPS firmware processor and MMU support | Sarah Walker |
2023-11-23 | drm/imagination: Implement firmware infrastructure and META FW support | Sarah Walker |
2023-11-23 | drm/imagination: Implement power management | Sarah Walker |
2023-11-23 | drm/imagination: Add GEM and VM related code | Donald Robson |
2023-11-23 | drm/imagination: Add GPU ID parsing and firmware loading | Sarah Walker |
2023-11-23 | drm/imagination: Add FWIF headers | Sarah Walker |
2023-11-23 | drm/imagination: Add firmware and MMU related headers | Sarah Walker |
2023-11-23 | drm/imagination: Add GPU register headers | Sarah Walker |
2023-11-23 | drm/imagination: Get GPU resources | Sarah Walker |
2023-11-23 | drm/imagination: Add skeleton PowerVR driver | Sarah Walker |