summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-11-07drm/i915/gem: s/i915_gem_object_get_frontbuffer/i915_gem_object_frontbuffer_l...Ville Syrjälä4-7/+7
2025-11-07drm/i915/frontbuffer: Fix intel_frontbuffer lifetime handlingVille Syrjälä16-147/+225
2025-11-07drm/i915/frontbuffer: Add intel_frontbuffer::displayVille Syrjälä2-11/+9
2025-11-07drm/i915/frontbuffer: Extract intel_frontbuffer_ref()Ville Syrjälä1-1/+6
2025-11-07drm/i915/frontbuffer: Split fb_tracking.lock into twoVille Syrjälä4-6/+11
2025-11-07drm/i915/frontbuffer: Handle the dirtyfb cache flush inside intel_frontbuffer...Ville Syrjälä2-2/+3
2025-11-07drm/i915/frontbuffer: Turn intel_bo_flush_if_display() into a frontbuffer ope...Ville Syrjälä5-12/+12
2025-11-07drm/i915/frontbuffer: Nuke intel_frontbuffer_flip_{prepare,complete}()Ville Syrjälä4-56/+1
2025-11-07drm/i915/overlay: Switch to intel_frontbuffer_flip()Ville Syrjälä1-3/+1
2025-11-07drm/i915/overlay: Drop the DIRTYFB flushVille Syrjälä1-2/+0
2025-11-07drm/i915/psr: fix pipe to vblank conversionJani Nikula1-1/+2
2025-11-07drm/xe: Enforce correct user fence signaling order usingMatthew Brost9-18/+86
2025-11-07drm/xe: Do clean shutdown also when using flrJouni Högander1-9/+9
2025-11-07drm/xe: Move declarations under conditional branchTejas Upadhyay1-3/+3
2025-11-07drm/xe/guc: Synchronize Dead CT worker with unbindBalasubramani Vivekanandan1-0/+3
2025-11-07drm/vmwgfx: Set surface-framebuffer GEM objectsThomas Zimmermann1-0/+3
2025-11-07drm/vblank: Increase timeout in drm_wait_one_vblank()Chintan Patel1-1/+1
2025-11-07drm/vblank: Fix kernel docs for vblank timerThomas Zimmermann1-1/+1
2025-11-07drm/sched: Replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-11-07drm/vmwgfx: Restore Guest-Backed only cursor plane supportIan Forbes2-1/+16
2025-11-07drm/vmwgfx: Use kref in vmw_bo_dirtyIan Forbes1-7/+5
2025-11-07drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZEIan Forbes1-0/+5
2025-11-07Merge tag 'mediatek-drm-fixes-20251105' of https://git.kernel.org/pub/scm/lin...Dave Airlie2-23/+8
2025-11-07Merge tag 'drm-misc-next-2025-11-05-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie421-909/+2059
2025-11-07Merge tag 'drm-intel-next-2025-11-04' of https://gitlab.freedesktop.org/drm/i...Dave Airlie176-2273/+7447
2025-11-07Merge tag 'amd-drm-fixes-6.18-2025-11-06' of https://gitlab.freedesktop.org/a...Dave Airlie18-35/+84
2025-11-07Merge tag 'drm-intel-fixes-2025-11-06' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-4/+16
2025-11-07drm/i915/xe3p_lpd: Adapt to updates on MBUS_CTL/DBUF_CTL registersRavi Kumar Vodapalli2-28/+40
2025-11-07drm/i915/xe3p_lpd: Always apply WaWmMemoryReadLatencyGustavo Sousa1-0/+7
2025-11-07drm/i915/dram: Add field ecc_impacting_de_bwGustavo Sousa4-0/+15
2025-11-07drm/i915/wm: don't use method1 in Xe3p_LPD onwardsLuca Coelho1-0/+2
2025-11-07drm/i915/xe3p_lpd: Reload DMC MMIO for pipes C and DGustavo Sousa1-2/+2
2025-11-07drm/i915/xe3p_lpd: Don't allow odd ypan or ysize with semiplanar formatJuha-pekka Heikkila1-0/+3
2025-11-07drm/i915/xe3p_lpd: Extend Wa_16025573575Gustavo Sousa1-1/+2
2025-11-07drm/i915/xe3p_lpd: Drop support for interlace modeAnkit Nautiyal1-6/+8
2025-11-07drm/i915/xe3p_lpd: Load DMC firmwareGustavo Sousa1-1/+8
2025-11-07drm/i915/xe3p_lpd: Add CDCLK tableGustavo Sousa1-2/+42
2025-11-07drm/i915/xe3p_lpd: Remove gamma,csc bottom color checksSai Teja Pottumuttu1-6/+7
2025-11-07drm/i915/xe3p_lpd: Horizontal flip support for linear surfacesSai Teja Pottumuttu1-1/+2
2025-11-07drm/i915/xe3p_lpd: Expand bifield masks dbuf blocks fieldsSai Teja Pottumuttu1-6/+6
2025-11-07drm/i915/xe3p_lpd: Update bandwidth parametersMatt Atwood1-4/+5
2025-11-07drm/i915/display: Use braces for if-ladder in intel_bw_init_hw()Gustavo Sousa1-14/+15
2025-11-07drm/i915/xe3p_lpd: Drop north display reset option programmingMatt Roper1-0/+3
2025-11-07drm/i915/xe3p_lpd: Add Xe3p_LPD display IP featuresSai Teja Pottumuttu1-0/+1
2025-11-06drm/xe/xe3lpg: Extend Wa_15016589081 for xe3lpgNitin Gote1-0/+5
2025-11-06drm/amd/display: Enable mst when it's detected but yet to be initializedWayne Lin1-1/+9
2025-11-06drm/amdgpu: Fix wait after reset sequence in S3Lijo Lazar2-3/+32
2025-11-06drm/amd: Fix suspend failure with secure display TAMario Limonciello1-1/+4
2025-11-06drm/amdgpu: fix gpu page fault after hibernation on PF passthroughSamuel Zhang2-2/+5
2025-11-06drm/edid: add 6 bpc quirk to the Sharp LQ116M1JW10Ajye Huang1-0/+3