summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-11-27drm/vc4: txp: Introduce structure to deal with revision differencesMaxime Ripard-10/+23
2024-11-27drm/vc4: hdmi: Add support for BCM2712 HDMI controllersMaxime Ripard-6/+943
2024-11-27drm/vc4: crtc: Add support for BCM2712 PixelValvesMaxime Ripard-2/+55
2024-11-27drm/vc4: hvs: Add support for BCM2712 HVSMaxime Ripard-77/+1616
2024-11-27drm/vc4: drv: Support BCM2712Maxime Ripard-0/+2
2024-11-27drm/vc4: Fix reading of frame count on GEN5 / Pi4Dave Stevenson-11/+40
2024-11-27drm/vc4: Use of_device_get_match_data to set generationDave Stevenson-7/+4
2024-11-27drm/xe/migrate: use XE_BO_FLAG_PAGETABLEMatthew Auld-1/+2
2024-11-27drm/xe/migrate: fix pat index usageMatthew Auld-1/+2
2024-11-27drm/xe/xe3lpg: Add Wa_16024792527Apoorva Singh-0/+8
2024-11-27drm/i915/dislay: convert i9xx_display_sr.[ch] to struct intel_displayJani Nikula-45/+41
2024-11-27drm/i915/display: prefer DISPLAY_VER over GRAPHICS_VER in display s/rJani Nikula-8/+8
2024-11-27Merge tag 'amd-drm-fixes-6.13-2024-11-22' of https://gitlab.freedesktop.org/a...Dave Airlie-166/+626
2024-11-27Merge tag 'drm-xe-next-fixes-2024-11-21' of https://gitlab.freedesktop.org/dr...Dave Airlie-2/+7
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-11/+12
2024-11-26drm/cirrus: Rename to cirrus-qemuThomas Zimmermann-2/+2
2024-11-26drm/cirrus: Use virtual encoder and connector typesThomas Zimmermann-2/+2
2024-11-26drm/sti: Add __iomem for mixer_dbg_mxn's parameterPei Xiao-1/+1
2024-11-26drm/dp_mst: Fix MST sideband message body length checkImre Deak-0/+3
2024-11-26drm/virtio: Add prepare and cleanup routines for imported dmabuf objVivek Kasireddy-1/+64
2024-11-26drm/virtio: Import prime buffers from other devices as guest blobsVivek Kasireddy-3/+62
2024-11-26drm/virtio: Add helpers to initialize and free the imported objectVivek Kasireddy-0/+78
2024-11-26drm/virtio: Add a helper to map and note the dma addrs and lengthsVivek Kasireddy-0/+47
2024-11-26drm/virtio: Implement VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING cmdVivek Kasireddy-0/+61
2024-11-26drm/xe/guc_submit: fix race around suspend_pendingMatthew Auld-2/+15
2024-11-26drm/xe/guc_submit: fix race around pending_disableMatthew Auld-6/+10
2024-11-26drm/xe/trace: improve xe_sched_msg traceMatthew Auld-1/+4
2024-11-26drm/xe/vram: fix lpfn checkMatthew Auld-1/+1
2024-11-26drm/i915/ddi: clarify intel_ddi_connector_get_hw_state() for DP MSTJani Nikula-4/+7
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-4/+4
2024-11-25drm/xe: Update xe2_graphics name stringMatt Roper-1/+1
2024-11-25drm/panel-edp: Add unknown BOE panel for HP Omnibook X14Jens Glathe-0/+1
2024-11-25nvkm: correctly calculate the available space of the GSP cmdq bufferZhi Wang-2/+4
2024-11-25nvkm/gsp: correctly advance the read pointer of GSP message queueZhi Wang-6/+4
2024-11-25drm/i915: Fixed an typo in i915_gem_gtt.cZhang He-1/+1
2024-11-25drm/tidss: Rename 'wait_lock' to 'irq_lock'Tomi Valkeinen-15/+15
2024-11-25drm/tidss: Fix race condition while handling interrupt registersDevarsh Thakkar-0/+6
2024-11-25drm/tidss: Clear the interrupt status for interrupts being disabledDevarsh Thakkar-2/+8
2024-11-25drm/tidss: Add printing of underflowsTomi Valkeinen-0/+24
2024-11-25drm/tidss: Remove extra K2G checkTomi Valkeinen-2/+0
2024-11-25drm/tidss: Remove unused OCP error flagTomi Valkeinen-7/+2
2024-11-25drm/tidss: Fix issue in irq handling causing irq-flood issueTomi Valkeinen-8/+4
2024-11-25drm/lsdc: Request PCI BARPhilipp Stanner-3/+3
2024-11-22drm/xe/guc: Add support for G2G communicationsJohn Harrison-1/+337
2024-11-22drm/xe: Allow bo mapping on multiple ggttsNiranjana Vishwanathapura-46/+101
2024-11-22drm/xe/pf: Drop 2GiB limit of fair LMEM allocationMichal Wajdeczko-2/+0
2024-11-22drm/vkms: Remove useless drm_rotation_simplifyLouis Chauvet-6/+1
2024-11-22drm/vkms: Re-introduce line-per-line composition algorithmLouis Chauvet-149/+344
2024-11-22drm/vkms: Introduce pixel_read_direction enumLouis Chauvet-0/+87
2024-11-22drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blendLouis Chauvet-21/+19