aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-11-08gpu: nova-core: replace use of `as` with functions from `num`Alexandre Courbot10-42/+70
2025-11-08gpu: nova-core: add functions and traits for lossless integer conversionsAlexandre Courbot2-0/+168
2025-11-08Merge tag 'drm-xe-fixes-2025-11-07' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie11-25/+96
2025-11-07drm/xe/tests: Add KUnit tests for PF fair provisioningMichal Wajdeczko2-0/+166
2025-11-07drm/xe/pf: Use migration-friendly doorbells auto-provisioningMichal Wajdeczko1-0/+17
2025-11-07drm/xe/pf: Use migration-friendly context IDs auto-provisioningMichal Wajdeczko2-0/+27
2025-11-07drm/i915/pmdemand: Use the default 2 usec fast polling timeoutVille Syrjälä1-1/+1
2025-11-07drm/i915/hdcp: Use the default 2 usec fast polling timeoutVille Syrjälä1-1/+1
2025-11-07drm/i915/ltphy: Nuke bogus weird timeoutsVille Syrjälä2-10/+8
2025-11-07drm/i915/cx0: s/XELPDP_PORT_RESET_END_TIMEOUT/XELPDP_PORT_RESET_END_TIMEOUT_MS/Ville Syrjälä2-2/+2
2025-11-07drm/i915/cx0: s/XELPDP_MSGBUS_TIMEOUT_SLOW/XELPDP_MSGBUS_TIMEOUT_MS/Ville Syrjälä3-8/+8
2025-11-07drm/i915/cx0: Get rid of XELPDP_MSGBUS_TIMEOUT_FAST_USVille Syrjälä2-3/+1
2025-11-07drm/i915/cx0: Replace XELPDP_PORT_POWERDOWN_UPDATE_TIMEOUT_US with XELPDP_POR...Ville Syrjälä2-2/+2
2025-11-07drm/i915/ltphy: Nuke extraneous timeout debugsVille Syrjälä1-18/+16
2025-11-07drm/i915/cx0: Nuke extraneous timeout debugsVille Syrjälä1-19/+16
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-07gpu: nova-core: Simplify `DmaObject::from_data` in nova-core/dma.rsDaniel del Castillo1-14/+5
2025-11-07gpu: nova-core: Fix capitalization of some commentsDaniel del Castillo1-6/+6
2025-11-07gpu: nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rsDaniel del Castillo1-67/+58
2025-11-07gpu: nova-core: apply the one "use" item per line policyJohn Hubbard22-157/+335
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-06drm/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-06drm/i915/xe3p_lpd: Adapt to updates on MBUS_CTL/DBUF_CTL registersRavi Kumar Vodapalli2-28/+40
2025-11-06drm/i915/xe3p_lpd: Always apply WaWmMemoryReadLatencyGustavo Sousa1-0/+7
2025-11-06drm/i915/dram: Add field ecc_impacting_de_bwGustavo Sousa4-0/+15
2025-11-06drm/i915/wm: don't use method1 in Xe3p_LPD onwardsLuca Coelho1-0/+2