aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-11-28drm/xe/pf: Enable SR-IOV VF migrationMichał Winiarski4-7/+42
2025-11-28i915/display/intel_ddi: Reduce severity of failed FEC enablingMichał Grzelak1-1/+1
2025-11-28drm/panic: Report invalid or unsupported panic modesTvrtko Ursulin1-13/+62
2025-11-28drm/panthor: Kill panthor_sched_immediate_tick()Boris Brezillon1-9/+2
2025-11-28drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2025-11-28drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2025-11-28drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2025-11-28drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31
2025-11-28drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2025-11-28drm/panthor: Don't try to enable extract eventsBoris Brezillon1-4/+2
2025-11-28drm/panthor: Simplify group idleness trackingBoris Brezillon1-29/+2
2025-11-28drm/xe/dsb: drop the unnecessary struct i915_vmaJani Nikula1-20/+8
2025-11-28drm/{i915,xe}/dsb: make struct intel_dsb_buffer opaqueJani Nikula3-7/+13
2025-11-28drm/{i915, xe}/dsb: allocate struct intel_dsb_buffer dynamicallyJani Nikula4-35/+72
2025-11-28drm/{i915, xe}/dsb: make {intel, xe}_dsb_buffer.c independent of displayJani Nikula4-9/+7
2025-11-28drm/panthor: Relax a check in panthor_sched_pre_reset()Boris Brezillon1-2/+0
2025-11-28drm/panthor: Make panthor_vm_[un]map_pages() more robustBoris Brezillon1-27/+54
2025-11-28drm/panthor: Add support for atomic page table updatesBoris Brezillon1-93/+97
2025-11-28drm/panthor: Recover from panthor_gpu_flush_caches() failuresBoris Brezillon1-7/+12
2025-11-28drm/panthor: Kill lock_region()Boris Brezillon1-10/+10
2025-11-28drm/panthor: Always wait after sending a command to an ASBoris Brezillon1-15/+12
2025-11-28drm/panthor: Prevent potential UAF in group creationAkash Goel1-4/+15
2025-11-28drm/{i915,xe}/hdcp: use parent interface for HDCP GSC callsJani Nikula11-81/+126
2025-11-28drm/i915/hdcp: move i915 specific HDCP GSC implementation to i915Jani Nikula2-2/+5
2025-11-28drm/display/dp_mst: Add protection against 0 vcpiSuraj Kandpal1-1/+2
2025-11-28Merge tag 'drm-xe-fixes-2025-11-27' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2-12/+10
2025-11-28Merge tag 'drm-misc-fixes-2025-11-27' of https://gitlab.freedesktop.org/drm/m...Dave Airlie4-27/+22
2025-11-28Merge tag 'amd-drm-fixes-6.18-2025-11-26' of https://gitlab.freedesktop.org/a...Dave Airlie11-20/+36
2025-11-28Merge tag 'drm-misc-next-fixes-2025-11-26' of https://gitlab.freedesktop.org/...Dave Airlie6-1/+16
2025-11-28Revert "drm/i915/dp: change aux_ctl reg read to polling read"Ville Syrjälä1-5/+7
2025-11-28drm/i915: Enable DDI A/B AUX interrupts on LNL+Ville Syrjälä3-5/+14
2025-11-28drm/i915: Eliminate one more frequent drm_format_info()Ville Syrjälä5-14/+20
2025-11-28drm/i915: Expose the IN_FORMATS_ASYNC blob for all planesVille Syrjälä2-0/+4
2025-11-28drm/i915/panic: Clean up the variablesVille Syrjälä3-33/+29
2025-11-28drm/i915/panic: Get the crtc from the correct placeVille Syrjälä1-1/+2
2025-11-28drm/i915: Use hw.active instead of uapi.active in the initial plane readoutVille Syrjälä2-4/+8
2025-11-28drm/i915/psr: Use hw.rotation instead of uapi.rotationVille Syrjälä1-1/+1
2025-11-28drm/i915/psr: Use hw.crtc instead of uapi.crtcVille Syrjälä1-3/+3
2025-11-28drm/i915: Use the proper (hw.crtc) for the cursor unpin vblank workerVille Syrjälä2-3/+3
2025-11-28Merge tag 'drm-xe-next-fixes-2025-11-21' of https://gitlab.freedesktop.org/dr...Dave Airlie3-5/+16
2025-11-27drm/xe/gt: Introduce runtime suspend/resumeRaag Jadav9-5/+162
2025-11-27drm/xe/pm: Assert on runtime suspend if VFs are enabledRaag Jadav1-0/+9
2025-11-27drm/xe/guc_submit: Introduce pause/unpause() helpers for PFRaag Jadav2-0/+32
2025-11-27drm/xe/vf: Update pause/unpause() helpers with VF namingRaag Jadav3-12/+16
2025-11-27drm/xe: Move VRAM MM debugfs creation to tile levelPiotr Piórkowski2-12/+9
2025-11-27drm/xe/xe_sriov_packet: Return int from pf_descriptor_initJonathan Cavitt1-1/+1
2025-11-26drm/amd/display: Enable support for Gamma 2.2Alex Hung2-3/+9
2025-11-26drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung1-0/+2
2025-11-26drm/amd/display: Disable CRTC degamma when color pipeline is enabledAlex Hung1-14/+12
2025-11-26drm/amd/display: Ensure 3D LUT for color pipelineAlex Hung2-71/+78