summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-10-18drm/xe/xe3p_xpc: Add Xe3p_XPC IP definitionBalasubramani Vivekanandan-0/+8
2025-10-18drm/xe/nvls: Attach MOCS table for NVL-SDnyaneshwar Bhadane-0/+1
2025-10-18drm/client: Remove holds_console_lock parameter from suspend/resumeThomas Zimmermann-37/+31
2025-10-17drm/xe/nvl: Define NVL-S platformMatt Roper-0/+13
2025-10-18drm/i915/vrr: Use optimized guardband whenever VRR TG is activeAnkit Nautiyal-3/+1
2025-10-18drm/i915/vrr: Use the min static optimized guardbandAnkit Nautiyal-2/+56
2025-10-18drm/i915/dp: Check if guardband can accommodate sdp latenciesAnkit Nautiyal-0/+22
2025-10-18drm/i915/dp: Add helper to get min sdp guardbandAnkit Nautiyal-0/+38
2025-10-18drm/i915/psr: Add helper to get min psr guardbandAnkit Nautiyal-0/+28
2025-10-17drm/xe/xe3p: Dump CSMQDEBUG registerWang Xin-1/+29
2025-10-17drm/xe: Dump CURRENT_LRCA registerWang Xin-0/+3
2025-10-17drm/xe/xe3p: Determine service copy availability from fuseMatt Roper-9/+37
2025-10-17drm/xe/xe3p: Stop programming RCU_MODE's fixed slice mode settingMatt Roper-0/+7
2025-10-17drm/xe/xe3p_lpm: Handle MCR steeringMatt Roper-2/+3
2025-10-17drm/xe/xe3p_lpm: Skip disabling NOA on unsupported IPsBalasubramani Vivekanandan-1/+2
2025-10-17drm/xe: Add GT_VER() to check version specific to gt typeLucas De Marchi-0/+6
2025-10-17drm/xe: Drop CTC_MODE register readBalasubramani Vivekanandan-23/+0
2025-10-17drm/xe/xe3p: Add support for media IP versions 35.00 & 35.03Shekhar Chauhan-0/+2
2025-10-17drm/xe/xe3: Add support for graphics IP versions 30.04 & 30.05Shekhar Chauhan-7/+10
2025-10-17drm/i915/dp: Fix panel replay when DSC is enabledImre Deak-5/+99
2025-10-17drm/i915/dp_mst: Recompute all MST link CRTCs if DSC gets enabled on the linkImre Deak-18/+19
2025-10-17drm/i915/dp_mst: Track DSC enabled status on the MST linkImre Deak-1/+15
2025-10-17drm/i915/dp_mst: Reuse the DP-SST helper function to compute FEC configImre Deak-6/+4
2025-10-17drm/i915/dp: Export helper to determine if FEC on non-UHBR links is requiredImre Deak-9/+16
2025-10-17drm/i915/dp: Ensure the FEC state stays disabled for UHBR linksImre Deak-3/+12
2025-10-17drm/i915/dsc: Add helper to enable the DSC configuration for a CRTCImre Deak-2/+9
2025-10-17drm/xe/pf: Allow to restore auto-provisioning modeMichal Wajdeczko-0/+92
2025-10-17drm/xe/pf: Disable auto-provisioning if changed using debugfsMichal Wajdeczko-0/+70
2025-10-17drm/xe/pf: Automatically provision VFs only in auto-modeMichal Wajdeczko-1/+51
2025-10-17drm/xe/pf: Promote VFs provisioning helpersMichal Wajdeczko-41/+102
2025-10-17drm/xe/pf: Always expose VRAM provisioning data on discrete GPUsLukasz Laguna-4/+8
2025-10-17drm/panthor: Fix kernel panic on partial unmap of a GPU VA regionAkash Goel-3/+7
2025-10-17drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström-3/+15
2025-10-17drm/xe: Retain vma flags when recreating and splitting vmas for madviseThomas Hellström-67/+32
2025-10-17drm/gpusvm, drm/xe: Allow mixed mappings for userptrMatthew Brost-3/+7
2025-10-17Merge tag 'drm-xe-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-31/+99
2025-10-17Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-19/+23
2025-10-16drm/i915: Fix conversion between clock ticks and nanosecondsUmesh Nerlige Ramappa-2/+2
2025-10-17drm/i915: Include the per-crtc minimum cdclk in the crtc state dumpVille Syrjälä-2/+2
2025-10-17drm/i915: Compute per-crtc min_cdclk earlierVille Syrjälä-4/+16
2025-10-17drm/i915: s/min_cdck[]/plane_min_cdclk[]/Ville Syrjälä-7/+7
2025-10-17drm/i915/fbc: Decouple FBC from intel_cdclk_atomic_check()Ville Syrjälä-13/+38
2025-10-17drm/i915/ips: Eliminate the cdclk_state stuff from hsw_ips_compute_config()Ville Syrjälä-32/+27
2025-10-17drm/i915/bw: Relocate intel_bw_crtc_min_cdclk()Ville Syrjälä-53/+55
2025-10-17drm/i915: s/"not not"/"not"/Ville Syrjälä-2/+2
2025-10-17drm/i915/bw: Untangle dbuf bw from the sagv/mem bw stuffVille Syrjälä-217/+363
2025-10-17Merge tag 'amd-drm-fixes-6.18-2025-10-16' of https://gitlab.freedesktop.org/a...Dave Airlie-123/+166
2025-10-16drm/i915: move and rename reg_in_range_tableMatt Atwood-59/+82
2025-10-16drm/xe: Prevent runtime PM wake while reading rp0 frequencyBadal Nilawar-6/+1
2025-10-16drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228Alok Tiwari-1/+1