aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-10-04drm/i915: Deobfuscate wm linetime calculationVille Syrjälä1-17/+4
2025-10-04drm/i915: Use the the correct pixel rate to compute wm line timeVille Syrjälä1-5/+4
2025-10-04drm: renesas: rz-du: Drop ARCH_RZG2L dependencyLad Prabhakar1-1/+1
2025-10-03Revert "drm/xe/vf: Fixup CTB send buffer messages after migration"Matthew Brost4-205/+0
2025-10-03Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"Matthew Brost5-53/+1
2025-10-03Revert "drm/xe/vf: Rebase exec queue parallel commands during migration recov...Matthew Brost2-62/+0
2025-10-03drm/xe/i2c: Don't rely on d3cold.allowed flag in system PM pathRaag Jadav1-1/+1
2025-10-03drm/xe/hw_engine_group: Fix double write lock release in error pathShuicheng Lin1-5/+1
2025-10-03drm/xe/uapi: loosen used tracking restrictionMatthew Auld1-9/+6
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-14/+4
2025-10-03drm/sitronix/st7571-i2c: reset position before clearing displayMarcus Folkesson1-0/+1
2025-10-03drm/bridge: refcount last_bridge in drm_atomic_bridge_chain_select_bus_fmts()Luca Ceresoli1-3/+3
2025-10-03drm/display: bridge_connector: get/put the stored bridgesLuca Ceresoli1-36/+78
2025-10-02drm/xe/xe_late_bind_fw: Initialize uval variable in xe_late_bind_fw_num_fans()Mallesh Koujalagi1-8/+8
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström5-19/+32
2025-10-02drm/xe/xe_late_bind_fw: Fix missing initialization of variable offsetColin Ian King1-2/+2
2025-10-02drm/xe/bo: Fix an idle assertion for local bosThomas Hellström1-11/+23
2025-10-02drm/xe/vf: Don't claim support for firmware late-bind if VFMichal Wajdeczko1-0/+1
2025-10-02drm/xe/vf: Rename sriov_update_device_infoMichal Wajdeczko1-9/+9
2025-10-02drm/xe/configfs: Improve doc for ctx_restore* attributesLucas De Marchi1-3/+16
2025-10-02drm/xe/configfs: Fix engine class parsingLucas De Marchi1-2/+2
2025-10-02drm/xe/tests: Fix build break on clang 16.0.6Michal Wajdeczko1-6/+6
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2025-10-02drm/xe/pf: Synchronize VF FLR between all GTsMichal Wajdeczko5-1/+88
2025-10-02drm/xe/pf: Split VF FLR processing functionMichal Wajdeczko3-1/+27
2025-10-02drm/xe/pf: Unify VF state tracking logMichal Wajdeczko1-4/+10
2025-10-02drm/xe/pf: Expose VF control operations over debugfsMichal Wajdeczko1-0/+93
2025-10-02drm/xe/pf: Log only top level VF state changesMichal Wajdeczko2-6/+19
2025-10-02drm/xe/pf: Add top level functions to control VFsMichal Wajdeczko4-5/+124
2025-10-02drm/i915/display: Enable PICA power before AUXGustavo Sousa1-3/+3
2025-10-02drm/i915/display: Extract separate AUX PW descriptorsGustavo Sousa1-12/+14
2025-10-02gpu/drm: panel-edp: add AUO B116XAN02.0 panel entrySvyatoslav Ryhel1-0/+1
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1052-17709/+36556
2025-10-02drm/xe: Detect GT workqueue allocation failureMichal Wajdeczko1-15/+5
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds7-176/+162
2025-10-02drm/i915/dp: Handle Synaptics DSC throughput link-bpp quirkImre Deak2-0/+58
2025-10-02drm/i915/dp: Verify branch devices' overall pixel throughput/line widthImre Deak2-0/+59
2025-10-02drm/i915/dp: Pass DPCD device descriptor to intel_dp_get_dsc_sink_cap()Imre Deak3-3/+16
2025-10-02drm/i915/dp: Calculate DSC slice count based on per-slice peak throughputImre Deak1-11/+22
2025-10-02drm/dp: Add helpers to query the branch DSC max throughput/line-widthImre Deak1-0/+152
2025-10-02drm/dp: Add quirk for Synaptics DSC throughput link-bpp limitImre Deak1-0/+4
2025-10-02drm/xe/doc: Add documentation for Execution QueuesNiranjana Vishwanathapura1-0/+23
2025-10-02drm/xe/i2c: Don't rely on d3cold.allowed flag in system PM pathRaag Jadav1-1/+1
2025-10-02drm/xe/xe_late_bind_fw: Initialize uval variable in xe_late_bind_fw_num_fans()Mallesh Koujalagi1-8/+8
2025-10-02drm/i915/gvt: Propagate vfio_set_irqs_validate_and_prepare() errorAndi Shyti1-2/+2
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström5-19/+32
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-11/+12
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2025-10-01gpu/drm: panel: Add Sharp LQ079L1SX01 panel supportSvyatoslav Ryhel3-0/+241