summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Brost1-1/+17
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 Brost1-48/+98
2023-11-02drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost8-76/+77
2023-11-02drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost5-18/+56
2023-11-01dma-buf: add dma_fence_timestamp helperChristian König3-16/+8
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 Kanojiya4-4/+165
2023-10-27accel/qaic: Add support for periodic timesyncAjit Pal Singh5-1/+296
2023-10-27accel/qaic: Enable 1 MSI fallback modeCarl Vanderlip5-20/+50
2023-10-27drm/doc: describe PATH format for DP MSTSimon Ser1-0/+6
2023-10-27drm: introduce CLOSEFB IOCTLSimon Ser3-0/+25
2023-10-27drm: extract closefb logic in separate functionSimon Ser1-22/+31
2023-10-27drm/atomic-helper: Fix spelling mistake "preceeding" -> "preceding"Kunwu Chan1-2/+2
2023-10-27drm/ssd130x: Fix possible uninitialized usage of crtc_state variableJavier Martinez Canillas1-1/+1
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher11-84/+19
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov10-22/+92
2023-10-26drm/ci: do not automatically retry on errorHelen Koike1-14/+0
2023-10-26drm/ci: export kernel configHelen Koike2-1/+2
2023-10-26drm/ci: increase i915 job timeout to 1h30mHelen Koike1-0/+5
2023-10-26drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shardsHelen Koike2-10/+15
2023-10-26drm/ci: clean up xfails (specially flakes list)Helen Koike33-287/+162
2023-10-26drm/ci: uprev IGT and make sure core_getversion is runHelen Koike3-9/+26
2023-10-26drm/ci: add helper script update-xfails.pyHelen Koike2-0/+221