summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-07-14drm/i915/display: Fix NV12 ceiling division for bigjoiner caseVidya Srinivas1-20/+13
2026-07-14Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Danilo Krummrich3-111/+90
2026-07-13Merge patch series "rust: I/O type generalization and projection"Danilo Krummrich3-111/+90
2026-07-13Merge patch series "ForLt/CovariantForLt split, auxiliary closure API and Dev...Danilo Krummrich1-2/+2
2026-07-13drm/xe/multi_queue: preempt primary on queue group suspendNiranjana Vishwanathapura3-17/+166
2026-07-13drm/xe/guc: Add suspend refcount to exec queue opsThomas Hellström2-9/+28
2026-07-13drm/xe/hw_engine_group: propagate suspend failures during mode switchNiranjana Vishwanathapura1-3/+82
2026-07-13drm/xe/guc: add uninterruptible suspend wait for cross-process cleanupNiranjana Vishwanathapura3-0/+49
2026-07-13drm/xe/guc: ban exec queue on suspend timeoutNiranjana Vishwanathapura1-4/+49
2026-07-13drm/xe: only resume exec queues that were actually suspendedNiranjana Vishwanathapura3-1/+36
2026-07-13drm/i915/gt: use correct selftest config symbolPengpeng Hou1-1/+1
2026-07-13drm/panel: novatek-nt37801: Use mipi_dsi_*_multi() functionsNicolás Antinori1-60/+46
2026-07-13drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue ...Ryosuke Yasuoka2-4/+4
2026-07-13drm/virtio: Don't detach GEM from a non-created contextJason Macnak1-6/+8
2026-07-13drm/msm: Switch to generic PAS TZ APIsSumit Garg3-7/+9
2026-07-12nouveau/instmem: use iomapping interface for instmem handlingDave Airlie3-9/+32
2026-07-12drm: nova: Use drm::Device<Registered> to access the parent bus deviceDanilo Krummrich2-12/+6
2026-07-12rust: drm: Pass registration data to ioctl handlersDanilo Krummrich2-0/+4
2026-07-12rust: drm: Add RegistrationData to drm::DriverDanilo Krummrich2-9/+21
2026-07-12drm: fix race between partial drm_dev_register() failure and ioctlDanilo Krummrich1-9/+25
2026-07-12rust: drm: Wrap ioctl dispatch in RegistrationGuardDanilo Krummrich2-6/+13
2026-07-12rust: drm: restrict AlwaysRefCounted to Normal GEM Object contextDanilo Krummrich4-22/+11
2026-07-12rust: drm: change default DeviceContext to NormalDanilo Krummrich2-2/+2
2026-07-12rust: drm: Add Driver::ParentDevice associated typeDanilo Krummrich2-4/+10
2026-07-12Revert "drm/msm: dsi: fix PLL init in bonded mode"Dmitry Baryshkov2-2/+17
2026-07-12drm/msm/dpu: fix parameter name in dpu_core_perf_adjusted_mode_clk kernel-docRosen Penev1-1/+1
2026-07-12drm/msm/dsi: round 6G byte clock rate to the PLL-achievable valueKavan Smith1-0/+12
2026-07-12drm/msm/dp: add missing drm_edid_connector_update() before add_modes on cache...Jens Glathe1-1/+3
2026-07-11rust: types: rename ForLt to CovariantForLtDanilo Krummrich1-2/+2
2026-07-11gpu: nova-core: use I/O projection for cleaner encapsulationGary Guo3-111/+90
2026-07-11drm/xe/pf: Handle migration descriptor using KLV helpersMichal Wajdeczko1-49/+55
2026-07-11drm/xe/tests: Add migration packet testMichal Wajdeczko2-0/+93
2026-07-11drm/xe/tests: Add GuC KLV printer testMichal Wajdeczko1-0/+41
2026-07-11drm/xe/tests: Add object encoding helper testMichal Wajdeczko1-0/+205
2026-07-11drm/xe/tests: Add string encoding helper testMichal Wajdeczko1-0/+84
2026-07-11drm/xe/tests: Add GuC KLV helpers basic testsMichal Wajdeczko2-0/+103
2026-07-11drm/xe/guc: Formalize Reserved KLVsMichal Wajdeczko4-5/+60
2026-07-11drm/xe/guc: Add KLV parsing helperMichal Wajdeczko2-0/+41
2026-07-11drm/xe/guc: Add object KLV encoding helperMichal Wajdeczko2-0/+41
2026-07-11drm/xe/guc: Add string KLV encoding helperMichal Wajdeczko2-0/+36
2026-07-11drm/xe/guc: Add basic KLV encoding helpersMichal Wajdeczko2-0/+59
2026-07-11drm/xe/guc: Prepare to print group KLVsMichal Wajdeczko1-0/+18
2026-07-11drm/xe/guc: Allow to print single KLVMichal Wajdeczko2-20/+35
2026-07-10drm/panfrost: include panfrost_drv.h for panfrost_transparent_hugepageBen Dooks1-0/+1
2026-07-10drm/panel: samsung-s6d16d0: Power off on prepare failureLaxman Acharya Padhya1-2/+8
2026-07-10drm/xe: Use xe_tile_info() in alloc_primary_gt() and alloc_media_gt()Shuicheng Lin1-2/+3
2026-07-10drm/xe/configfs: Add enable_multi_queue attributeShuicheng Lin7-1/+97
2026-07-10drm/xe/i2c: use platform_device_set_fwnode()Bartosz Golaszewski1-1/+1
2026-07-10drm/qxl: remove dependency on DRM simple helpersDiogo Silva1-4/+8
2026-07-10Merge tag 'tegra-for-7.2-pmc-fixes' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-4/+2