summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-06drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo statsTvrtko Ursulin1-1/+1
2023-11-05drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin3-5/+5
2023-11-05drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldocTvrtko Ursulin1-8/+8
2023-11-05drm/sched: Rename drm_sched_free_job_queue to be more descriptiveTvrtko Ursulin1-7/+7
2023-11-05drm/sched: Move free worker re-queuing out of the if blockTvrtko Ursulin1-4/+3
2023-11-05drm/sched: Rename drm_sched_get_cleanup_job to be more descriptiveTvrtko Ursulin1-9/+9
2023-11-03accel/qaic: Support for 0 resize slice execution in BOPranjal Ramajor Asha Kanojiya2-63/+46
2023-11-03accel/qaic: Quiet array bounds check on DMA abort messageCarl Vanderlip1-1/+1
2023-11-02drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga1-0/+1
2023-11-02dt-bindings: gpu: v3d: Add BCM2712's compatibleIago Toral Quiroga1-0/+1
2023-11-02drm/v3d: fix up register addresses for V3D 7.xIago Toral Quiroga5-156/+204
2023-11-02drm/v3d: update UAPI to match user-space for V3D 7.xIago Toral Quiroga1-0/+5
2023-11-02fbdev/simplefb: Add support for generic power-domainsThierry Reding1-0/+93
2023-11-02fbdev/simplefb: Support memory-region propertyThierry Reding1-5/+30
2023-11-02drm/sched: Add a helper to queue TDR immediatelyMatthew Brost2-1/+18
2023-11-02drm/sched: Add drm_sched_start_timeout_unlocked helperMatthew Brost1-10/+13
2023-11-02drm/sched: Split free_job into own work itemMatthew Brost2-49/+101
2023-11-02drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost9-81/+86
2023-11-02drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost6-18/+59
2023-11-01dma-buf: add dma_fence_timestamp helperChristian König4-16/+27
2023-10-31accel/ivpu: Rename VPU to NPU in product stringsJacek Lawrynowicz2-5/+6
2023-10-31accel/ivpu: Simplify MMU SYNC commandJacek Lawrynowicz1-4/+1
2023-10-31accel/ivpu: Make DMA allocations for MMU600 write combinedKarol Wachowski1-52/+63
2023-10-31accel/ivpu: Print CMDQ errors after consumer timeoutKarol Wachowski1-3/+31
2023-10-31accel/ivpu: Abort pending rx ipc on resetStanislaw Gruszka3-4/+20
2023-10-31accel/ivpu: Stop job_done_thread on suspendStanislaw Gruszka4-6/+35
2023-10-31accel/ivpu: Assure device is off if power up sequence failStanislaw Gruszka2-14/+18
2023-10-31accel/ivpu/40xx: Allow to change profiling frequencyKrystian Pradzynski5-0/+76
2023-10-31Revert "drm/omapdrm: Annotate dma-fence critical section in commit path"Tomi Valkeinen1-5/+4
2023-10-31Revert "drm/tidss: Annotate dma-fence critical section in commit path"Tomi Valkeinen1-4/+0
2023-10-30drm/panfrost: Remove incorrect IS_ERR() checkSteven Price1-10/+2
2023-10-30drm/v3d: wait for all jobs to finish before unregisteringMaíra Canal1-0/+2
2023-10-30accel/ivpu: Add support for delayed D0i3 entry messageAndrzej Kacprowski8-8/+108
2023-10-30accel/ivpu/37xx: Print warning when VPUIP is not idle during power downStanislaw Gruszka1-2/+5
2023-10-30accel/ivpu: Introduce ivpu_ipc_send_receive_active()Karol Wachowski2-14/+27
2023-10-30accel/ivpu: Pass D0i3 residency time to the VPU firmwareAndrzej Kacprowski4-1/+28
2023-10-30accel/ivpu/40xx: Capture D0i3 entry host and device timestampsAndrzej Kacprowski1-0/+8
2023-10-30accel/ivpu: Change test_mode module param to bitmaskKarol Wachowski3-8/+7
2023-10-30accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASKAndrzej Kacprowski3-4/+7
2023-10-30accel/ivpu: Remove reset from power up sequenceKarol Wachowski2-10/+0
2023-10-30accel/ivpu: Add dvfs_mode file to debugfsTomasz Rusinowicz3-0/+34
2023-10-30accel/ivpu: Remove unneeded drm_driver declarationStanislaw Gruszka1-2/+0
2023-10-30accel/ivpu: Update FW APIKrystian Pradzynski3-24/+392
2023-10-30accel/ivpu: avoid build failure with CONFIG_PM=nArnd Bergmann1-3/+0
2023-10-27drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, NV116WHM-N49 V8.0Sheng-Liang Pan1-0/+3
2023-10-27accel/qaic: Support MHI QAIC_TIMESYNC channelPranjal Ramajor Asha Kanojiya5-5/+166
2023-10-27accel/qaic: Add support for periodic timesyncAjit Pal Singh7-1/+305
2023-10-27accel/qaic: Enable 1 MSI fallback modeCarl Vanderlip7-22/+76
2023-10-27drm/doc: describe PATH format for DP MSTSimon Ser1-0/+6
2023-10-27drm: introduce CLOSEFB IOCTLSimon Ser5-0/+55