aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-02drm/xe: fix typo "notifer"WangYuli1-1/+1
2025-08-02drm/bridge: fix OF node leakJohan Hovold1-0/+2
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-08-01drm/i915/bw: Remove space before newlineColin Ian King1-1/+1
2025-08-01drm/xe/pf: Don't resume device from restart workerMichal Wajdeczko1-4/+20
2025-08-01drm/xe/pf: Make sure PF is ready to configure VFsMichal Wajdeczko6-2/+63
2025-08-01drm/xe/pf: Disable PF restart worker on device removalMichal Wajdeczko1-1/+31
2025-08-01drm/xe/pf: Skip LMTT update if no LMEM was provisionedMichal Wajdeczko1-3/+7
2025-08-01drm/msm: Defer fd_install in SUBMIT ioctlRob Clark1-7/+7
2025-08-01drm/msm: Fix submit error path cleanupRob Clark1-4/+5
2025-08-01drm/msm: Fix refcnt underflow in error pathRob Clark1-1/+3
2025-08-01drm/msm: Update global fault counter when faulty process has already endedMaíra Canal1-3/+8
2025-08-01drm/msm: Fix pagetables setup/teardown serializationRob Clark1-4/+12
2025-08-01drm/msm: Fix build with KMS disabledRob Clark1-1/+8
2025-08-01drm/gpuvm: Wrap drm_gpuvm_sm_map_exec_lock() expected usage in literal code b...Bagas Sanjaya1-1/+1
2025-08-01drm/xe/devcoredump: Defer devcoredump initialization during probeBalasubramani Vivekanandan2-4/+10
2025-08-01drm/xe/vf: Fix IS_ERR() vs NULL check in xe_sriov_vf_ccs_init()Dan Carpenter1-2/+2
2025-08-01drm/virtio: implement virtio_gpu_shutdownGerd Hoffmann1-4/+4
2025-08-01drm/i915/dsi: use intel_de_wait_custom() instead of wait_for_us()Jani Nikula1-13/+28
2025-08-01drm/i915/pch: use intel_de_wait_custom() instead of wait_for_us()Jani Nikula1-4/+10
2025-08-01drm/i915/power: use intel_de_wait_custom() instead of wait_for_us()Jani Nikula1-4/+10
2025-08-01drm/i915/cdclk: use intel_de_wait_custom() instead of wait_for_us()Jani Nikula1-4/+8
2025-08-01drm/i915/dpll: use intel_de_wait_custom() instead of wait_for_us()Jani Nikula1-6/+14
2025-08-01drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()Jani Nikula1-2/+12
2025-08-01drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for()Jani Nikula1-3/+3
2025-07-31Merge tag 'drm-next-2025-08-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds25-94/+111
2025-07-31drm/panel-edp: Add BOE NV140WUM-N64Aleksandrs Vinarskis1-0/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-21/+5
2025-08-01Merge tag 'drm-xe-next-fixes-2025-07-31' of https://gitlab.freedesktop.org/dr...Dave Airlie8-33/+23
2025-07-31gpu: nova-core: fix up formatting after mergeMiguel Ojeda1-1/+1
2025-08-01Merge tag 'amd-drm-fixes-6.17-2025-07-31' of https://gitlab.freedesktop.org/a...Dave Airlie17-61/+88
2025-07-31drm/panel-edp: Add edp panels used by mt8189 ChromebooksCong Yang1-0/+22
2025-07-31drm/vkms: Add writeback encoders as possible clonesRobert Mader2-0/+15
2025-07-31drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test.Maarten Lankhorst1-12/+16
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1367-29192/+55679
2025-07-31drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridgeSvyatoslav Ryhel3-0/+789
2025-07-30drm/xe/vf: Disable CSC support on VFLukasz Laguna1-0/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-3/+6
2025-07-30drm/xe/vf: Disable CSC support on VFLukasz Laguna1-0/+1
2025-07-30drm/i915/fbc: fix the implementation of wa_18038517565Vinod Govindapillai1-4/+4
2025-07-29drm/xe/vf: Fix VM crash during VF driver releaseSatyanarayana K V P4-22/+30
2025-07-29Merge tag 'x86_core_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+3
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-55/+28
2025-07-29drm: Remove unused MIPI write seq and chatty functionsBrigham Campbell1-31/+3
2025-07-29drm/panel: jdi-lpm102a188a: Fix bug and clean up driverBrigham Campbell1-135/+57
2025-07-29drm: Create mipi_dsi_dual* macrosBrigham Campbell2-406/+446
2025-07-29drm/xe/hw_engine_group: Don't use drm_warn to catch missed caseMichal Wajdeczko1-2/+2
2025-07-29drm/i915/display: Set C10_VDR_CTRL_MSGBUS_ACCESS before phy reg readJouni Högander1-0/+4
2025-07-29drm/i915/display: Ensure phy is accessible on lfps configurationJouni Högander1-0/+6